start of another blog post
This commit is contained in:
parent
6a8ac4c476
commit
e158caf4b9
1 changed files with 29 additions and 0 deletions
29
posts/more-ssg-improvements.md
Normal file
29
posts/more-ssg-improvements.md
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: "More improvements to the blog"
|
||||||
|
|
||||||
|
description: ""
|
||||||
|
|
||||||
|
date: "20xx-xx-xx"
|
||||||
|
|
||||||
|
draft: true
|
||||||
|
|
||||||
|
tags: []
|
||||||
|
---
|
||||||
|
|
||||||
|
## CSS and JS are Bundled
|
||||||
|
|
||||||
|
(I gave up on doing the minimization myself and just have esbuild as a dependency now which caused an annoying locale issue as well as me going and grabbing esbuild via curl)
|
||||||
|
|
||||||
|
## Code is highlighted by the SSG
|
||||||
|
|
||||||
|
(Going to use skylighting)
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
|
||||||
|
## Misc backend improvements
|
||||||
|
|
||||||
|
(Templating is now a bit more dynamic, draft status is decided by date, idk we'll see what I do before I write about this)
|
||||||
|
|
||||||
|
## What's next
|
||||||
|
|
||||||
|
(more backend improvements + another format either rst or org + footnotes)
|
||||||
Loading…
Reference in a new issue