From d5009a3bc81a4fdb1208f491624097d93fb13ceb Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Apr 2017 09:46:56 +0200 Subject: uploaded sources --- 404.md | 11 + README.md | 2 - _config.yml.dist | 15 + _layouts/default.html | 102 +++++++ _sass/style.scss | 280 +++++++++++++++++ assets/css/style.scss | 4 + assets/fonts/Noto-Sans-700/Noto-Sans-700.eot | Bin 0 -> 16716 bytes assets/fonts/Noto-Sans-700/Noto-Sans-700.svg | 336 ++++++++++++++++++++ assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf | Bin 0 -> 29704 bytes assets/fonts/Noto-Sans-700/Noto-Sans-700.woff | Bin 0 -> 12632 bytes assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2 | Bin 0 -> 9724 bytes .../Noto-Sans-700italic/Noto-Sans-700italic.eot | Bin 0 -> 16849 bytes .../Noto-Sans-700italic/Noto-Sans-700italic.svg | 334 ++++++++++++++++++++ .../Noto-Sans-700italic/Noto-Sans-700italic.ttf | Bin 0 -> 28932 bytes .../Noto-Sans-700italic/Noto-Sans-700italic.woff | Bin 0 -> 12612 bytes .../Noto-Sans-700italic/Noto-Sans-700italic.woff2 | Bin 0 -> 9612 bytes assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot | Bin 0 -> 15864 bytes assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg | 337 +++++++++++++++++++++ assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf | Bin 0 -> 26644 bytes .../fonts/Noto-Sans-italic/Noto-Sans-italic.woff | Bin 0 -> 12536 bytes .../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2 | Bin 0 -> 9572 bytes .../fonts/Noto-Sans-regular/Noto-Sans-regular.eot | Bin 0 -> 16639 bytes .../fonts/Noto-Sans-regular/Noto-Sans-regular.svg | 335 ++++++++++++++++++++ .../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf | Bin 0 -> 29288 bytes .../fonts/Noto-Sans-regular/Noto-Sans-regular.woff | Bin 0 -> 12840 bytes .../Noto-Sans-regular/Noto-Sans-regular.woff2 | Bin 0 -> 9932 bytes assets/images/.gitkeep | 1 + assets/js/scale.fix.js | 27 ++ sync-wiki.sh | 12 + 29 files changed, 1794 insertions(+), 2 deletions(-) create mode 100644 404.md delete mode 100644 README.md create mode 100644 _config.yml.dist create mode 100644 _layouts/default.html create mode 100644 _sass/style.scss create mode 100644 assets/css/style.scss create mode 100644 assets/fonts/Noto-Sans-700/Noto-Sans-700.eot create mode 100644 assets/fonts/Noto-Sans-700/Noto-Sans-700.svg create mode 100644 assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf create mode 100644 assets/fonts/Noto-Sans-700/Noto-Sans-700.woff create mode 100644 assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2 create mode 100644 assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot create mode 100644 assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg create mode 100644 assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf create mode 100644 assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff create mode 100644 assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2 create mode 100644 assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot create mode 100644 assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg create mode 100644 assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf create mode 100644 assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff create mode 100644 assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2 create mode 100644 assets/fonts/Noto-Sans-regular/Noto-Sans-regular.eot create mode 100644 assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg create mode 100644 assets/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf create mode 100644 assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff create mode 100644 assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2 create mode 100644 assets/images/.gitkeep create mode 100644 assets/js/scale.fix.js create mode 100644 sync-wiki.sh diff --git a/404.md b/404.md new file mode 100644 index 0000000..53d6d18 --- /dev/null +++ b/404.md @@ -0,0 +1,11 @@ +--- +layout: default +permalink: /404.html +--- + + + \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 2bbb482..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# git-wiki -A github pages powered wiki, using pull request to collaborating diff --git a/_config.yml.dist b/_config.yml.dist new file mode 100644 index 0000000..ba3b9ec --- /dev/null +++ b/_config.yml.dist @@ -0,0 +1,15 @@ +title: git-wiki +description: git-wiki is a jekyll theme originally based on jekyll-theme-minimal +show_downloads: true +logo_url: +google_analytics: +theme: +use_github_wiki: false +use_prose_io: true +google_cse_token: +gems: + - jekyll-sitemap + - jekyll-mentions + - jemoji + - jekyll-redirect-from + - jekyll-feed diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..1bb957e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,102 @@ + + + + + + {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + + + + + + +
+
+ +

{{ site.title | default: site.github.repository_name }}

