Brutalist Blog Builder
Go to file
Arvid Marklund a47c9f8530 Updated README to include licence info (gpl v3). 2021-12-06 08:54:36 +01:00
example_files Updated example files. 2021-11-09 18:46:59 +01:00
.gitignore Changed name on main and removed .DSStore from gitignore 2021-11-09 10:28:27 +01:00
LICENSE Added license. 2021-11-09 19:38:52 +01:00
README.md Updated README to include licence info (gpl v3). 2021-12-06 08:54:36 +01:00
brutalist-blog-builder.py Added og preview functionality. 2021-12-06 08:48:44 +01:00
functions.py updated functions to remove offline/online and debug mode. 2021-11-09 18:46:27 +01:00

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.