devblog

yet another static site generator

Usage no npm install needed!

<script type="module">
  import devblog from 'https://cdn.skypack.dev/devblog';
</script>

README

yet another static site generator

devblog build npm-dependencies standard-js npm-node-version npm-version npm-license

npm i -g devblog

read more about it on cri.dev

create a blog

devblog init my-new-blog && cd my-new-blog # optional, creates a blog
devblog # build blog

or try to run it a 11ty or similar blog, it will give you hints on what filters and variables need to be configured in the file .devblog.js (see .devblog.example.js).

You can also find an example in the example test-site.

serve on localhost:8080

npx http-server _site

run in a directory with *.md files, and a _site will be generated containing html files.

you can use nunjucks templates, as you can see in test-site

asciicast