A simple static personal site for posts and notes.
Frameworkless and Markdown-based. LLMs handle the file wrangling.
Open index.html in a browser, or serve the folder with any static file server.
- Put the source Markdown in
sources/and post images inassets/. - Ask the LLM to process the Markdown file into a static HTML post.
- Profit.
Suggested prompt:
Process the new Markdown file in sources/ into a static HTML post in posts/.
Preserve the source text exactly. Do not edit files in sources/ unless I ask.
Use images from assets/.
Update index.html so Latest points to the new post.
Compare the Markdown source and HTML output paragraph by paragraph before you finish.LLMs are all you need.