diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 15:04:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 15:04:29 +0300 |
commit | e909f3ff43855634b81d3bd487b073ea35e1aaa3 (patch) | |
tree | bc4b981f8a4ab15aa316d750bc12f416702b9f4d /categories | |
parent | sort notes by title (diff) | |
download | jekyll-theme-e909f3ff43855634b81d3bd487b073ea35e1aaa3.tar.gz jekyll-theme-e909f3ff43855634b81d3bd487b073ea35e1aaa3.zip |
move categories pages to /categories/
Diffstat (limited to 'categories')
-rw-r--r-- | categories/c++/index.html | 5 | ||||
-rw-r--r-- | categories/haskell/index.html | 5 | ||||
-rw-r--r-- | categories/math/index.html | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/categories/c++/index.html b/categories/c++/index.html new file mode 100644 index 0000000..ed18c1a --- /dev/null +++ b/categories/c++/index.html @@ -0,0 +1,5 @@ +--- +title: C++ +category: C++ +layout: category +--- diff --git a/categories/haskell/index.html b/categories/haskell/index.html new file mode 100644 index 0000000..a69e838 --- /dev/null +++ b/categories/haskell/index.html @@ -0,0 +1,5 @@ +--- +title: Haskell +category: Haskell +layout: category +--- diff --git a/categories/math/index.html b/categories/math/index.html new file mode 100644 index 0000000..910af29 --- /dev/null +++ b/categories/math/index.html @@ -0,0 +1,5 @@ +--- +title: Math +category: Math +layout: category +--- |