diff --git a/config/_default/.params.toml.swp b/config/_default/.params.toml.swp new file mode 100644 index 0000000..754d1bb Binary files /dev/null and b/config/_default/.params.toml.swp differ diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..2a2928d 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,10 +10,10 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -#[[main]] -# name = "Blog" -# pageRef = "posts" -# weight = 10 +[[main]] + name = "Products" + pageRef = "labels" + weight = 10 #[[main]] # name = "Parent" diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 7e568b8..0000000 --- a/hugo.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..9cd29cc --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,7 @@ +baseURL: "https://hugo.tanshu.com/" +languageCode: "en-us" +title: "Mozimo Labels" + +params: + labels: + title: "Labels" diff --git a/layouts/labels/list.html b/layouts/labels/list.html new file mode 100644 index 0000000..44142bb --- /dev/null +++ b/layouts/labels/list.html @@ -0,0 +1,11 @@ +{{ define "main" }} +
{{ .Params.description }}
+