About this blog
January 31, 2025 ┃ #blog #markdown #shell
This is a static website. Posts are written in markdown en generated with a shell script.
The filestructure looks like this
├─source_dir
│ ├─posts
│ │ ├─$post.md
│ │ └─...
│ ├─html
│ │ ├─footer.html
│ │ ├─head.html
│ │ ├─header.html
│ │ └─index-intro.html
│ └─css
│ └─style.css
├─blog_dir
│ ├─posts
│ │ ├─$post.html
│ │ └─...
│ ├─tags
│ │ ├─$tag.html
│ │ └─...
│ ├─css
│ │ └─style.css
│ └─index.html
That was fun…;-)
More in depth view will follow…soon… ;-)