Skip to content

Commit 8c196de

Browse files
committed
.
1 parent 6ead91f commit 8c196de

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Code Guide by @AlloyTeam-materliu
2+
description: Standards for developing flexible, durable, and sustainable HTML and CSS, and maintainable JavaScript
3+
url: http://materliu.github.io/code-guide/
4+
5+
markdown: rdiscount
6+
permalink: pretty
7+
pygments: true

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ <h1>{{ site.name }}</h1>
66
<p class="lead">通过分析github代码库总结出来的工程师代码书写习惯:<a href="http://sideeffect.kr/popularconvention#javascript" target="_blank">GO!!!</a></p>
77

88
<p class="masthead-links">
9-
<a href="https://github.com/materliu/code-guide">
9+
<a href="https://github.com/AlloyTeam/codeGuide">
1010
<span class="icon icon-github-circled"></span>
1111
</a>
12-
<a href="https://twitter.com/materliu">
12+
<a href="http://weibo.com/alloyteam">
1313
<span class="icon icon-twitter"></span>
1414
</a>
1515
</p>

0 commit comments

Comments
 (0)