Ephemeris

screenshot of Ephemeris

A static blog-compiler

Overview

Ephemeris is a golang CLI-application that generates a blog from a collection of static text-files. It offers features such as an archive view, comment support, tag cloud, and an RSS feed. The project was created to generate the author's own blog and is a suitable alternative for users familiar with the Perl-based chronicle blog compiler.

Features

  • Archive-view: Displays posts by year and month.
  • Comment support: Provides the option to add comments to blog posts.
  • Tag-cloud: Shows all tags used in the blog and lists posts associated with a specified tag.
  • RSS feed: Generates an RSS feed with the ten most recent posts, including full text.

Summary

Ephemeris is a golang CLI-application that generates a blog from static text-files. It offers features such as archive-view, comment support, tag-cloud, and an RSS feed. It can be installed from source or using precompiled binaries. Ephemeris is a suitable alternative for users familiar with the Perl-based chronicle blog compiler.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.