+
+

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+
+ {{page.relative_path}} + {% if page.url contains "/wiki/" and site.use_github_wiki %} + Edit + History + Source + {% else %} + Edit + {% if site.use_prose_io %} + Edit with Prose.io + {% endif %} + History + Source + {% endif %} + + {% if site.google_cse_token %} + + + {% else %} +
+ {% if site.use_github_wiki %} + + {% endif %} + +
+ {% endif %} +
+ + + {{ content }} + +
+ +
+ + + + {% if site.google_analytics %} + + {% endif %} + + diff --git a/_sass/style.scss b/_sass/style.scss new file mode 100644 index 0000000..b6c3284 --- /dev/null +++ b/_sass/style.scss @@ -0,0 +1,280 @@ +@import "fonts"; +@import "rouge-github"; + +body { + background-color: #fff; + padding:50px; + font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color:#727272; + font-weight:400; +} + +h1, h2, h3, h4, h5, h6 { + color:#222; + margin:0 0 20px; +} + +p, ul, ol, table, pre, dl { + margin:0 0 20px; +} + +h1, h2, h3 { + line-height:1.1; +} + +h1 { + font-size:28px; +} + +h2 { + color:#393939; +} + +h3, h4, h5, h6 { + color:#494949; +} + +a { + color:#39c; + text-decoration:none; +} + +a:hover { + color:#069; +} + +a small { + font-size:11px; + color:#777; + margin-top:-0.3em; + display:block; +} + +a:hover small { + color:#777; +} + +.wrapper { + /*width:860px;*/ + margin:0 auto; +} + +blockquote { + border-left:1px solid #e5e5e5; + margin:0; + padding:0 0 0 20px; + font-style:italic; +} + +code, pre { + font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; + color:#333; + font-size:12px; +} + +pre { + padding:8px 15px; + background: #f8f8f8; + border-radius:5px; + border:1px solid #e5e5e5; + overflow-x: auto; +} + +table { + width:100%; + border-collapse:collapse; +} + +th, td { + text-align:left; + padding:5px 10px; + border-bottom:1px solid #e5e5e5; +} + +dt { + color:#444; + font-weight:700; +} + +th { + color:#444; +} + +img { + max-width:100%; +} + +header { + width:270px; + float:left; + position:fixed; + -webkit-font-smoothing:subpixel-antialiased; +} + +header ul { + list-style:none; + height:40px; + padding:0; + background: #f4f4f4; + border-radius:5px; + border:1px solid #e0e0e0; + width:270px; +} + +header li { + width:89px; + float:left; + border-right:1px solid #e0e0e0; + height:40px; +} + +header li:first-child a { + border-radius:5px 0 0 5px; +} + +header li:last-child a { + border-radius:0 5px 5px 0; +} + +header ul a { + line-height:1; + font-size:11px; + color:#999; + display:block; + text-align:center; + padding-top:6px; + height:34px; +} + +header ul a:hover { + color:#999; +} + +header ul a:active { + background-color:#f0f0f0; +} + +strong { + color:#222; + font-weight:700; +} + +header ul li + li + li { + border-right:none; + width:89px; +} + +header ul a strong { + font-size:14px; + display:block; + color:#222; +} + +section { + /*width:500px; + float:right;*/ + padding-left: 320px; + padding-bottom:50px; +} + +small { + font-size:11px; +} + +hr { + border:0; + background:#e5e5e5; + height:1px; + margin:0 0 20px; +} + +footer { + width:270px; + float:left; + position:fixed; + bottom:50px; + -webkit-font-smoothing:subpixel-antialiased; +} + +.tools-element { + border-left: aqua; + border-left-style: solid; + padding-left: 10px; + padding-right: 10px; +} + +@media print, screen and (max-width: 960px) { + + div.wrapper { + width:auto; + margin:0; + } + + header, section, footer { + float:none; + position:static; + width:auto; + } + + header { + padding-right:320px; + } + + section { + border:1px solid #e5e5e5; + border-width:1px 0; + padding:20px 0; + margin:0 0 20px; + } + + header a small { + display:inline; + } + + header ul { + position:absolute; + right:50px; + top:52px; + } +} + + +@media print, screen and (max-width: 720px) { + body { + word-wrap:break-word; + } + + header { + padding:0; + } + + header ul, header p.view { + position:static; + } + + pre, code { + word-wrap:normal; + } +} + +@media print, screen and (max-width: 480px) { + body { + padding:15px; + } + + header ul { + width:99%; + } + + header li, header ul li + li + li { + width:33%; + } +} + +@media print { + body { + padding:0.4in; + font-size:12pt; + color:#444; + } +} diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..0a14227 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,4 @@ +--- +--- + +@import "jekyll-theme-minimal"; diff --git a/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot b/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot new file mode 100644 index 0000000..03bf93f Binary files /dev/null and b/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot differ diff --git a/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg b/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg new file mode 100644 index 0000000..925fe47 --- /dev/null +++ b/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +