Skip to content

Commit cbb472f

Browse files
committed
Add readme as about.
1 parent 70c691d commit cbb472f

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Yncoder
1+
---
2+
layout: single
3+
permalink: /about/
4+
---
5+
6+
关于 Yncoder
27
==========
38

49
Yncoder 是云南开发者自发组织的交流社区,其目的是提供一个自由分享交流的平台,互助提高参与者的职业水平,创造共赢的机会,进而改善本地 IT 行业生态。目前主要由 @gc87@mytharcher@ZhangRGK 共同维护。

_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
markdown: kramdown
2-
permalink: /:categories/:title.html
3-
exclude:
4-
- README.md
2+
permalink: /:categories/:title
53

64
host: yncoder.github.io

_layouts/single.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
---
55

66
<article class="container">
7+
{% if page.title %}
78
<h1>{{ page.title }}</h1>
9+
{% endif %}
810
{{ content }}
911
</article>

0 commit comments

Comments
 (0)