Starting a daily writing practice. I hope.
This commit is contained in:
parent
f2d75d33fc
commit
c34b8aa916
|
@ -1,6 +1,7 @@
|
||||||
<nav class="menu">
|
<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 == "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 == "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 == "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 {% if page.data.route == "talks"%}current{%endif%}" href="/talks/">talks</a>
|
||||||
<a class="menu-item" href="/feed.xml">feed</a>
|
<a class="menu-item" href="/feed.xml">feed</a>
|
||||||
|
|
16
notes.md
Normal file
16
notes.md
Normal 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?
|
Loading…
Reference in a new issue