|
||
---|---|---|
example_files | ||
.gitignore | ||
LICENSE | ||
README.md | ||
brutalist-blog-builder.py | ||
functions.py |
README.md
BRUTALIST BLOG BUILDER
Minimalistic website builder
This application lets you build a simple webpage using robust elements in html and responsive css. No javascripts, cookies or other tracking components.
The project directory is organised as follows:
[projectname]
+ _media
+ [imagename]11.jpg (1024x1024 pixels)
+ [imagename]169.jpg (1024x576 pixels)
+ [imagename]512.jpg (512x512 pixels)
+ pages
+ [pagename].xml
+ ...
+ posts
+ [postname].xml
+ ...
• main.xml
• stylemaster.css (stylesheet that will be copied to public_html as [domainname]/style.css)
See /example_files for xml file structure.
##LICENSE GPL v3.