diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6142f76..8900760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: uses: actions/checkout@v4 - name: Zola Build - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.19.1 env: BUILD_ONLY: true - name: Zola Check - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.19.1 env: BUILD_ONLY: true CHECK_LINKS: true @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Build and Deploy - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.19.1 env: PAGES_BRANCH: gh-pages TOKEN: ${{ secrets.TOKEN }} diff --git a/config.toml b/config.toml index 11debe6..bb93fe3 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://welpo.github.io/tabi" title = "~/tabi" description = "tabi is a fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score." author = "welpo" -generate_feed = true +generate_feeds = true compile_sass = true minify_html = true build_search_index = true @@ -34,6 +34,7 @@ index_format = "elasticlunr_json" [markdown] highlight_code = true +bottom_footnotes = true # To use a Zola built-in theme, CSP needs to allow unsafe-inline for style-src. highlight_theme = "css" smart_punctuation = true @@ -50,14 +51,14 @@ skip_anchor_prefixes = [ [languages.es] title = "~/tabi" description = "tabi es un tema de Zola rápido, liviano y moderno con JavaScript opcional y una puntuación perfecta en Lighthouse." -generate_feed = true +generate_feeds = true taxonomies = [{name = "tags", feed = true}] build_search_index = true [languages.ca] title = "~/tabi" description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript opcional i una puntuació perfecta a Lighthouse." -generate_feed = true +generate_feeds = true taxonomies = [{name = "tags", feed = true}] [extra] diff --git a/content/blog/javascript/index.ca.md b/content/blog/javascript/index.ca.md index efd2102..8875a82 100644 --- a/content/blog/javascript/index.ca.md +++ b/content/blog/javascript/index.ca.md @@ -8,7 +8,6 @@ description = "JavaScript només s'utilitza quan HTML i CSS no són suficients." tags = ["funcionalitat", "tutorial"] [extra] -footnote_backlinks = true social_media_card = "social_cards/ca_blog_javascript.jpg" +++ @@ -42,6 +41,4 @@ Per especificar aquestes opcions: A part d'això, és un tema ràpid amb HTML i CSS que funciona sense JavaScript. Just com hauria de ser (la majoria de) la web :-) ---- - [^1]: Per codificar el teu correu en base64 pots utilitzar [eines en línia](https://www.base64encode.org/) o, al terminal, executa: `printf 'mail@example.com' | base64`. diff --git a/content/blog/javascript/index.es.md b/content/blog/javascript/index.es.md index 66c0320..8322c52 100644 --- a/content/blog/javascript/index.es.md +++ b/content/blog/javascript/index.es.md @@ -8,7 +8,6 @@ description = "JavaScript solo se utiliza cuando HTML y CSS no son suficientes." tags = ["funcionalidad", "tutorial"] [extra] -footnote_backlinks = true social_media_card = "social_cards/es_blog_javascript.jpg" +++ @@ -42,6 +41,4 @@ Para especificar estas opciones: Aparte de eso, es un tema rápido con HTML y CSS que funciona con JavaScript deshabilitado. Justo como debería ser (la mayoría de) la web :-) ---- - [^1]: Para codificar tu correo electrónico en base64 puedes usar [herramientas en línea](https://www.base64encode.org/) o, en tu terminal, ejecutar: `printf 'mail@example.com' | base64`. diff --git a/content/blog/javascript/index.md b/content/blog/javascript/index.md index 23d0c8b..573617e 100644 --- a/content/blog/javascript/index.md +++ b/content/blog/javascript/index.md @@ -8,7 +8,6 @@ description = "JavaScript is only used when HTML and CSS aren't enough." tags = ["showcase", "tutorial"] [extra] -footnote_backlinks = true social_media_card = "social_cards/blog_javascript.jpg" +++ @@ -42,6 +41,4 @@ To specify these settings: Other than that, it's a fast theme with HTML and CSS which works with JavaScript disabled. Just the way (most of) the web should be :-) ---- - [^1]: To encode your email in base64 you can use [online tools](https://www.base64encode.org/) or, on your terminal, run: `printf 'mail@example.com' | base64`. diff --git a/content/blog/markdown/index.ca.md b/content/blog/markdown/index.ca.md index 7e4990e..27ad917 100644 --- a/content/blog/markdown/index.ca.md +++ b/content/blog/markdown/index.ca.md @@ -9,7 +9,6 @@ tags = ["markdown", "funcionalitat"] [extra] katex = true -footnote_backlinks = true social_media_card = "social_cards/ca_blog_markdown.jpg" +++ @@ -70,6 +69,4 @@ A Rust, declares una variable mutable amb `let mut x = 5;`, mentre que a Python, > > — Mercè Rodoreda, La plaça del Diamant -