mono-lite 0.3.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8818e9c0dfefe06239abcdb5ed9b4f56701214aea2e4a06f081fd9d147fe15e6
4
- data.tar.gz: ba1eb518f5ab550a1cc13f8f0c06f074ddad78783bc834b1b019a5f8317db2e3
3
+ metadata.gz: 70fc1e55bf8f0d828ae61c392049c40b605967a914045d94d2c6fa3ceff19529
4
+ data.tar.gz: 84830c28af5ee9a8452c89f0fdd6e9da13b2b4ef9435d55bd297372c60e6c3d0
5
5
  SHA512:
6
- metadata.gz: d04d725b3aa8ccc4bacd768e2aa7660cc29e384cb2f9b8e60ff2b8686834cd0858c45bb025107448dc2f3f82b1592a0ce0db8f5814834b4737a3dd81c344cba8
7
- data.tar.gz: fee3dd8951ee0e8f405ba77849ef867066ace8a863d709fa4b6ea1c7ffc5731113972f61119e866fd31a29cfe531fcd1eddc53730685b1d1c11e2845d93b4628
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
- I'm a Creative Technologist / Fullstack Software Engineer / Hot Glue Gun Developer, or whatever you want to call it, previously at the Google Creative Lab in New York. I've worked on a wide range of projects, often touching on making science and technology more accessible to everyone, or adding a little bit of delight to topics such as machine learning and AR.
16
-
17
- secondary_description: >
18
- Before Google I worked on interactive video set designs for theatre and dance pieces and created installations using video tracking, robots and lights. Lastly, I worked for a few years for the Danish Broadcasting Corporation, innovating new ways of making graphics for the tv.
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/_includes/head.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
 
6
- <title>{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
6
+ <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7
7
  <meta name="description" content="{% if site.description %}{{ site.description }}{% else %}{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 }}{% endif %}">
8
8
 
9
9
  <link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
@@ -1,6 +1,6 @@
1
1
  <header class="site-header">
2
2
  <div class="header-content">
3
- <p class="site-title">{{ site.title | upcase }}</p>
3
+ <p class="site-title"><a href="/" class="unstyled-link">{{ site.title | upcase }}</a></p>
4
4
  <div class="header-social-links">
5
5
  {%- if site.author.email -%}
6
6
  <a href="mailto:{{ site.author.email }}" title="Email">Email</a>
@@ -16,6 +16,4 @@
16
16
  {%- endif -%}
17
17
  </div>
18
18
  </div>
19
- <p>{{ site.mono-lite.intro_description }}</p>
20
- <p>{{ site.mono-lite.secondary_description }}</p>
21
19
  </header>
data/_layouts/home.html CHANGED
@@ -4,6 +4,8 @@ layout: default
4
4
 
5
5
  <section>
6
6
  {%- include header.html -%}
7
+ <p style="margin-top: 1rem;">{{ site.mono-lite.intro_description }}</p>
8
+ <p style="margin-bottom: 0.5rem;">{{ site.mono-lite.secondary_description }}</p>
7
9
  </section>
8
10
 
9
11
  <section>
data/_layouts/page.html CHANGED
@@ -3,13 +3,9 @@ layout: default
3
3
  ---
4
4
 
5
5
  <section>
6
- <p class="site-title">{{ site.title | upcase }}</p>
7
- <a class="back-btn" href="/">
8
- <span>👈</span>
9
- Back to all work
10
- </a>
6
+ {%- include header.html -%}
11
7
  </section>
12
8
 
13
- <section style="margin-top: 32px;">
9
+ <section>
14
10
  {{ content }}
15
11
  </section>
data/_sass/_layout.scss CHANGED
@@ -22,6 +22,11 @@
22
22
  font-size: 1.125rem;
23
23
  }
24
24
 
25
+ .unstyled-link {
26
+ text-decoration: none;
27
+ color: inherit;
28
+ }
29
+
25
30
  .page-content {
26
31
  display: flex;
27
32
  flex-direction: column;
@@ -98,12 +103,9 @@ section {
98
103
  }
99
104
 
100
105
  .post-title-header {
101
- display: block;
102
106
  font-size: 1.5rem;
103
107
  margin-block-start: 0.83em;
104
108
  margin-block-end: 0.83em;
105
- margin-inline-start: 0px;
106
- margin-inline-end: 0px;
107
109
  font-weight: bold;
108
110
  }
109
111
 
@@ -120,20 +122,21 @@ section {
120
122
  margin-right: 0;
121
123
  }
122
124
 
123
- .post-content {
124
- img {
125
- object-fit: contain;
126
- width: 100%;
127
- }
128
- }
125
+ // .post-content {
126
+ // img {
127
+ // object-fit: contain;
128
+ // width: 100%;
129
+ // }
130
+ // }
129
131
 
130
132
  .post-byline {
131
133
  position: relative;
132
- top: -1rem;
134
+ top: -1.5rem;
133
135
  font-weight: 300;
134
136
  }
135
137
 
136
138
  .header-content {
139
+ margin-top: 0.4rem;
137
140
  display: flex;
138
141
  justify-content: space-between;
139
142
  align-items: center;
@@ -152,6 +155,10 @@ section {
152
155
  }
153
156
  }
154
157
 
158
+ .post-header {
159
+ margin-top: -0.6rem;
160
+ }
161
+
155
162
  @media (max-width: $on-palm) {
156
163
  .post-img {
157
164
  height: 100px;
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mono-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Hawley
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2025-05-06 00:00:00.000000000 Z
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description:
41
+ description:
42
42
  email:
43
43
  - dylanthomashawley@gmail.com
44
44
  executables: []
@@ -68,7 +68,7 @@ homepage: https://mono-lite.github.io
68
68
  licenses:
69
69
  - MIT
70
70
  metadata: {}
71
- post_install_message:
71
+ post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
74
74
  - lib
@@ -83,8 +83,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.3.3
87
- signing_key:
86
+ rubygems_version: 3.0.3.1
87
+ signing_key:
88
88
  specification_version: 4
89
89
  summary: Lightweight single-column Jekyll site.
90
90
  test_files: []