Welcome everyone! Here lies the source code for my personal site/blog. It uses Metalsmith.
To compile the website, you need npm and nodejs.
In a shell run:
git clone --recursive https://github.com/helq/blag
cd blag
npm install
node build
The website is built under _site/
.
/blag
/_site
/assets
/layouts
/src
/posts
/hello-world.md
For licensing details please read LICENSE.md