mono-lite 0.3.1 → 0.3.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/_config.yml +6 -5
- data/_sass/_layout.scss +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70fc1e55bf8f0d828ae61c392049c40b605967a914045d94d2c6fa3ceff19529
|
4
|
+
data.tar.gz: 84830c28af5ee9a8452c89f0fdd6e9da13b2b4ef9435d55bd297372c60e6c3d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9244f0c0237c6e4f0724dfb22393404e079d08f9d7723a0ca0415fe6f6a2d7ba5e6e9f9193316596bccab0b61d216ca327422a915ce81e1f95b828f63c456894
|
7
|
+
data.tar.gz: 967f77d28b13ac8261031aa92563ccbbb9fa8389ace6178c877b64e2253a50bbed54c7dc472b523ed545477cdf289b9e2d764483933425d87d57cb08d74214a7
|
data/_config.yml
CHANGED
@@ -12,16 +12,17 @@ show_excerpts: false # set to true to show excerpts on the homepage
|
|
12
12
|
mono-lite:
|
13
13
|
|
14
14
|
intro_description: >
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
15
|
+
Write a brief intro description about yourself. Essentially a bio
|
16
|
+
for the header of the page. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium auctor semper.
|
17
|
+
Etiam ac vulputate nibh. Morbi sagittis porttitor velit quis consectetur. Phasellus at lacus felis.
|
18
|
+
Nulla ac iaculis lectus. Nam fermentum massa lorem. Donec mattis vitae mauris ut rutrum.
|
19
|
+
Quisque facilisis justo vitae magna mattis suscipit. Nam non elit eget magna varius facilisis vitae ac mi.
|
20
|
+
Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean consequat ligula eget iaculis dignissim.
|
19
21
|
|
20
22
|
# generate social links in footer
|
21
23
|
social_links:
|
22
24
|
github: dylanhawley
|
23
25
|
linkedin: dylanhawley
|
24
|
-
resume: https://www.linkedin.com/in/dylanhawley/
|
25
26
|
|
26
27
|
# Mastodon instances
|
27
28
|
# mastodon:
|
data/_sass/_layout.scss
CHANGED
@@ -122,12 +122,12 @@ section {
|
|
122
122
|
margin-right: 0;
|
123
123
|
}
|
124
124
|
|
125
|
-
.post-content {
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
}
|
125
|
+
// .post-content {
|
126
|
+
// img {
|
127
|
+
// object-fit: contain;
|
128
|
+
// width: 100%;
|
129
|
+
// }
|
130
|
+
// }
|
131
131
|
|
132
132
|
.post-byline {
|
133
133
|
position: relative;
|