From 6c114758de3fc9c8d7699b35c56daf78785be7b4 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 6 Feb 2021 20:38:45 +0700 Subject: Add pages for conlangs --- conlang.md | 30 ++++++++++++++++++++++++++++++ newpost.sh | 1 + 2 files changed, 31 insertions(+) create mode 100644 conlang.md diff --git a/conlang.md b/conlang.md new file mode 100644 index 0000000..9075239 --- /dev/null +++ b/conlang.md @@ -0,0 +1,30 @@ +--- +layout: page +title: Conlang +language: en +ref: conlang +--- + +# Conlang + +You can find my posts about conlanging here: + + + +# Hàësdáaga + +You can find my posts about my conlang Hàësdáaga here: + + diff --git a/newpost.sh b/newpost.sh index d689221..a30aafd 100755 --- a/newpost.sh +++ b/newpost.sh @@ -15,3 +15,4 @@ echo "date: $_date" >> "$name" echo "tags: $tags" >> "$name" echo "categories: $categories" >>"$name" echo "---" >> "$name" +vim $name -- cgit 1.4.1