TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: emacs-ssg file-based routing site generation with and without Emacs

3 pointsby ngc6677about 1 year ago
Emacs&#x27; org-mode is great to write documents (.org files, similar to .md) and export them to HTML.<p>It is also practical to evaluate and export &quot;code blocks&quot;, like &quot;notebooks&quot; would do (observable framework, jupyter, mdx etc.).<p>With emacs-ssg, we don&#x27;t have to use emacs to write the document, but in the background it is used to evaluate the files and produce the HTML result in a `.&#x2F;public` folder.<p>With `npm create @sctlib&#x2F;emacs-ssg` we get the textual list of the few steps it takes to install and publish a project with content.<p>This project is mainly a wrapper around emacs and org-mode, to allow usage in the npm ecosystem and ways of publishing websites and pages. It tries to add nothing but a formal way to organize content in `&#x2F;content` for each pages and `&#x2F;assets&#x2F;{js,css,…}&#x2F;` for the static assets.

no comments

no comments