Note: Further development suspended as of 2021-09-11.
This is a starter set for the Zola static site generator (SSG), based on the appearance of my website at brycewray.com.
See the online demo.
- Clone this to a local repo.
- Make appropriate changes to
config.toml
to conform to your site’s parameters. - Once you have installed Zola, run
zola serve
from your terminal app. You can then view the site on your computer. - Read the sample posts and their Markdown files to see how everything works.
- Edit the content to make it your own!
- When ready, deploy the site to your chosen host.
- Zola’s built-in image processing capabilities. (The real site’s repo uses Cloudinary rather than having the images in the repo and processing them as such.)
- SCSS through Zola’s built-in support.
Please see /content/about/index.md
for information concerning how Zola handles footnotes, since this is different than you’ll likely find on other SSGs.
Effective 2021-06-25, development on this repository will be on hold at least until Zola is compatible with Dart Sass rather than the deprecated Libsass (see Zola issue #1083).