diff --git a/Makefile b/Makefile index a599b85..119f419 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,14 @@ -all: index.html +all: index.html resources.html index.html: header.html footer.html content.html cat header.html content.html footer.html > index.html +resources.html: header.html general_footer.html resources_content.html + cat header.html resources_content.html general_footer.html > resources.html + content.html: syntax.md perl Markdown_1.0.1/Markdown.pl syntax.md > content.html +resources_content.html: resources.md + perl Markdown_1.0.1/Markdown.pl resources.md > resources_content.html + diff --git a/general_footer.html b/general_footer.html new file mode 100644 index 0000000..1492022 --- /dev/null +++ b/general_footer.html @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/header.html b/header.html index b81014f..0caf647 100644 --- a/header.html +++ b/header.html @@ -14,5 +14,9 @@ +
diff --git a/index.html b/index.html index 17c704e..0bcd8f1 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,10 @@ +

NOTE: This is Traditional Chinese Edition Document of diff --git a/resources.html b/resources.html new file mode 100644 index 0000000..60896ce --- /dev/null +++ b/resources.html @@ -0,0 +1,155 @@ + + + + + Markdown 語法說明 + + + + + + + + + + + +

+
+ +

Markdown 資源

+ +

Markdown

+ +

Logo

+ + + +

編輯器

+ +

單純 Markdown 編輯器

+ + + +

通用文字編輯器

+ + + +

網頁文字編輯器

+ + + +

擴充版 Markdown

+ + + +

引擎

+ + + +

Blog 服務

+ + + +

Blog 系統

+ + + +

CSS

+ + + +

感謝

+ +

感謝 WM 協助整理

+ + +
+ + + + + diff --git a/resources_content.html b/resources_content.html new file mode 100644 index 0000000..cbf7dc8 --- /dev/null +++ b/resources_content.html @@ -0,0 +1,112 @@ +

Markdown 資源

+ +

Markdown

+ +

Logo

+ + + +

編輯器

+ +

單純 Markdown 編輯器

+ + + +

通用文字編輯器

+ + + +

網頁文字編輯器

+ + + +

擴充版 Markdown

+ + + +

引擎

+ + + +

Blog 服務

+ + + +

Blog 系統

+ + + +

CSS

+ + + +

感謝

+ +

感謝 WM 協助整理

diff --git a/stylesheets/main.css b/stylesheets/main.css index 5cbdc42..ba64a78 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -7,17 +7,20 @@ html.hasFontSmoothing-true { } body { - padding: 1em; + padding: 0 1em 1em; } -div.wikistyle, #comments{ +nav, div.wikistyle, #comments{ width:760px; margin: 0 auto; } -#comments { +div.wikistyle, #comments { margin-top: 1em; } -div.wikistyle, #comments{background-color:#f8f8f8;padding:.7em;} -div.wikistyle, #comments{border:1px solid #e9e9e9;} +nav a { + margin-right: 0.5em; +} +nav, div.wikistyle, #comments{background-color:#f8f8f8;padding:.7em;} +nav, div.wikistyle, #comments{border:1px solid #e9e9e9;} .wikistyle h1,.wikistyle h2,.wikistyle h3,.wikistyle h4,.wikistyle h5,.wikistyle h6{border:0!important;} .wikistyle h1{font-size:170%!important;border-top:4px solid #aaa!important;padding-top:.5em!important;margin-top:1.5em!important;}