updated doc tags
This commit is contained in:
parent
40d01bfd06
commit
2b0906c0c2
|
@ -1,11 +1,6 @@
|
||||||
= A Tiny Subset of Asciidoc for Blogging
|
= A Tiny Subset of Asciidoc for Blogging
|
||||||
Erik Winter <ik@erikwinter.nl>
|
|
||||||
2020-12-01
|
2020-12-01
|
||||||
:kind: essay
|
:tags: asciidoc, shitty-ssg, public, en
|
||||||
:public: yes
|
|
||||||
:tags: asciidoc, shitty-ssg
|
|
||||||
:project: shitty-ssg
|
|
||||||
:language: EN
|
|
||||||
|
|
||||||
As promised in /articles/2020/why-i-built-my-own-shitty-static-site-generator/[my earlier post] on why I decided to build my own Shitty Static Site Generator, I’ll explain the markup format that I use for the posts on this site. The goal was to find a subset of Asciidoc that would be easy to parse myself, but would still result in valid documents, so that they can be processed by all other tools that understand Asciidoc without any problem. For instance, I wanted the syntax coloring in my editor to ‘just work’.
|
As promised in /articles/2020/why-i-built-my-own-shitty-static-site-generator/[my earlier post] on why I decided to build my own Shitty Static Site Generator, I’ll explain the markup format that I use for the posts on this site. The goal was to find a subset of Asciidoc that would be easy to parse myself, but would still result in valid documents, so that they can be processed by all other tools that understand Asciidoc without any problem. For instance, I wanted the syntax coloring in my editor to ‘just work’.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
= Shitty SSG: Code Walkthrough
|
= Shitty SSG: Code Walkthrough
|
||||||
Erik Winter <ik@erikwinter.nl>
|
|
||||||
2021-03-09
|
2021-03-09
|
||||||
:kind: article
|
:tags: go, asciidoc, public, en
|
||||||
:public: yes
|
|
||||||
:tags: golang, asciidoc, shitty-ssg
|
|
||||||
:project: shitty-ssg
|
|
||||||
:language: en
|
|
||||||
|
|
||||||
One would expect a walk through the code of a self proclaimed “shitty” software project not to be a pleasant read. I promise that it is not that bad. Earlier I https://erikwinter.nl/articles/2020/why-i-built-my-own-shitty-static-site-generator/[described] why I built this static site generator and the https://erikwinter.nl/articles/2020/a-tiny-subset-of-asciidoc-for-blogging/[Asciidoc subset] that it uses as a markup language. Here I will describe the code that transforms these documents into a website. Later I will go more into detail on how the flexibility of this generator is used to create and publish to multiple sites from multiple sources in one go.
|
One would expect a walk through the code of a self proclaimed “shitty” software project not to be a pleasant read. I promise that it is not that bad. Earlier I https://erikwinter.nl/articles/2020/why-i-built-my-own-shitty-static-site-generator/[described] why I built this static site generator and the https://erikwinter.nl/articles/2020/a-tiny-subset-of-asciidoc-for-blogging/[Asciidoc subset] that it uses as a markup language. Here I will describe the code that transforms these documents into a website. Later I will go more into detail on how the flexibility of this generator is used to create and publish to multiple sites from multiple sources in one go.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
= Why I Built My Own Shitty Static Site Generator
|
= Why I Built My Own Shitty Static Site Generator
|
||||||
Erik Winter
|
|
||||||
2020-11-09
|
2020-11-09
|
||||||
:kind: article
|
:tags: productivity, asciidoc, hugo, public, en
|
||||||
:public: yes
|
|
||||||
:tags: productivity, asciidoc, hugo, shitty-ssg
|
|
||||||
:language: EN
|
|
||||||
:project: shitty-ssg
|
|
||||||
|
|
||||||
_NOTE: This post generated some interesting discussions elsewhere. See the comments on https://news.ycombinator.com/item?id=25227181[hackernews] and https://old.reddit.com/r/programming/comments/k05oy9/[reddit] to read more opinions on the subject._
|
_NOTE: This post generated some interesting discussions elsewhere. See the comments on https://news.ycombinator.com/item?id=25227181[hackernews] and https://old.reddit.com/r/programming/comments/k05oy9/[reddit] to read more opinions on the subject._
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue