An open API service indexing awesome lists of open source software.

https://github.com/mk-fg/blog

Source for blog.fraggod.net
https://github.com/mk-fg/blog

blog coding devops linux pelican python rst

Last synced: 11 months ago
JSON representation

Source for blog.fraggod.net

Awesome Lists containing this project

README

          

Sources for my blog (blog.fraggod.net)
--------------------------------------

It was based on bloog_ engine in the past (not present in this repo history),
but it was a bad choice for a platform - inconvenient to update, data not
versioned properly and generally hard-to-access, not to mention numerous minor
issues.

Not a bad platform in general, just very poorly suited for my "rare hacks and
edits by poweruser" use-case.

Currently it's a pelican-based_ static blog, generated from `ReST (.rst)`_
sources in `"content" dir`_.

Blog instance is deployed at: https://blog.fraggod.net/

Repository URLs:

- https://github.com/mk-fg/blog
- https://codeberg.org/mk-fg/blog
- https://fraggod.net/code/git/blog

Feel free to re-use any original content under WTFPL_ license as you see fit.

.. _bloog: https://github.com/DocSavage/bloog
.. _pelican-based: https://getpelican.com
.. _ReST (.rst): http://docutils.sourceforge.net/rst.html
.. _"content" dir: https://github.com/mk-fg/blog/tree/master/content
.. _WTFPL: http://wtfpl.org/