This is a template repository for Draczola ʕ•ᴥ•ʔ Bear Blog It is a blank slate with minimal configuration needed to get you started. Start with the following.
- Open
config.tomland search forTEMPLATE_. Those are the bare minimum parameters you need to change to get started. You can change other things later when you need something else. - Change the
content/_index.mdto something you want in your landing page. - Then add some info about yourself in
content/about.md - Copy
content/blog/template.mdand rename it to what you want your first post to be!
If you are using github actions for deployment, make sure you understand the basics
- Go to your repository settings -> Actions -> General.
- In actions permissions sections enable Allow <your_username>, and select non-<your_username>, actions and reusable workflows.
- Additionally select Allow actions created by GitHub
- In the Workflow permissions section select Read and write permissions.
- Now make some changes, commit and push and wait for the actions to finish.
- In the pages section you should see in Build and Deployment section source to be Github actions and it should say at the bottom that your site was deployed using Deploy Zola Site to Pages workflow.
For setting up custom domains refer Github Docs
Github templates now support submodules so you shouldn't have to configure anything manually.
Happy blogging.