From e3a091aa77b3f9c36872b56e8cdc26f66c097f67 Mon Sep 17 00:00:00 2001 From: Amritanshu Agrawal Date: Sun, 26 May 2024 04:37:36 +0000 Subject: [PATCH] committed all --- config/_default/.params.toml.swp | Bin 0 -> 1024 bytes config/_default/menus.en.toml | 8 ++--- hugo.toml | 3 -- hugo.yaml | 7 ++++ layouts/labels/list.html | 11 ++++++ public/404.html | 58 +++++++++++++++++++++++++++++++ public/authors/index.html | 58 +++++++++++++++++++++++++++++++ public/categories/index.html | 58 +++++++++++++++++++++++++++++++ public/index.html | 58 +++++++++++++++++++++++++++++++ public/series/index.html | 58 +++++++++++++++++++++++++++++++ public/tags/index.html | 58 +++++++++++++++++++++++++++++++ 11 files changed, 370 insertions(+), 7 deletions(-) create mode 100644 config/_default/.params.toml.swp delete mode 100644 hugo.toml create mode 100644 hugo.yaml create mode 100644 layouts/labels/list.html diff --git a/config/_default/.params.toml.swp b/config/_default/.params.toml.swp new file mode 100644 index 0000000000000000000000000000000000000000..754d1bbd7dea7642df049069bdf6c8aca84917c6 GIT binary patch literal 1024 zcmYc?$V<%2S1{8vVn6`_VayCAiFw5tr6|H!IqCU%DfvZMrBDQu^YhX&)Ai$1QqvMk eb4v6J5{nXZi}gzKb8}GCjdDgqU^E2i69NG2z!N|K literal 0 HcmV?d00001 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" }} +

Labels

+ +{{ end }} diff --git a/public/404.html b/public/404.html index 50525ac..b990a21 100644 --- a/public/404.html +++ b/public/404.html @@ -134,6 +134,18 @@