hellerve / blog

My personal blog

Home Page:https://blog.veitheller.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

The articles on my personal blog and the tools that power them.

This repository includes a dead-simple static site generator written in Python, a distraction-free WYSIWYG Markdown editor written in Elm, a RSS-feed generator (from index.html), and a system that mostly supercedes all of that written in Pharo Smalltalk for Glamorous Toolkit. The generators are tailored to my specific needs, but the Markdown editor could be useful for more people. See it in action here.

The software is unlicensed and thus you’re free to do whatever you want with it. The posts themselves are not subject to this license, and you are not free to reuse them in any context unless given my explicit permission.

Installation

Metacello new
	repository: 'github://hellerve/blog:master/src';
	baseline: 'VhBlog';
	load.
#BaselineOfVhBlog asClass loadLepiter

About

My personal blog

https://blog.veitheller.de

License:The Unlicense


Languages

Language:HTML 63.0%Language:CSS 20.8%Language:Python 5.9%Language:Smalltalk 5.9%Language:C 1.7%Language:Elm 1.4%Language:JavaScript 1.1%Language:Shell 0.2%Language:Haskell 0.1%