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
- Host: GitHub
- URL: https://github.com/mk-fg/blog
- Owner: mk-fg
- License: other
- Created: 2013-01-24T07:17:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T07:28:01.000Z (11 months ago)
- Last Synced: 2025-02-02T08:23:57.508Z (11 months ago)
- Topics: blog, coding, devops, linux, pelican, python, rst
- Language: Python
- Homepage: https://blog.fraggod.net
- Size: 4.7 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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/