Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

encbladexp/makeblog

Repository files navigation

Outdated!

Warning: makeblog is no longer maintained, don't expect it is working at all!

makeblog

A very simple solution for static Blogs without PHP,MySQL and other dynamic not required stuff. Mostly inspired by /dev/null

Requirements

  • Python >= 3.6
  • Jinja 2 >= 2.10
  • Pygments
  • PyTZ

Setup / Update

pipenv install

Usage

Enable the makeblog pipenv in the current shell:

pipenv shell

Now switch to your blog's root directory or an empty directory for a new blog, and lets the magic begin…

Create a new Blog:

makeblogctl -i

Create your first article:

makeblogctl -t "Your new article"

Build the whole Blog:

makeblogctl -b

Start the Test Server:

makeblogctl -s

About

A simple offline Blog.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages