Skip to content

Commit 5b9b2e7

Browse files
committed
add stuff
1 parent b48d4e4 commit 5b9b2e7

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

assets/css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ body {
11011101

11021102
nav a:hover {
11031103
text-decoration-line: underline;
1104-
text-decoration-color: #cbd5e1;
1104+
text-decoration-color: #90e7a8;
11051105
text-decoration-thickness: 2px;
11061106
text-underline-offset: 4px;
11071107
}
@@ -1114,12 +1114,12 @@ nav a.ancestor {
11141114
}
11151115

11161116
nav a.ancestor {
1117-
text-decoration-color: #cbd5e1;
1117+
text-decoration-color: #90e7a8;
11181118
}
11191119

11201120
article.main a {
11211121
--tw-text-opacity: 1 !important;
1122-
color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
1122+
color: rgb(87, 219, 125 / var(--tw-text-opacity)) !important;
11231123
}
11241124

11251125
article.main a:hover {

content/about/carroll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ tags:
1313
'startup founder',
1414
'inventor',
1515
'origin story',
16-
'perhaps comedian',
16+
'comedy',
1717
]
18-
summary: 'An intriguing narrative about my career/where the heck I came from. Read on about a love of learning and leadership, what two degrees I actually earned in college and my tech startup founder experience.'
18+
summary: 'An intriguing narrative about my career/where the heck I came from. Read on about a love of learning and leadership, what two degrees I earned in college (and use to this day!) and my _first_ tech startup founder experience.'
1919
---
2020

2121
Molly Carroll is an (alleged) human whose profession is software engineering. She is a powerhouse (workaholic.. working on it) full stack generalist in software development and has experience in software architecture, deploying + monitoring production software, lots of DevOps and doing whatever is needed for her team's/business success.

hugo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ page = ['html']
8181

8282
[menus]
8383
[[menus.main]]
84-
name = 'About'
85-
pageRef = '/about'
86-
weight = 2
87-
[[menus.main]]
8884
name = 'Resume'
8985
pageRef = '/about/resume.md'
9086
weight = 1
9187
[[menus.main]]
88+
name = 'About'
89+
pageRef = '/about'
90+
weight = 2
91+
[[menus.main]]
9292
# name = 'Notes'
9393
# pageRef = '/notes'
9494
# weight = 20
@@ -106,14 +106,14 @@ pageRef = '/graph'
106106
weight = 5
107107

108108
[markup]
109-
[markup.goldmark]
110-
[markup.goldmark.parser]
111-
[markup.goldmark.parser.attribute]
112-
block = true
109+
[markup.goldmark]
110+
[markup.goldmark.parser]
111+
[markup.goldmark.parser.attribute]
112+
block = true
113113

114114
[markup.highlight]
115-
noClasses = false
116-
style = 'monokai'
115+
noClasses = false
116+
style = 'monokai'
117117

118118
[taxonomies]
119119
category = 'categories'
@@ -122,5 +122,5 @@ tags = 'tags'
122122
track = 'tracks'
123123

124124
[caches]
125-
[caches.images]
126-
dir = ':cacheDir/images'
125+
[caches.images]
126+
dir = ':cacheDir/images'

layouts/_default/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="!mb-1">{{ . }}</h1>
88
{{- with .Content }}
99
{{ . }}
1010
{{ end -}}
11-
<p class="lead"></p>
11+
<p class="lead">technology builder of many hats. mostly senior software engineer. open to new challenges in my next role.</p>
1212
</article>
1313

1414
{{- if default true site.Params.home.showRecentPosts }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)