Add information about oml
Create compiled index template and output compiled project templates
Remove templates from project
Site generator for shame. Can also be used as a generic static site generator that exports as HTML and Gemini.
oml stands for "omni-markup-language" and is a simple markup language using the same node names as HTML that can be used to generate HTML, Gemini, and more.
Currently, the following nodes are supported:
p "this is an example
b "this is an example"
link path="https://example.com" name="Example"
h1 "This is an example"
h2 "This is an example"
h3 "This is an example"
h4 "This is an example"
h5 "This is an example"
ol {
p "This is an example"
b "This is an example"
}
ul {
h3 "This is an example"
link path="https://example.com" name="This is an example"
}