init
[pinopress.git] / README.md
1 # Pinopress
2
3 **pinopress** is a modular makefile based static blog generator. that means you run the build script once and every page is generated beforehand.
4
5 built in features include markdown generated blog articles, and a rss feed.
6
7 ## templates
8
9 templates are html snippets that you can customize. these templates are then pieced together to form the final html page. **pinopress** makes extensive use of **gnu envsubst** so in each template, you can use variables that will be substituted in on build.
10
11 ## modules
12
13 these have not been implemented yet, but modules are shellscripts that are called during the build process that can add extra features.
14
15 here are some potential ideas for modules:
16 - [ ] syntax highlight for code blocks
17 - [ ] blog average time to read
18
19 ## pinopress flavored markdown
20
21 pinopress articles are written in an enhanced version of markdown. specification coming soon.
22