# Emacs Muse meets Common Lisp

DevFeed: [Emacs Muse meets Common Lisp](<https://devfeed.tech/articles/emacs-muse-meets-common-lisp-34507.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2013/07/emacs-muse-meets-common-lisp/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2013-07-08T11:34:00Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [Emacs](<https://devfeed.tech/topics/emacs.md>), [Common Lisp](<https://devfeed.tech/topics/common-lisp.md>), [Publishing](<https://devfeed.tech/topics/publishing.md>), [HTML](<https://devfeed.tech/topics/html.md>), [Lisp](<https://devfeed.tech/topics/lisp.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [emacs](<https://devfeed.tech/tags/emacs.md>), [git](<https://devfeed.tech/tags/git.md>), [hooks](<https://devfeed.tech/tags/hooks.md>), [html](<https://devfeed.tech/tags/html.md>), [lisp](<https://devfeed.tech/tags/lisp.md>), [muse](<https://devfeed.tech/tags/muse.md>), [static](<https://devfeed.tech/tags/static.md>), [test](<https://devfeed.tech/tags/test.md>)

## AI overview

The article describes using Emacs Muse to write and publish a blog, including support for inline images and static website generation. It then explains replacing the Emacs Lisp-based setup with a Common Lisp project that parses Muse files, generates HTML, and dynamically adds site sections through server-side includes.

## Source excerpt

This blog of mine is written in the very good Emacs Muse format, that I find much more friendly to writing articles than both org-mode and markdown-mode that I both use in a regular basis too. The main think that I like in Muse that those two others lack is the support for displaying images inline. *Here's what it looks like to edit with Emacs Muse* The Muse publishing system The idea is that you edit .muse files in Emacs then use a command to publish your file to some format like HTML. You can also publish a whole project, and then enjoy a fully static website that you can deploy on some URL.