Skip to content

Commit 3548808

Browse files
committed
fix: valid config & includes, rebuild site
1 parent ea87a8b commit 3548808

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
remote_theme: jekyll/minima
2-
3-
plugins:
4-
- jekyll-remote-theme
1+
# NOTE: using built-in Minima (simpler than remote_theme)
2+
theme: minima

assets/css/custom.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,19 @@
33
--brand-red : #CB2431;
44
}
55

6-
/* Global typography */
76
body {
87
font-family: system-ui, -apple-system, "Inter", sans-serif;
98
line-height: 1.6;
109
margin: 0;
1110
padding: 0;
1211
}
1312

14-
/* Center content & give it breathing room */
1513
main {
1614
margin-inline: auto;
1715
padding: 1rem;
1816
max-width: 1000px;
1917
}
2018

21-
/* Make the heat-map image flexible & elegant */
2219
img.heatmap {
2320
max-width: 100%;
2421
height: auto;
@@ -27,7 +24,6 @@ img.heatmap {
2724
box-shadow: 0 0 12px rgba(0, 0, 0, .12);
2825
}
2926

30-
/* Scalable headings on larger screens */
3127
@media (min-width: 40rem) {
3228
h1 { font-size: 2.5rem; }
3329
}

0 commit comments

Comments
 (0)