alpha-one 0.4.1 → 0.4.2
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 +4 -4
- data/assets/SourceCodePro-Regular.otf.woff2 +0 -0
- data/assets/alpha-one.css +17 -3
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d8b6d7be6bcdd7c4d65e153e5b06db93ef10415ea94bae584014a7f9c63d923
|
|
4
|
+
data.tar.gz: 13caf937e2deca2e26e839782359cc5c64cd8f7e35d8b5dbc497cfbec0ab911a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac678d1f689945c4b7a6aef3bb772bb93fb9654e163161c002a42f9f18cde01210ba502bea478e962db49e8cc70c52f0442349cecdf3635e4dac11d7ec8ea8d5
|
|
7
|
+
data.tar.gz: d7e7519ee15e3608731469805caca89a30b9a1f503ca63cb539de245033f0bcadd266e0221adb0dc79246e504ffc1424463025b4f2b180424209801e79b3f95d
|
|
Binary file
|
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
|
-
|
|
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:
|
|
101
|
+
margin-bottom: 25px;
|
|
92
102
|
}
|
|
93
103
|
|
|
94
104
|
h2 {
|
|
95
105
|
margin-top: 30px;
|
|
96
|
-
margin-bottom:
|
|
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.
|
|
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
|