1
0
Fork
You've already forked blog
0
No description
  • HTML 68.4%
  • CSS 18.9%
  • Makefile 12.7%
2022年03月08日 09:54:04 +01:00
config-backups initial commit 2022年01月22日 19:33:45 +01:00
images some fixes 2022年02月28日 11:44:09 +01:00
pages some fixes 2022年02月28日 11:44:09 +01:00
about.md initial commit 2022年01月22日 19:33:45 +01:00
android-privacy-guide.md initial commit 2022年01月22日 19:33:45 +01:00
atom-template.xml some fixes 2022年02月28日 11:44:09 +01:00
blog-update.md changes 2022年02月05日 05:34:46 +01:00
brave-is-shit.md initial commit 2022年01月22日 19:33:45 +01:00
firefox-hardening-guide.md new article 2022年03月08日 09:54:04 +01:00
index.css initial commit 2022年01月22日 19:33:45 +01:00
index.xml some fixes 2022年02月28日 11:44:09 +01:00
LICENSE.txt initial commit 2022年01月22日 19:33:45 +01:00
Makefile new article 2022年03月08日 09:54:04 +01:00
Makefile.local fixed atom, minor changes in footer and a lot more 2022年02月05日 02:33:47 +01:00
on-blockchain.md fixed some stuff 2022年02月05日 05:19:49 +01:00
palemoon-hardening.md new article 2022年03月08日 09:54:04 +01:00
prueba-de-post.md initial commit 2022年01月22日 19:33:45 +01:00
ratpoison.md initial commit 2022年01月22日 19:33:45 +01:00
README.md initial commit 2022年01月22日 19:33:45 +01:00
systemd-sucks.md initial commit 2022年01月22日 19:33:45 +01:00
template.css fixed some stuff 2022年02月05日 05:19:49 +01:00
template.xml some fixes 2022年02月28日 11:44:09 +01:00
you-dont-need-a-new-computer.md initial commit 2022年01月22日 19:33:45 +01:00

Source of my personal blog, BlackGNU. It is build using make to generate HTML5 articles from XML sources and lowdown to convert from Markdown. The software that put it all together is the awesome, minimal and fast static site generator sbgl, written by Kristaps Dzonsons. Sbgl is a simple UNIX tool written in C for creating static websites, using make.

To build this site you'll need the newest version of sblg, make and lowdown. Then, run "doas make installwww" and let the magic happen. You can change the directory where your site will be built in changing the variable 'WWWDIR' in the Makefile.

Note that the templates and the CSS are based on sblg's example template Retro. The source of this site has a ISC license (see LICENSE.txt) and the contents of the blog are Public Domain, under the terms of the CC0 (see pages/license.txt).