simplicity 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b07a1034679bb2975f174c66991c231f50c60ca
4
- data.tar.gz: 8278c127cb49b4292656158537062b33cd0345b3
3
+ metadata.gz: 7f06a7d92e9297de3f624b108aa62fbed11f8f52
4
+ data.tar.gz: e74cd4840bda8897061fe9b13ca287940940bbaa
5
5
  SHA512:
6
- metadata.gz: 32eee438b6ead090e3ee586c419a25971c7357f3e1d52321a6c4e0e728a6c05a2dbb75ef098b8ec987762040f1975abd7d91499485d7fc92ababb0358bcb8070
7
- data.tar.gz: aade46baca799e7dd58c0aa55e5f85d58fba7e5ead72537d0658fdf9d5f80ea258bfe61ea588b67f1c2597b13647d0317ba5cef1825d1497709895730ac5b880
6
+ metadata.gz: b07b6a6ba4416ba6b26de4da8597c969b8e341129f19af3edfcc6f70223b2765942dfd77731dfa201c576b92fecb013e2d0eeff1d5ed366514469bb1b9166754
7
+ data.tar.gz: c87678ae555ba6d7b65f5d0250157b589db115527250fb17aad13101cdfe402fb5893dfa9a22ee32303c18099b611682add2c8fd96d4bdec7e85966cf226bc37
@@ -0,0 +1,7 @@
1
+ <link rel="shortcut icon" type="image/png" href="{{ "/assets/favicon.ico" | relative_url }}">
2
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}">
3
+ <link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}">
4
+ <link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicon-16x16.png" | relative_url }}">
5
+ <link rel="manifest" href="{{ "/assets/manifest.json" | relative_url }}">
6
+ <link rel="mask-icon" href="{{ "/assets/safari-pinned-tab.svg" | relative_url }}" color="#5bbad5">
7
+ <meta name="theme-color" content="#ffffff">
data/_includes/head.html CHANGED
@@ -14,6 +14,7 @@
14
14
  {% if jekyll.environment == 'production' and site.google_analytics %}
15
15
  {% include google-analytics.html %}
16
16
  {% endif %}
17
+ {% include favicon.html %}
17
18
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
18
19
  <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.js"></script>
19
20
  <script src="{{ "/assets/main.js" | relative_url }}"></script>
Binary file
Binary file
Binary file
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/mstile-150x150.png"/>
6
+ <TileColor>#da532c</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+ </browserconfig>
Binary file
Binary file
Binary file
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "",
3
+ "icons": [
4
+ {
5
+ "src": "/android-chrome-192x192.png",
6
+ "sizes": "192x192",
7
+ "type": "image/png"
8
+ },
9
+ {
10
+ "src": "/android-chrome-384x384.png",
11
+ "sizes": "384x384",
12
+ "type": "image/png"
13
+ }
14
+ ],
15
+ "theme_color": "#ffffff",
16
+ "background_color": "#ffffff",
17
+ "display": "standalone"
18
+ }
Binary file
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="447.000000pt" height="447.000000pt" viewBox="0 0 447.000000 447.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <metadata>
8
+ Created by potrace 1.11, written by Peter Selinger 2001-2013
9
+ </metadata>
10
+ <g transform="translate(0.000000,447.000000) scale(0.100000,-0.100000)"
11
+ fill="#000000" stroke="none">
12
+ <path d="M40 2235 l0 -2235 2195 0 2195 0 0 2235 0 2235 -2195 0 -2195 0 0
13
+ -2235z"/>
14
+ </g>
15
+ </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplicity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - bananaappletw
@@ -104,6 +104,7 @@ files:
104
104
  - LICENSE.txt
105
105
  - README.md
106
106
  - _includes/disqus_comments.html
107
+ - _includes/favicon.html
107
108
  - _includes/first_page.html
108
109
  - _includes/footer.html
109
110
  - _includes/google-analytics.html
@@ -123,19 +124,29 @@ files:
123
124
  - _sass/simplicity/_base.scss
124
125
  - _sass/simplicity/_layout.scss
125
126
  - _sass/simplicity/_syntax.scss
127
+ - assets/android-chrome-192x192.png
128
+ - assets/android-chrome-384x384.png
129
+ - assets/apple-touch-icon.png
126
130
  - assets/bamboofox-website.gif
127
131
  - assets/bamboofox.png
132
+ - assets/browserconfig.xml
133
+ - assets/favicon-16x16.png
134
+ - assets/favicon-32x32.png
135
+ - assets/favicon.ico
128
136
  - assets/icon_avatar.jpg
129
137
  - assets/koa2-examples.png
130
138
  - assets/main.coffee
131
139
  - assets/main.scss
140
+ - assets/manifest.json
132
141
  - assets/med.gif
142
+ - assets/mstile-150x150.png
133
143
  - assets/nctu-logo.jpg
134
144
  - assets/nctu-restaurant-survey.png
135
145
  - assets/nctu-review.png
136
146
  - assets/nctucsc.png
137
147
  - assets/nctustunion.jpg
138
148
  - assets/profile.jpg
149
+ - assets/safari-pinned-tab.svg
139
150
  - assets/symgdb.gif
140
151
  homepage: https://github.com/bananaappletw/simplicity
141
152
  licenses: