mn3m0nic / bashnocms

Simple static site generator on BASH for personal blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

! Project is arhived and no longer maintained. !

Check Hugo as alternative site generator.

bashnocms

Simple static HTML/CSS-site generator on shell script for personal blog. It's not CMS. All you posts/pages should be placed in separate text files in posts/ and pages/ directories. Static files lives in pub directory.

Supports

  • pages list automatic generation in header (like simple menu);
  • posts in html/txt format
    • tags in posts which availble on main page
  • simple rss
  • commets in disqus
  • markdown/markup -> html converter
  • auto images/video attach

CHANGELOG

  • v0.02 added RSS support
  • v0.01 released. init

About

Simple static site generator on BASH for personal blog

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%