This is a step by step guide to installing the theme.
Download this theme to your themes directory:
Or install as a submodule:
Enable the theme in your config.toml in the site directory:
= "tech-startup-theme"
Or copy the config.toml.example from the theme directory to your project's
root directory:
You can copy the content from the theme directory to your project:
You can modify or add new posts in the content/blog, content/docs or other
content directories as needed.
Just run zola serve in the root path of the project:
This will start the Zola development web server accessible by default at
http://127.0.0.1:1111. Saved changes will live reload in the browser.
You can customize your configurations, templates and content for yourself. Look
at the config.toml, theme.toml, content files and templates files in this
repo for an idea.