parent
278f6dee51
commit
4e47e94a69
|
@ -9,6 +9,7 @@ next: /tutorials/github-pages-blog
|
|||
prev: /tutorials/automated-deployments
|
||||
title: Creating a New Theme
|
||||
weight: 10
|
||||
series: Hugo 101
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ categories = [
|
|||
"golang",
|
||||
]
|
||||
menu = "main"
|
||||
series = "Hugo 101"
|
||||
+++
|
||||
|
||||
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
|
||||
|
|
|
@ -13,6 +13,7 @@ categories = [
|
|||
"golang",
|
||||
]
|
||||
menu = "main"
|
||||
series = "Hugo 101"
|
||||
+++
|
||||
|
||||
## Step 1. Install Hugo
|
||||
|
|
|
@ -7,6 +7,7 @@ menu:
|
|||
prev: /tutorials/mathjax
|
||||
title: Migrate to Hugo from Jekyll
|
||||
weight: 10
|
||||
series: Hugo 101
|
||||
---
|
||||
|
||||
## Move static content to `static`
|
||||
|
|
Loading…
Reference in New Issue