sternenblog is a blogging engine written in C intended to work with CGI.
- In
config.h
set the constants to your custom values - In the Makefile set
TEMPLATE
to your template (see below) - run
make
- symlink/move
./blog
somewhere where your webserver will execute it as CGI script - blogpost are stored in
BLOG_DIR
(defined inconfig.h
) the must be named like this:YYYY-MM-DD-HH-MM-title
- the RSS Feed ist located at
http://your-server.com/cgi-bin/blog/rss.xml
See template.h, blogdefs.h and simple.c. (more detailed documentation is coming soon)
Oh yes. And it will take you to the stars! 🌠