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']