A ready-to-use template featuring my custom theme for Zola — a fast, modern static site generator.
To get started with this template, follow these steps:
- Use the "Use this template" button on GitHub to create a new repository based on this template.
- Name your repository (e.g.,
my-zola-site
). - Add a description for your repository.
- Edit the config file to customize your site.
- You can change the
title
to the name of your site, - and the
description
to a brief summary of what your site is about. - Update the
author
section with your name. - Update the
base_url
in the config file to match your repository name (e.g.,https://<username>.github.io/my-zola-site/
). You can also set it to a custom domain if you have one.
- You can change the
To deploy your Zola site, you can use GitHub Pages. Follow these steps:
- Go to the "Settings" tab of your repository.
- Scroll down to the "Pages" section.
- Use GitHub Actions to deploy your site.
You can customize your site by editing the following files:
config.toml
: This is the main configuration file for your Zola site. You can change the title, description, author, and other settings here.content/
: This directory contains your site's content. You can add new pages, posts, and other content here. Please add images to the same directory as the Markdown file that references them.
For more information on how to use Zola, refer to the Zola documentation or go to my theme repository for more details on how to use my theme.