====== hugo ====== * https://gohugo.io/ * [[https://github.com/gohugoio/hugo/releases|Hugo Releases]] ===== templates ===== * [[https://github.com/blankoworld/hugo_theme_adam_eve|Adam & Eve - Wiki Like]] * [[https://themes.gohugo.io/theme/hugo.386/|hugo.386]] ===== Migration ===== * [[https://gohugo.io/tools/migrations/|Migrate to Hugo | Hugo]] * [[https://github.com/wgroeneveld/dokuwiki-to-hugo|wgroeneveld/dokuwiki-to-hugo: A DokuWiki to Hugo file exporter to quickly migrate your existing PHP wiki to Hugo]] ===== asciidoc ===== * [[http://www.ratfactor.com/hugo-adoc-html5s|Better Hugo/AsciiDoc HTML - ratfactor]] * [[https://blog.anoff.io/2019-02-17-hugo-render-asciidoc/|Get Hugo to render (nice) Asciidocs | Andreas' Blog]] * [[https://foo-dogsquared.github.io/blog/posts/blogging-with-asciidoctor-and-hugo/|Blogging with Asciidoctor and Hugo :: A Hack's Code — Computer Engineering Student]] ===== rawhtml shortcode ===== * [[https://anaulin.org/blog/hugo-raw-html-shortcode/|Simple Shortcode to Insert Raw HTML in Hugo · Ana Ulin]] * ''layouts/shortcodes/rawhtml.html'' 을 다음 내용으로 생성하고 {{.Inner}} * 실제 Markdown 에서 다음처럼 사용 {{< rawhtml >}}

This is raw HTML, inside Markdown.

{{< /rawhtml >}}
===== 참조 ===== * [[https://www.epilis.gr/en/blog/2016/01/19/using-hugo-wiki-platform/|using hugo wiki platform - Blog]] * [[https://dzone.com/articles/why-using-hugo-as-static-site-generator-hands-on-e|Why Using Hugo as Static Site Generator - Hands-on Experience at Nebula Graph - DZone Web Dev]] * [[https://opensource.com/article/18/3/start-blog-30-minutes-hugo|Start a blog in 30 minutes with Hugo, a static site generator written in Go | Opensource.com]] * [[https://gohugo.io/hosting-and-deployment/hosting-on-netlify/|Host on Netlify | Hugo]] * [[https://gohugo.io/hosting-and-deployment/hosting-on-github/|Host on GitHub | Hugo]] * [[https://www.youtube.com/watch?v=LIFvgrRxdt4|Creating a Blog with Hugo and Github in 10 minutes - YouTube]] : hugo 블로그 생성해서 github page 로 내보내기까지 1분. * [[https://www.youtube.com/watch?v=qtIqKaDlqXo&list=PLLAZ4kZ9dFpOnyRlyS-liKL5ReHDcj4G3&ab_channel=MikeDane|Introduction to Hugo | Hugo - Static Site Generator | Tutorial 1 - YouTube]]