Skip to content

notmandatory/notmandatory.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Mandatory Blog

Simple Zola site for hosting my projects blog and contact info.

Development

You'll need Zola to run the site locally. Once it is setup:

Making a Post

To make a new post, make a new file in the content directory with a title of YYYY-MM-DD-title-goes-here.md. At the top of the file you must provide the following information:

+++
title = "<title goes here>"
template = "post.html"
+++

After that, it's just simple markdown. The site will auto-generate the rest.

Changing Site Data

All site configurations are contained in config.toml.

About

My software development projects blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published