diff --git a/archetypes/page.md b/archetypes/page.md index c98364ed..1658f6bf 100644 --- a/archetypes/page.md +++ b/archetypes/page.md @@ -3,4 +3,5 @@ title: "{{ replace .Name "-" " " | title }}" type: page specialpost: true allpage: true +summary: --- diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index fd802616..05268a00 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -43,3 +43,5 @@ services: taxonomies: series: series + category: categories + tag: tags diff --git a/content/blogroll.md b/content/blogroll.md index 81e40620..0fcf7729 100644 --- a/content/blogroll.md +++ b/content/blogroll.md @@ -3,7 +3,7 @@ title: "Blogroll" type: page specialpost: true allpage: true - +summary: A list of my favorites sites --- {{< opmlblogroll >}} diff --git a/content/colophon.md b/content/colophon.md index 7b073f7b..9fb6aba6 100644 --- a/content/colophon.md +++ b/content/colophon.md @@ -3,6 +3,7 @@ title: "Colophon" type: page specialpost: true allpage: true +summary: Info about this site publication/build --- > In publishing, a colophon (/ˈkɒləfən, -fɒn/) is a brief statement containing information about the publication of a book such as an "imprint" (the place of publication, the publisher, and the date of publication). diff --git a/content/connect.md b/content/connect.md index 32792935..541b2114 100644 --- a/content/connect.md +++ b/content/connect.md @@ -5,7 +5,7 @@ type: page outputs: - 'html' allpage: true - +summary: How to follow or contact me --- This is where you can connect with me. diff --git a/content/feeds.md b/content/feeds.md index 0e828ae6..7a9b92f2 100644 --- a/content/feeds.md +++ b/content/feeds.md @@ -6,7 +6,7 @@ date: 2000-08-20T12:00:00+02:00 outputs: - 'html' allpage: true - +summary: Feed from my personal blog and similar --- This page collects content I'm producing in some way or the other, and is consumable with RSS. [Learn more about the idea](https://marcus.io/blog/making-rss-more-visible-again-with-slash-feeds). diff --git a/content/now.md b/content/now.md index e15ed320..fb8ea0b8 100644 --- a/content/now.md +++ b/content/now.md @@ -6,6 +6,7 @@ allpage: true date: 2000-08-20T12:00:00+02:00 outputs: - 'html' +summary: Here I write what I'm working or studing for now --- This is my now page, and if you have your own site, [you should make one too](https://nownownow.com/about). diff --git a/content/uses/index.md b/content/uses/index.md index d83b006e..c1d78a03 100644 --- a/content/uses/index.md +++ b/content/uses/index.md @@ -9,7 +9,7 @@ date: 2000-08-20T12:00:00+02:00 outputs: - 'html' allpage: true - +summary: My tech stuffs, from every day to work tech --- Specifics about the hardware and software equipment I use for work and for my personal life. @@ -46,6 +46,10 @@ The page is part of the [uses.tech](https://uses.tech/) project. * [MelGeek MOJO68 Advance](https://www.melgeek.com/products/melgeek-mojo68-plastic-advance-see-through-custom-programmable-mechanical-keyboard) +![Epomaker Split 65](split65_pic.jpg) + +* [Epomaker Split 65](https://epomaker.com/products/epomaker-split-65?_pos=4&_sid=37b0e8fa3&_ss=r) + ![Blue Yeti](blue_yeti.png) * [Blue Yeti Microfone](https://www.amazon.it/gp/product/B01LY6Z2M6) diff --git a/content/uses/split65_pic.jpg b/content/uses/split65_pic.jpg new file mode 100644 index 00000000..96715170 Binary files /dev/null and b/content/uses/split65_pic.jpg differ diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html index 8a4d7efa..848eaf90 100644 --- a/layouts/partials/tags.html +++ b/layouts/partials/tags.html @@ -1,9 +1,8 @@ -

-{{ with .Params.tags }} {{ range sort . }} -# -{{ end }} {{ end }} - -{{ with .Params.categories }} {{ range sort . }} -# -{{ end }} {{ end }} +

+ {{ range .Params.tags }} + # + {{ end }} + {{ range .Params.categories }} + # + {{ end }}

diff --git a/layouts/shortcodes/allpages.html b/layouts/shortcodes/allpages.html index 5060bae8..96c42bbc 100644 --- a/layouts/shortcodes/allpages.html +++ b/layouts/shortcodes/allpages.html @@ -1,7 +1,7 @@