alpha-one 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45c6bd89791cf0d002d31f10afd25123bed70e4c85937142dd69d3e6443543a3
4
- data.tar.gz: ae781cec5efb5655f2fa0b54f6660b5d0e7df9f3f9ec8f1c455124807e976e1f
3
+ metadata.gz: 5d8b6d7be6bcdd7c4d65e153e5b06db93ef10415ea94bae584014a7f9c63d923
4
+ data.tar.gz: 13caf937e2deca2e26e839782359cc5c64cd8f7e35d8b5dbc497cfbec0ab911a
5
5
  SHA512:
6
- metadata.gz: 727973889c074088c84ec54f1b7199d70b9d80d57359700de49e615a3434f097efd0e1f073bd9b4096e504e22d8303f1fbeaf5335297aad2e6445ba8c0d3051a
7
- data.tar.gz: 3b47f52140886fb244e0c7ed2b35c6068dae740a4b3be052a1e57898648c7b4543497f9d54fe7e4cd5258fe2c45515c8bde41ddf6261ad831170879b0a0201d8
6
+ metadata.gz: ac678d1f689945c4b7a6aef3bb772bb93fb9654e163161c002a42f9f18cde01210ba502bea478e962db49e8cc70c52f0442349cecdf3635e4dac11d7ec8ea8d5
7
+ data.tar.gz: d7e7519ee15e3608731469805caca89a30b9a1f503ca63cb539de245033f0bcadd266e0221adb0dc79246e504ffc1424463025b4f2b180424209801e79b3f95d
data/assets/alpha-one.css CHANGED
@@ -12,6 +12,14 @@
12
12
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2') format('woff2');
13
13
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
14
14
  }
15
+ /* https://github.com/adobe-fonts/source-code-pro/releases */
16
+ @font-face {
17
+ font-family: 'Source Code Pro';
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('SourceCodePro-Regular.otf.woff2') format('woff2');
21
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
22
+ }
15
23
 
16
24
  body {
17
25
  font-family: 'Titillium Web';
@@ -66,9 +74,11 @@ article {
66
74
 
67
75
  article > * {
68
76
  font-family: 'Merriweather';
69
- line-height: 155%;
77
+ color: #333333;
78
+ line-height: 150%;
70
79
  }
71
80
 
81
+
72
82
  footer {
73
83
  padding-top: 60px;
74
84
  padding-bottom: 60px;
@@ -88,12 +98,12 @@ a:hover, a:focus {
88
98
 
89
99
  h1 {
90
100
  margin-top: 40px;
91
- margin-bottom: 20px;
101
+ margin-bottom: 25px;
92
102
  }
93
103
 
94
104
  h2 {
95
105
  margin-top: 30px;
96
- margin-bottom: 10px;
106
+ margin-bottom: 20px;
97
107
  }
98
108
 
99
109
  ul {
@@ -126,6 +136,10 @@ img {
126
136
  margin: 20px auto;
127
137
  }
128
138
 
139
+ code {
140
+ font-family: 'Source Code Pro', monospace;
141
+ }
142
+
129
143
  /* From default.css found at https://richleland.github.io/pygments-css/ */
130
144
  .highlight .hll { background-color: #ffffcc }
131
145
  .highlight { background: #f8f8f8; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha-one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre ROUDIER
@@ -67,6 +67,7 @@ files:
67
67
  - _layouts/page.html
68
68
  - _layouts/post.html
69
69
  - assets/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2
70
+ - assets/SourceCodePro-Regular.otf.woff2
70
71
  - assets/alpha-one.css
71
72
  - assets/blue.png
72
73
  - assets/blue_hd.png