Hugo tricks

Table of Contents

  1. Γενικά
    1. Υποενότητα
  2. Table of Contents
  3. Useful links

Στο συγκεκριμένο άρθρο θα συγκεντρώνω πληροφορίες σχετικά με το αγαπημενο Hugo, org-mode, emacs και γενικά περί του ιστότοπου και την ανάπτυξη αυτού.

Γενικά

[ψωμί](https://xoriopalio.github.io/post/to-psomi/)


C-c C-, ## org-insert-structure-template
 :EXPORT_OPTIONS: toc:nil

 {{< imgur id="vRbDiHJ" >}}
 {{&lt tweet user="" id=""&gt}}
 { {< tweet user="xoriopalio" id="">}}
 <figure>
   <a href="https://unsplash.com/photos/purple-petaled-flowers-0ZxdAGG4aWU">
     <img src="https://images.unsplash.com/photo-1534710961216-75c88202f43e?q=80&w=1976&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" height="600" widht=""300">
   </a>
 </figure>


 author = "Argiris_G"

Do a paste 【Ctrl+y】. Press 【Alt+y】 to swap the paste content from previous entry. Repeat 【Alt+y】 for earlier content.

Details

This is the details title (click) This is the content (hidden until clicked).

Υποενότητα

Paragraphs are separated by at least one empty line. *bold* /italic/ _underlined_ +strikethrough+ =monospaced= ~code~
 [[http://Karl-Voit.at][Link description]]
 http://Karl-Voit.at → link without description

 : Simple pre-formatted text such as for source code.
 : This also respects the line breaks. *bold* is not bold here.

 - list item
 - another item
   - sub-item
     1. also enumerated
     2. if you like
 - [ ] yet to be done
 - [X] item which is done

Paragraphs are separated by at least one empty line. bold italic underlined strikethrough monospaced code Link description http://Karl-Voit.at → link without description

Simple pre-formatted text such as for source code.
This also respects the line breaks. *bold* is not bold here.
  • list item
  • another item
    • sub-item
      1. also enumerated
      2. if you like
  • yet to be done
  • item which is done

Table of Contents

#+OPTIONS:     H:2 num:t toc:t \n:nil @:t ::t |:t ^:t f:t TeX:t ...

from https://emacsclub.github.io/html/org_tutorial.html

Useful links

dev 
comments powered by Disqus