소스 검색

Try minimalX theme

pull/1/head
부모
커밋
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']

불러오는 중...
취소
저장