text edit
This commit is contained in:
parent
bd243f45d5
commit
2426385977
|
@ -6,7 +6,7 @@ Erik Winter <ik@erikwinter.nl>
|
||||||
:project: shitty-ssg
|
:project: shitty-ssg
|
||||||
:language: en
|
:language: en
|
||||||
|
|
||||||
One would expect a walk though 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.
|
||||||
|
|
||||||
Originally I made the SSG to create one site. But it turned out to be not that hard to generalize it and now it generates:
|
Originally I made the SSG to create one site. But it turned out to be not that hard to generalize it and now it generates:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue