|
a8a79d9f29
|
feat: cleanup, add title tag finally
|
2024-02-08 21:39:45 -08:00 |
|
|
1cad57d8e8
|
feat: add last.fm account
|
2024-02-08 21:18:49 -08:00 |
|
|
f8b18a91bc
|
fix: clean up loop implementations
|
2024-02-08 21:09:53 -08:00 |
|
|
5f6a1a8d33
|
fix: path manipulation should always use posix
|
2024-02-08 19:54:59 -08:00 |
|
Devin Haska
|
d9df85fdd2
|
feat: tweak posts include
|
2024-02-08 09:15:16 -08:00 |
|
Devin Haska
|
ff11c4bc3d
|
fix: add missing images
|
2024-02-07 20:05:38 -08:00 |
|
Devin Haska
|
6265474981
|
feat: add archive view of posts
|
2024-02-07 20:05:38 -08:00 |
|
Devin Haska
|
5e72b839fe
|
feat: add tag page
|
2024-02-07 10:26:55 -08:00 |
|
Devin Haska
|
210a278ab1
|
feat: add tags page
|
2024-02-06 23:00:46 -08:00 |
|
Devin Haska
|
6f6f79f11f
|
fix: rename page templates to .html
|
2024-02-06 23:00:31 -08:00 |
|
Devin Haska
|
5283ed6dc3
|
feat: add methods to fetch post categories
|
2024-02-06 23:00:04 -08:00 |
|
Devin Haska
|
3b115e1cab
|
feat: move dir config to separate file
|
2024-02-06 22:59:28 -08:00 |
|
Devin Haska
|
9ef9fd3b85
|
fix: class grouping tidy-up
|
2024-02-06 16:04:50 -08:00 |
|
Devin Haska
|
4333a7bde9
|
feat: add spacing util classes
|
2024-02-06 15:59:19 -08:00 |
|
Devin Haska
|
d4ffca4b5b
|
feat: footer refactor
|
2024-02-06 14:08:17 -08:00 |
|
Devin Haska
|
f339227c3d
|
feat: add footer
|
2024-02-06 12:22:15 -08:00 |
|
Devin Haska
|
28da427b27
|
feat: add container query for navbar
|
2024-02-05 22:34:06 -08:00 |
|
Devin Haska
|
a3b23ded75
|
fix: small css tweaks
|
2024-02-05 22:07:25 -08:00 |
|
Devin Haska
|
dbc72a383e
|
feat: misc cleanup
|
2024-02-05 16:50:11 -08:00 |
|
Devin Haska
|
9dc3ddeec7
|
feat: add navigation items
|
2024-02-05 16:22:18 -08:00 |
|
Devin Haska
|
59ef51d6c6
|
feat: add meta tags
|
2024-02-05 15:49:32 -08:00 |
|
Devin Haska
|
df1c7a795f
|
feat: add first pass of navbar
|
2024-02-05 15:42:32 -08:00 |
|
Devin Haska
|
b702a3878d
|
feat: add style for date and categories
|
2024-02-05 13:14:21 -08:00 |
|
Devin Haska
|
3eafffdd3a
|
feat: add jsconfig.json file
|
2024-02-04 11:16:55 -08:00 |
|
Devin Haska
|
9b773d7ce2
|
fix: clean up html/njk formatting
|
2024-02-04 10:53:11 -08:00 |
|
Devin Haska
|
a65a26ebe4
|
feat: add post layout (wip)
|
2024-02-03 21:33:21 -08:00 |
|
Devin Haska
|
0de2968fa0
|
feat: adding my first post as a test
|
2024-02-02 09:27:55 -08:00 |
|
Devin Haska
|
24a16f8557
|
feat: add books collection
|
2024-02-01 21:31:31 -08:00 |
|
Devin Haska
|
900377c334
|
feat: move all content to content dir
|
2024-02-01 21:27:55 -08:00 |
|
Devin Haska
|
8550a2d98b
|
feat: reorg project
|
2024-02-01 16:30:39 -08:00 |
|
Devin Haska
|
23c9baad10
|
feat: move color variables to global data
|
2024-02-01 15:57:17 -08:00 |
|
Devin Haska
|
f9926b3bac
|
feat: move font config to global data cascade
|
2024-02-01 15:03:33 -08:00 |
|
Devin Haska
|
ad435a16db
|
feat: add image shortcode
|
2024-01-31 21:52:07 -08:00 |
|
Devin Haska
|
189cc0a829
|
fix: update abbr element style
|
2024-01-31 15:19:43 -08:00 |
|
Devin Haska
|
b933aae79f
|
feat: add markdown plugins
|
2024-01-31 14:42:11 -08:00 |
|
Devin Haska
|
29872edc10
|
feat: add markdown-it library
|
2024-01-31 11:41:17 -08:00 |
|
Devin Haska
|
c008d223f6
|
feat: rename eleventy config file
|
2024-01-31 11:25:13 -08:00 |
|
Devin Haska
|
ec00e2e544
|
feat: add basic layout
This commit adds some basic design tokens in the form of CSS variables.
I got these from my Figma designs.
Also added is dark mode support.
|
2024-01-30 21:51:58 -08:00 |
|
Devin Haska
|
be3e4272c5
|
feat: add custom fonts
|
2024-01-30 18:38:18 -08:00 |
|
Devin Lumley
|
a5526174ba
|
feat: convert templates from njk to html
Note: Nunjucks will still process the templates, but this way they can
be plain HTML files and will be formatted properly.
|
2024-01-28 20:52:09 -08:00 |
|
Devin Lumley
|
d666ef0731
|
feat: update metadata
|
2024-01-28 16:32:19 -08:00 |
|
Devin Lumley
|
ad0525dd29
|
feat: add linting
|
2024-01-28 16:20:10 -08:00 |
|
Devin Lumley
|
613ada0063
|
Initial commit
|
2024-01-28 16:00:23 -08:00 |
|