HASH ce79cd7b6723
DATE 2025-02-25
SUBJECT website: update homepage
FILES 5 CHANGED HASH ce79cd7b6723
DATE 2025-02-25
SUBJECT website: update homepage
FILES 5 CHANGED ┌─ outputs/pkgs/website/src/content/_index.md ────────────────────────────── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/content/_index.md b/outputs/pkgs/website/src │
│ /content/_index.md │
│ index 837a177..c14278f 100644 │
│ --- a/outputs/pkgs/website/src/content/_index.md │
│ +++ b/outputs/pkgs/website/src/content/_index.md │
│ @@ -3,5 +3,3 @@ title = "ooknet" │
│ description = "ooknet is a personal website, a monorepo, a place to store my note │
│ s; all powered by nix." │
│ template = "home.html" │
│ +++ │
│ - │
│ -# ooknet │
└────────────────────────────────────────────────────────────────────────────────────┘ ┌─ ...website/src/content/_index.md ── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/conten │
│ t/_index.md b/outputs/pkgs/website/src/conte │
│ nt/_index.md │
│ index 837a177..c14278f 100644 │
│ --- a/outputs/pkgs/website/src/content/_inde │
│ x.md │
│ +++ b/outputs/pkgs/website/src/content/_inde │
│ x.md │
│ @@ -3,5 +3,3 @@ title = "ooknet" │
│ description = "ooknet is a personal website │
│ , a monorepo, a place to store my notes; all │
│ powered by nix." │
│ template = "home.html" │
│ +++ │
│ - │
│ -# ooknet │
└──────────────────────────────────────────────┘ ┌─ outputs/pkgs/website/src/sass/main.scss ───────────────────────────────── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/main.scss b/outputs/pkgs/website/src/sa │
│ ss/main.scss │
│ index 4df3d35..3779b7a 100644 │
│ --- a/outputs/pkgs/website/src/sass/main.scss │
│ +++ b/outputs/pkgs/website/src/sass/main.scss │
│ @@ -1,5 +1,5 @@ │
│ @use "abstracts"; │
│ @use "base"; │
│ +@use "pages"; │
│ @use "utilities"; │
│ @use "components"; │
│ -@use "pages"; │
└────────────────────────────────────────────────────────────────────────────────────┘ ┌─ ...gs/website/src/sass/main.scss ── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/m │
│ ain.scss b/outputs/pkgs/website/src/sass/mai │
│ n.scss │
│ index 4df3d35..3779b7a 100644 │
│ --- a/outputs/pkgs/website/src/sass/main.scs │
│ s │
│ +++ b/outputs/pkgs/website/src/sass/main.scs │
│ s │
│ @@ -1,5 +1,5 @@ │
│ @use "abstracts"; │
│ @use "base"; │
│ +@use "pages"; │
│ @use "utilities"; │
│ @use "components"; │
│ -@use "pages"; │
└──────────────────────────────────────────────┘ ┌─ outputs/pkgs/website/src/sass/pages/_home.scss ────────────────────────── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/pages/_home.scss b/outputs/pkgs/website │
│ /src/sass/pages/_home.scss │
│ index b1dce21..d740a9d 100644 │
│ --- a/outputs/pkgs/website/src/sass/pages/_home.scss │
│ +++ b/outputs/pkgs/website/src/sass/pages/_home.scss │
│ @@ -2,6 +2,22 @@ │
│ html { │
│ scroll-padding-top: $navbar-height; │
│ } │
│ +.home { │
│ + margin: 50px; │
│ + display: flex; │
│ + flex-wrap: wrap; │
│ + align-content: center; │
│ + justify-content: center; │
│ + .home--ascii { │
│ + font: $font-family-monospace; │
│ + font-size: 10px; │
│ + line-height: 1; │
│ + background: var(--clr-crust); │
│ + border: $solid-border; │
│ + margin: 50px; │
│ + padding: 10px; │
│ + } │
│ +} │
│ .notebook { │
│ display: flex; │
│ flex-direction: column; │
└────────────────────────────────────────────────────────────────────────────────────┘ ┌─ ...ite/src/sass/pages/_home.scss ── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/p │
│ ages/_home.scss b/outputs/pkgs/website/src/s │
│ ass/pages/_home.scss │
│ index b1dce21..d740a9d 100644 │
│ --- a/outputs/pkgs/website/src/sass/pages/_h │
│ ome.scss │
│ +++ b/outputs/pkgs/website/src/sass/pages/_h │
│ ome.scss │
│ @@ -2,6 +2,22 @@ │
│ html { │
│ scroll-padding-top: $navbar-height; │
│ } │
│ +.home { │
│ + margin: 50px; │
│ + display: flex; │
│ + flex-wrap: wrap; │
│ + align-content: center; │
│ + justify-content: center; │
│ + .home--ascii { │
│ + font: $font-family-monospace; │
│ + font-size: 10px; │
│ + line-height: 1; │
│ + background: var(--clr-crust); │
│ + border: $solid-border; │
│ + margin: 50px; │
│ + padding: 10px; │
│ + } │
│ +} │
│ .notebook { │
│ display: flex; │
│ flex-direction: column; │
└──────────────────────────────────────────────┘ ┌─ outputs/pkgs/website/src/sass/pages/_index.scss ───────────────────────── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/pages/_index.scss b/outputs/pkgs/websit │
│ e/src/sass/pages/_index.scss │
│ index d352351..e1a359d 100644 │
│ --- a/outputs/pkgs/website/src/sass/pages/_index.scss │
│ +++ b/outputs/pkgs/website/src/sass/pages/_index.scss │
│ @@ -1 +1,2 @@ │
│ @forward "notebook"; │
│ +@forward "home"; │
└────────────────────────────────────────────────────────────────────────────────────┘ ┌─ ...te/src/sass/pages/_index.scss ── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/sass/p │
│ ages/_index.scss b/outputs/pkgs/website/src/ │
│ sass/pages/_index.scss │
│ index d352351..e1a359d 100644 │
│ --- a/outputs/pkgs/website/src/sass/pages/_i │
│ ndex.scss │
│ +++ b/outputs/pkgs/website/src/sass/pages/_i │
│ ndex.scss │
│ @@ -1 +1,2 @@ │
│ @forward "notebook"; │
│ +@forward "home"; │
└──────────────────────────────────────────────┘ ┌─ outputs/pkgs/website/src/templates/home.html ──────────────────────────── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/templates/home.html b/outputs/pkgs/website/s │
│ rc/templates/home.html │
│ index 728fdf8..0e3a780 100644 │
│ --- a/outputs/pkgs/website/src/templates/home.html │
│ +++ b/outputs/pkgs/website/src/templates/home.html │
│ @@ -3,5 +3,15 @@ │
│ <section> │
│ </section> │
│ │
│ -{{ section.content | safe }} │
│ +<pre class="home--ascii"> │
│ + ░▒▓██████▓▒░ ░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓███████▓▒░ ░▒▓████████▓▒░ ░▒▓███ │
│ █████▓▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓ │
│ █▓▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓ │
│ █▓▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓███████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓██████▓▒░ ░▒▓ │
│ █▓▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓ │
│ █▓▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓ │
│ █▓▒░ │
│ + ░▒▓██████▓▒░ ░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓████████▓▒░ ░▒▓ │
│ █▓▒░ │
│ +</pre> │
│ + │
│ +<div class="home-content"> {{ section.content | safe }} </div> │
│ {% endblock home %} │
└────────────────────────────────────────────────────────────────────────────────────┘ ┌─ ...bsite/src/templates/home.html ── [ COPY ] ─┐
│ diff --git a/outputs/pkgs/website/src/templa │
│ tes/home.html b/outputs/pkgs/website/src/tem │
│ plates/home.html │
│ index 728fdf8..0e3a780 100644 │
│ --- a/outputs/pkgs/website/src/templates/hom │
│ e.html │
│ +++ b/outputs/pkgs/website/src/templates/hom │
│ e.html │
│ @@ -3,5 +3,15 @@ │
│ <section> │
│ </section> │
│ │
│ -{{ section.content | safe }} │
│ +<pre class="home--ascii"> │
│ + ░▒▓██████▓▒░ ░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓███████▓▒░ ░▒▓████████▓▒░ ░▒▓████████▓ │
│ ▒░ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ │
│ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ │
│ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓███████▓▒░ │
│ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓██████▓▒░ ░▒▓█▓▒░ │
│ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ │
│ │
│ +░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ │
│ │
│ + ░▒▓██████▓▒░ ░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒ │
│ ░ ░▒▓█▓▒░░▒▓█▓▒░ ░▒▓████████▓▒░ ░▒▓█▓▒░ │
│ │
│ +</pre> │
│ + │
│ +<div class="home-content"> {{ section.conte │
│ nt | safe }} </div> │
│ {% endblock home %} │
└──────────────────────────────────────────────┘ [ BACK TO LOG ] ──────────────────────────────────────────────────────────────────────────────────────
OOKNET ────────────────────────────────────────────────
OOKNET