From e909f3ff43855634b81d3bd487b073ea35e1aaa3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 15:04:29 +0300 Subject: move categories pages to /categories/ --- categories/c++/index.html | 5 +++++ categories/haskell/index.html | 5 +++++ categories/math/index.html | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 categories/c++/index.html create mode 100644 categories/haskell/index.html create mode 100644 categories/math/index.html (limited to 'categories') 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 +--- -- cgit v1.2.3