Get the latest tech news
Static Site Generator for Emacs Lisp Programmers
Have you ever wanted to write a blog: contained in a unique org file, rendered with only one Emacs command, that can be modified by writing Emacs Lisp code (and CSS too), with "html templates" that are plain Emacs Lisp data, with no config file, and no dependencies on external static site generators? If so, you might be interested in one.el a simple Static Site Generator for Emacs Lisp programmers and org-mode users. To get started right away check Install one.el and Getting started pages.
If so, you might be interested in one.el a simple Static Site Generator for Emacs Lisp programmers and org-mode users. In one.el, the following org document defines a website with 3 pages that we build by calling one-build command while we are visiting it: Note that if we want to use the default css style sheet we can add it by calling one-default-add-css-file before building the website.
Or read this on Hacker News