diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 1baad363..8941d579 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -20,7 +20,7 @@ title = "Blowfish" bio = "A powerful, lightweight theme for Hugo built with Tailwind CSS." links = [ { x-twitter = "https://twitter.com/burufugu" }, - { mastodon = "https://masto.ai/@blowfish" }, + #{ mastodon = "https://masto.ai/@blowfish" }, { github = "https://github.com/nunocoracao/blowfish" }, ] diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index b38af0e6..3886d5ea 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -20,15 +20,16 @@ pageRef = "docs/shortcodes" weight = 15 -[[main]] - name = "Samples" - pageRef = "samples" - weight = 16 - [[main]] name = "Examples" weight = 20 +[[main]] + name = "Samples" + parent = "Examples" + pageRef = "samples" + weight = 16 + [[main]] name = "Showcase" parent = "Examples" @@ -46,10 +47,10 @@ pageRef = "users" weight = 90 -#[[main]] -# name = "Merch" -# url = "http://tee.pub/lic/qwSlWVBL5zc" -# weight = 100 +[[main]] + name = "Merch" + url = "https://www.teepublic.com/user/blowfish-store/t-shirts" + weight = 100 #[[main]] # name = "Test" @@ -62,11 +63,11 @@ url = "https://twitter.com/burufugu" weight = 200 -[[main]] - identifier = "mastodon" - pre = "mastodon" - url = "https://masto.ai/@blowfish" - weight = 300 +#[[main]] +# identifier = "mastodon" +# pre = "mastodon" +# weight = 300 +# url = "https://masto.ai/@blowfish" [[main]] identifier = "github" diff --git a/exampleSite/content/users/DXPetti.com/feature.jpg b/exampleSite/content/users/DXPetti.com/feature.jpg new file mode 100644 index 00000000..2f289604 Binary files /dev/null and b/exampleSite/content/users/DXPetti.com/feature.jpg differ diff --git a/exampleSite/content/users/DXPetti.com/index.md b/exampleSite/content/users/DXPetti.com/index.md new file mode 100644 index 00000000..369aa8ba --- /dev/null +++ b/exampleSite/content/users/DXPetti.com/index.md @@ -0,0 +1,13 @@ +--- + title: "DXPetti.com" + tags: [Personal site,Blog] + externalUrl: "https://www.dxpetti.com/" + date: 9923-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/asterisk.lol/feature.jpg b/exampleSite/content/users/asterisk.lol/feature.jpg new file mode 100644 index 00000000..dba54da3 Binary files /dev/null and b/exampleSite/content/users/asterisk.lol/feature.jpg differ diff --git a/exampleSite/content/users/asterisk.lol/index.md b/exampleSite/content/users/asterisk.lol/index.md new file mode 100644 index 00000000..46f1fb8b --- /dev/null +++ b/exampleSite/content/users/asterisk.lol/index.md @@ -0,0 +1,13 @@ +--- + title: "asterisk.lol" + tags: [Personal Site] + externalUrl: "https://asterisk.lol" + date: 9922-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index ca294dba..0d47d2b9 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -537,6 +537,21 @@ "Blog" ] }, + { + "title": "DXPetti.com", + "url": "https://www.dxpetti.com/", + "tags": [ + "Personal site", + "Blog" + ] + }, + { + "title": "asterisk.lol", + "url": "https://asterisk.lol", + "tags": [ + "Personal Site" + ] + }, { "title": "notes.bluesdriveamelia.space", "url": "https://notes.bluesdriveamelia.space/", @@ -545,4 +560,4 @@ "Personal site" ] } -] +] \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index dadd2c08..1f8fc5fc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,8 +6,15 @@