From b3d155a580541c361d8199ffde0f426b09839a7f Mon Sep 17 00:00:00 2001 From: Michael Kapelko Date: Tue, 4 Jul 2017 22:34:51 +0700 Subject: [PATCH] Try minimalX theme --- content/pages/Projects-ru.md | 13 +++++++++++++ content/pages/Projects.md | 13 +++++++++++++ pelicanconf.py | 7 +++++++ 3 files changed, 33 insertions(+) create mode 100644 content/pages/Projects-ru.md create mode 100644 content/pages/Projects.md diff --git a/content/pages/Projects-ru.md b/content/pages/Projects-ru.md new file mode 100644 index 0000000..47ae0e4 --- /dev/null +++ b/content/pages/Projects-ru.md @@ -0,0 +1,13 @@ +Title: Проекты +Slug: projects +Lang: ru + + +# OGS Mahjong + +It is a super cool game + +# OGS Editor + +It is a super cool editor + diff --git a/content/pages/Projects.md b/content/pages/Projects.md new file mode 100644 index 0000000..98afd01 --- /dev/null +++ b/content/pages/Projects.md @@ -0,0 +1,13 @@ +Title: Projects +Slug: projects +Lang: en + + +# OGS Mahjong + +It is a super cool game + +# OGS Editor + +It is a super cool editor + diff --git a/pelicanconf.py b/pelicanconf.py index 56afe1f..015f173 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,3 +37,10 @@ DEFAULT_PAGINATION = 10 DISPLAY_PAGES_ON_MENU = True ARTICLE_PATHS = ['articles'] + +THEME="minimalX" +SHARE_BUTTONS = ['twitter'] +TAG_CLOUD = False +PLUGIN_PATHS = ["/home/kornerr/p/plugins"] +PLUGINS = ["tag_cloud"] +tag_cloud = ['abc']