1
Fork 0

Starting a daily writing practice. I hope.

This commit is contained in:
Jan-Erik Rediger 2020-06-19 13:30:24 +02:00
parent f2d75d33fc
commit c34b8aa916
2 changed files with 17 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<nav class="menu">
<a class="menu-item {% if page.data.route == "blog"%}current{%endif%}" href="/">fnordig</a>
<a class="menu-item {% if page.data.route == "posts"%}current{%endif%}" href="/posts/">posts</a>
<a class="menu-item {% if page.data.route == "notes"%}current{%endif%}" href="/notes/">notes</a>
<a class="menu-item {% if page.data.route == "about"%}current{%endif%}" href="/about/">about</a>
<a class="menu-item {% if page.data.route == "talks"%}current{%endif%}" href="/talks/">talks</a>
<a class="menu-item" href="/feed.xml">feed</a>

16
notes.md Normal file
View file

@ -0,0 +1,16 @@
---
permalink: /notes
title: Notes
layout: simple.liquid
data:
route: notes
---
<em>Unedited notes & snippets</em>
## 2020-06-19
After reading [A Guide to Starting a Daily Writing Practice](https://notebook.drmaciver.com/posts/2020-06-08-10:11.html)
(after [my colleague Ryan blogged about it](https://blog.harterrt.com/notebook/2020-06-16.html)) I considered doing the same.
I immediately started to build my own little note taking tool.
But I have this blog. It's easy to use, so why build it new?