Zola Starter with GI

Welcome to the Zola starter site!

This minimal site is built on push and deployed to the gh-pages branch via GitHub Actions. Add more pages under the content/ directory (for example, content/about.md) and edit templates in templates/.

{
  "relative_path": "_index.md",
  "colocated_path": null,
  "content": "

Welcome to the Zola starter site!

\n

This minimal site is built on push and deployed to the gh-pages branch via GitHub Actions. Add more pages under the content/ directory (for example, content/about.md) and edit templates in templates/.

\n", "permalink": "https://Yamavu.github.io/zola-starter-gi/", "draft": false, "ancestors": [], "title": "Home", "description": null, "extra": {}, "path": "/", "components": [], "toc": [], "word_count": 39, "reading_time": 1, "lang": "en", "assets": [], "pages": [ { "relative_path": "about.md", "colocated_path": null, "content": "

This is a page example with basic taxonomy.

\n", "permalink": "https://Yamavu.github.io/zola-starter-gi/about/", "slug": "about", "ancestors": [ "_index.md" ], "title": "About", "description": null, "updated": null, "date": null, "year": null, "month": null, "day": null, "taxonomies": { "tags": [ "empty" ] }, "authors": [], "extra": {}, "path": "/about/", "components": [ "about" ], "summary": null, "toc": [], "word_count": 8, "reading_time": 1, "assets": [], "draft": false, "lang": "en", "lower": null, "higher": null, "translations": [], "backlinks": [] }, { "relative_path": "search.md", "colocated_path": null, "content": "

This is a Search Page that loads data from an index and searches it using elasticlunr.js

\n

English en is supported out of the box. The following other languages are supported via Lunr languages: German, French, Spanish, Italian, Japanese, Dutch, Danish, Portuguese, Finnish, Romanian, Hungarian, Russian, Norwegian. For other languages a custom stemmer would need to be made, not rocket-science but not trivial either.

\n

Type your query below to search the site.

\n", "permalink": "https://Yamavu.github.io/zola-starter-gi/search/", "slug": "search", "ancestors": [ "_index.md" ], "title": "Search", "description": null, "updated": null, "date": null, "year": null, "month": null, "day": null, "taxonomies": {}, "authors": [], "extra": {}, "path": "/search/", "components": [ "search" ], "summary": null, "toc": [], "word_count": 82, "reading_time": 1, "assets": [], "draft": false, "lang": "en", "lower": null, "higher": null, "translations": [], "backlinks": [] }, { "relative_path": "portfolio/index.md", "colocated_path": "portfolio/", "content": "

This is a basic rich page with colocated assets and basic taxonomy.

\n
\n \n \n \n \n \n \n \n
\n

Using Zola's image-processing tools

\n\n\n
<div>\n  {% for asset in page.assets -%}\n  {%- if asset is matching("[.](jpg|png)$") -%}\n  {% set image = resize_image(path=asset, width=240, height=180, op="fill") %}\n  <a href="{{ get_url(path=asset) }}" target="_blank">\n    <img src="{{ image.url }}" />\n  </a>\n  {%- endif %}\n  {%- endfor %}\n</div>\n\n
\n", "permalink": "https://Yamavu.github.io/zola-starter-gi/portfolio/", "slug": "portfolio", "ancestors": [ "_index.md" ], "title": "Portfolio", "description": null, "updated": null, "date": "2025-12-10T23:45:00+00:00", "year": 2025, "month": 12, "day": 10, "taxonomies": { "tags": [ "images" ] }, "authors": [], "extra": {}, "path": "/portfolio/", "components": [ "portfolio" ], "summary": null, "toc": [], "word_count": 34, "reading_time": 1, "assets": [ "/portfolio/image1.png", "/portfolio/image2.jpg" ], "draft": false, "lang": "en", "lower": null, "higher": null, "translations": [], "backlinks": [] } ], "subsections": [ "blog/_index.md" ], "translations": [], "backlinks": [], "generate_feeds": false, "transparent": false, "paginate_by": null, "paginate_reversed": false }