diff --git a/_config.yml b/_config.yml index d2f51e6..ba882ae 100644 --- a/_config.yml +++ b/_config.yml @@ -59,7 +59,6 @@ exclude: - .gitignore - .jekyll-cace/ - .sass-cache/ - - .direnv/ - flake.nix - flake.lock - gemset.nix diff --git a/_notes/2024-08-30-wv.md b/_notes/2024-08-30-wv.md deleted file mode 100644 index 46ec74d..0000000 --- a/_notes/2024-08-30-wv.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -title: Note -date: "2024-08-30 22:20" ---- - -Endlich daheim nach dem beschissesten Urlaub ever. - -Dank Mietwagen ohne Rückfahrt in überfrachtetem COVID Bus und Zug. -Wir wollen ja niemanden anstecken, nech? - -Aber ging diesmal echt schnell vorbei, leider aber nicht bei allen in der Familie. - -Ich bin immer noch genervt. diff --git a/_notes/2024-09-12-kx.md b/_notes/2024-09-12-kx.md deleted file mode 100644 index f90c74f..0000000 --- a/_notes/2024-09-12-kx.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default -title: Note -date: "2024-09-12 12:02" ---- - -pushed some buttons on this site. The color theme is now based on [Everforest](https://github.com/sainnhe/everforest), the theme I use on my desktop everwhere. It's just the perfect fit this time. - -I've also switched the typeface to [Berkely Mono](https://berkeleygraphics.com/typefaces/berkeley-mono/). Which I want to switch to on the desktop as well. But that needs some nix sourcery to figure out. - -You might see remainders in [the CSS](/assets/new.css) that I tested [Departure Mono](https://www.departuremono.com/). But that too much on its own. Even for me. I left it for now, I wnat to see how it looks like on headings and code blocks only. - -Now only that logo needs some adaption. diff --git a/assets/fonts/BerkeleyMono-Regular.otf b/assets/fonts/BerkeleyMono-Regular.otf deleted file mode 100644 index 695913e..0000000 Binary files a/assets/fonts/BerkeleyMono-Regular.otf and /dev/null differ diff --git a/assets/fonts/BerkeleyMono-Regular.ttf b/assets/fonts/BerkeleyMono-Regular.ttf deleted file mode 100644 index a7f8d24..0000000 Binary files a/assets/fonts/BerkeleyMono-Regular.ttf and /dev/null differ diff --git a/assets/fonts/BerkeleyMono-Regular.woff b/assets/fonts/BerkeleyMono-Regular.woff deleted file mode 100644 index bc3d09b..0000000 Binary files a/assets/fonts/BerkeleyMono-Regular.woff and /dev/null differ diff --git a/assets/fonts/BerkeleyMono-Regular.woff2 b/assets/fonts/BerkeleyMono-Regular.woff2 deleted file mode 100644 index f8fb838..0000000 Binary files a/assets/fonts/BerkeleyMono-Regular.woff2 and /dev/null differ diff --git a/assets/fonts/DepartureMono-Regular.otf b/assets/fonts/DepartureMono-Regular.otf deleted file mode 100644 index 4d480d5..0000000 Binary files a/assets/fonts/DepartureMono-Regular.otf and /dev/null differ diff --git a/assets/fonts/DepartureMono-Regular.woff b/assets/fonts/DepartureMono-Regular.woff deleted file mode 100644 index 9ab793e..0000000 Binary files a/assets/fonts/DepartureMono-Regular.woff and /dev/null differ diff --git a/assets/fonts/DepartureMono-Regular.woff2 b/assets/fonts/DepartureMono-Regular.woff2 deleted file mode 100644 index 1f16797..0000000 Binary files a/assets/fonts/DepartureMono-Regular.woff2 and /dev/null differ diff --git a/assets/new.scss b/assets/new.scss index 471f649..fedf5e6 100644 --- a/assets/new.scss +++ b/assets/new.scss @@ -2,62 +2,45 @@ --- :root { - /* Light Mode - Everforest Theme */ - --backgroundColor: #fdf6e3; /* background */ - --textColor: #5c6a72; /* foreground */ - --secondaryTextColor: #7c8377; /* gray2 */ - --mutedTextColor: #9da9a0; /* gray1 */ - --subtleBackgroundColor: #f3ece5; /* surface */ - --heartedBackgroundColor: #e67e80; /* red */ - --selectionBackgroundColor: #a7c080; /* green */ - --linkColor: #7fbbb3; /* aqua */ - --borderColor: #dfc7a1; /* light yellow */ - --hrColor: #a9b1a1; /* gray3 */ - --activeColor: #d699b6; /* pink */ - --langBackgroundColor: #eee8d5; /* surface1 */ + /* Light Mode */ + --backgroundColor: #EFF1F5; /* froth */ + --textColor: #4C4F69; /* text */ + --secondaryTextColor: #565A6E; /* overlay2 */ + --mutedTextColor: #727585; /* overlay1 */ + --subtleBackgroundColor: #E6E9EF; /* surface2 */ + --heartedBackgroundColor: #F5E0DC; /* peach */ + --selectionBackgroundColor: #A6E3A1; /* green */ + --linkColor: #89B4FA; /* blue */ + --borderColor: #D9E0EE; /* crust */ + --hrColor: #ABAEC6; /* mantle */ + --activeColor: #F28FAD; /* pink */ + --langBackgroundColor: #DCE0EA; /* surface1 */ --langShadowColor: transparent; - --logoColor: #a7c080; /* green */ - --photoBackground: #e9e8d5; /* surface0 */ + --logoColor: #B8C0E0; /* lavender */ + --photoBackground: #E9ECF2; /* surface0 */ } @media (prefers-color-scheme: dark) { :root { - /* Dark Mode - Everforest Theme */ - --backgroundColor: #2b3339; /* background */ - --textColor: #d3c6aa; /* foreground */ - --secondaryTextColor: #a7c080; /* green */ - --mutedTextColor: #868d80; /* gray2 */ - --subtleBackgroundColor: #404a51; /* surface */ - --heartedBackgroundColor: #e67e80; /* red */ - --selectionBackgroundColor: #3a494e; /* dark green */ - --linkColor: #83c092; /* aqua */ - --borderColor: #454e58; /* dark yellow */ - --hrColor: #5c6a72; /* gray3 */ - --activeColor: #d699b6; /* pink */ - --langBackgroundColor: #323c41; /* surface1 */ + /* Dark Mode */ + --backgroundColor: #1E1E2E; /* base */ + --textColor: #CDD6F4; /* text */ + --secondaryTextColor: #A6ADC8; /* overlay2 */ + --mutedTextColor: #88909F; /* overlay1 */ + --subtleBackgroundColor: #313244; /* surface2 */ + --heartedBackgroundColor: #913C3C; /* red */ + --selectionBackgroundColor: #223249; /* blue darker */ + --linkColor: #89B4FA; /* blue */ + --borderColor: #414559; /* crust */ + --hrColor: #4C4F69; /* mantle */ + --activeColor: #ABE9B3; /* green */ + --langBackgroundColor: #2A2A3C; /* surface1 */ --langShadowColor: #00000033; - --logoColor: #83c092; /* green */ - --photoBackground: #2f383e; /* surface0 */ + --logoColor: #6E6C7E; /* lavender darker */ + --photoBackground: #24273A; /* surface0 */ } } -@font-face { - font-family: "Departure Mono"; - src: url('fonts/DepartureMono-Regular.eot'); - src: url('fonts/DepartureMono-Regular.eot') format('embedded-opentype'), - url('fonts/DepartureMono-Regular.woff2') format('woff2'), - url('fonts/DepartureMono-Regular.woff') format('woff'); -} - -@font-face { - font-family: "Berkeley Mono"; - src: url('fonts/BerkeleyMono-Regular.otf'); - src: url('fonts/BerkeleyMono-Regular.otf') format('opentype'), - url('fonts/BerkeleyMono-Regular.woff') format('woff'), - url('fonts/BerkeleyMono-Regular.woff2') format('woff2'), - url('fonts/BerkeleyMono-Regular.ttf') format('truetype'); -} - body { background: var(--backgroundColor); color: var(--textColor); @@ -69,7 +52,7 @@ body { } body, kbd { - font-family: "Berkeley Mono", system-ui, sans-serif; + font-family: system-ui, sans-serif; } a { @@ -97,12 +80,11 @@ footer { } h1, h2, h3, h4, h5, h6, .font { - font-family: 'Berkeley Mono', sans-serif; + font-family: 'Readex Pro', sans-serif; } .plain { - // font-family: system-ui, sans-serif - font-family: 'Berkeley Mono', sans-serif; + font-family: system-ui, sans-serif } h1, h2, h3, h4, h5, h6 { @@ -274,8 +256,7 @@ hr { } article { - //font-family: system-ui, sans-serif; - font-family: 'Berkeley Mono', sans-serif; + font-family: system-ui, sans-serif; font-size: 1em; }