Просмотр исходного кода

Try minimalX theme

pull/1/head
Михаил Капелько 7 лет назад
Родитель
Сommit
b3d155a580
3 измененных файлов: 33 добавлений и 0 удалений
  1. +13
    -0
      content/pages/Projects-ru.md
  2. +13
    -0
      content/pages/Projects.md
  3. +7
    -0
      pelicanconf.py

+ 13
- 0
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


+ 13
- 0
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


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

Загрузка…
Отмена
Сохранить