diff --git a/_data/site.json b/_data/site.json new file mode 100644 index 0000000..6f8819d --- /dev/null +++ b/_data/site.json @@ -0,0 +1,9 @@ +{ + "handle": "lordtet", + "author": "lordtet", + "tagline": "developer · tinkerer · human", + "bio": "I build things that are useful, interesting, or just plain fun. Fascinated by systems programming, the open web, and old hardware.", + "email": "you@example.com", + "github": "https://github.com/lordtet", + "pgp_fingerprint": "DEAD BEEF 1337 C0DE F00D CAFE BABE 0000 1234 5678 9ABC DEF0" +} diff --git a/_includes/base.njk b/_includes/base.njk new file mode 100644 index 0000000..291ecb0 --- /dev/null +++ b/_includes/base.njk @@ -0,0 +1,38 @@ + + +
+ + ++ {{ date | readableDate }}{% if tags %} · {{ tags | join(', ') }}{% endif %} +
++ {{ date | readableDate }} + {% if tags %} · {{ tags | join(', ') }}{% endif %} +
+ {% endif %} + {{ content | safe }} +No posts yet. Run: touch blog/posts/first-post.md