Skip to content
forked from flymia/EzBlog

EzBlog is the smallest and simplest blogging software written in Bash.

License

Notifications You must be signed in to change notification settings

Parckwart/EzBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EzBlog

EzBlog is the smallest and simplest blogging software written in Bash.

Installation

  1. Configure CGI to work on your webserver - this is mandatory!
  2. Install pandoc
  3. Upload the files to a web directory
  4. Navigate to index.cgi

Requirements

  • Bash
  • pandoc
sudo apt install pandoc

sudo pacman -S pandoc

sudo dnf install pandoc
  • Webserver, that is able to do CGI

Usage

  • Add article using the example article (Markdown syntax!)
  • Compile the articles using the compile.sh script
  • Have a look at the webpage

About

EzBlog is the smallest and simplest blogging software written in Bash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.9%
  • HTML 4.3%
  • CSS 3.8%