사용자 도구

사이트 도구


site_generator:hugo

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
site_generator:hugo [2020/10/10 18:10]
kwon37xi
site_generator:hugo [2022/01/18 11:52] (현재)
kwon37xi
줄 16: 줄 16:
   * [[https://foo-dogsquared.github.io/blog/posts/blogging-with-asciidoctor-and-hugo/|Blogging with Asciidoctor and Hugo :: A Hack's Code — Computer Engineering Student]]   * [[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'' 을 다음 내용으로 생성하고<code> 
 +<!-- raw html --> 
 +{{.Inner}} 
 +</code> 
 +  * 실제 Markdown 에서 다음처럼 사용<code> 
 +{{< rawhtml >}} 
 +  <p class="speshal-fancy-custom"> 
 +    This is <strong>raw HTML</strong>, inside Markdown. 
 +  </p> 
 +{{< /rawhtml >}} 
 +</code>
 ===== 참조 ===== ===== 참조 =====
-  *[[https://www.epilis.gr/en/blog/2016/01/19/using-hugo-wiki-platform/|using hugo wiki platform - Blog]] +  * [[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://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]]
site_generator/hugo.1602321042.txt.gz · 마지막으로 수정됨: 2020/10/10 18:10 저자 kwon37xi