
Building this site requires Hugo (not yet included in the README or in the installation of dependencies in the Makefile). Still very much work in progress, this is basically the [Geekdocks theme][1] + one page. [1]: https://geekdocs.de/
8 lines
234 B
HTML
8 lines
234 B
HTML
<div class="gdoc-columns flex flex-wrap flex-mobile-column">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="gdoc-columns__content gdoc-markdown--nested flex-even">
|
|
{{ . | $.Page.RenderString }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|