From 1b40d37d7b35b6090a088ba049883dcf4c1e8dba Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 11 May 2024 22:48:26 +0200 Subject: Breadcrumbs and tags --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f55921..7db4c01 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,9 @@ The fonts in use are [Literata](https://fonts.google.com/specimen/Literata) and Various miscellaneous features: - Latex blocks overflows on mobile to prevent having strange alignments; - Code blocks are displayed with ligatures; -- [Giscus](https://giscus.app/) comments support. +- [Giscus](https://giscus.app/) comments support; +- Breadcrumbs; +- Tags and ability to not show them on posts. ### 2.6 Extending the theme @@ -125,6 +127,8 @@ toc: true readTime: true autonumber: true math: true +tags: ["information-retrieval", "rust"] +showTags: false --- Your content... @@ -138,9 +142,6 @@ languageCode = 'en-us' title = 'Title' theme = 'Typo' -# Disable tags, actually, they are rendered as a list, but the idea is to disable them. -disableKinds = ['taxonomy'] - # Google analytics code googleAnalytics = "G-xxxxxxxxxx" @@ -168,6 +169,9 @@ listSummaries = true # List entries date format listDateFormat = '2 Jan 2006' +# Breadcrumbs +breadcrumbs = true + # Social icons [[params.social]] name = "linkedin" @@ -225,5 +229,4 @@ Leave a star if you are using the theme, I would really appreciate! :star: ## 6 Future Works - [ ] Bring SEO and [performance metrics](https://pagespeed.web.dev/) to 100% both on mobile and desktop; -- [ ] Add color palettes; -- [ ] Add a proper Tags page; +- [ ] Add color palettes. \ No newline at end of file -- cgit v1.2.3