https://github.com/noobping/zola-template
A ready-to-use template featuring my custom theme for Zola — a fast, modern static site generator.
https://github.com/noobping/zola-template
template zola zola-site zola-template zola-website
Last synced: 4 months ago
JSON representation
A ready-to-use template featuring my custom theme for Zola — a fast, modern static site generator.
- Host: GitHub
- URL: https://github.com/noobping/zola-template
- Owner: noobping
- License: mit
- Created: 2025-06-14T13:34:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-28T16:43:49.000Z (9 months ago)
- Last Synced: 2025-10-18T09:05:45.237Z (8 months ago)
- Topics: template, zola, zola-site, zola-template, zola-website
- Homepage: https://noobping.github.io/zola-template/
- Size: 184 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/noobping/zola-template/actions/workflows/pages.yml)
[](https://opensource.org/licenses/MIT)
# Zola template
A ready-to-use template featuring my [custom theme](https://github.com/noobping/zola-theme) for [Zola](https://www.getzola.org/) — a fast, modern static site generator.
## Getting started for the first time
To get started with this template, follow these steps:
1. Use the "Use this template" button on GitHub to create a new repository based on this template.
2. Name your repository (e.g., `my-zola-site`).
3. Add a description for your repository.
4. Edit the [config](config.toml) 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](config.toml) file to match your repository name (e.g., `https://.github.io/my-zola-site/`). You can also set it to a custom domain if you have one.
## Deploying your site
To deploy your Zola site, you can use GitHub Pages. Follow these steps:
1. Go to the "Settings" tab of your repository.
2. Scroll down to the "Pages" section.
3. Use GitHub Actions to deploy your site.
## Customizing 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](https://www.getzola.org/documentation/) or go to [my theme repository](https://github.com/noobping/zola-theme) for more details on how to use my theme.