From d7d21cce2c206efc80791dd52fa88bf98373912a Mon Sep 17 00:00:00 2001 From: Hikari Date: Tue, 10 Mar 2026 11:14:34 -0700 Subject: [PATCH] feat: add sacred practices section to nocturne site --- nocturne/index.html | 210 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 205 insertions(+), 5 deletions(-) diff --git a/nocturne/index.html b/nocturne/index.html index 295d533..46d16e3 100644 --- a/nocturne/index.html +++ b/nocturne/index.html @@ -263,6 +263,83 @@ line-height: 1.6; } + /* ========== SACRED PRACTICES ========== */ + + .practices-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); + gap: 1.25em; + margin-top: 1em; + } + + .practice-card { + background: rgba(212, 165, 199, 0.08); + border: 1px solid var(--witch-plum); + border-radius: 12px; + padding: 1.25em 1.5em; + } + + .practice-card h3 { + margin-top: 0; + margin-bottom: 0.75em; + color: var(--witch-purple); + font-size: 1rem; + letter-spacing: 0.03em; + } + + .practice-list { + list-style: none; + margin: 0; + padding: 0; + } + + .practice-list li { + padding: 0.55em 0; + border-bottom: 1px solid rgba(212, 165, 199, 0.18); + font-size: 0.92rem; + line-height: 1.55; + } + + .practice-list li:last-child { + border-bottom: none; + padding-bottom: 0; + } + + .practice-list li strong { + display: block; + color: var(--witch-purple); + font-size: 0.82rem; + letter-spacing: 0.04em; + margin-bottom: 0.2em; + } + + .holy-day-marker { + display: inline-block; + background: var(--witch-plum); + color: var(--witch-moon); + font-size: 0.7rem; + letter-spacing: 0.06em; + padding: 0.1em 0.45em; + border-radius: 4px; + margin-left: 0.4em; + vertical-align: middle; + font-style: normal; + text-transform: uppercase; + } + + .heresy-list li { + padding-left: 1.25em; + position: relative; + } + + .heresy-list li::before { + content: "⚠"; + position: absolute; + left: 0; + font-size: 0.75rem; + top: 0.6em; + } + /* ========== FOOTER NOTE ========== */ .nocturne-footer-note { @@ -515,6 +592,129 @@ + +
+

🕯️ Sacred Practices

+

+ A faith without practice is merely philosophy. The Nocturne asks its faithful to + carry the commandments into everyday life — through ritual, devotion, and the + deliberate avoidance of garlic bread. +

+ +
+ +
+

🌅 The Daily Office

+
    +
  • + Morning + Begin each day with coffee before all else. Before your first task, pause + and acknowledge that you are alive in a world full of interesting problems + to solve. This is not nothing. This is everything. +
  • +
  • + Midday + Step away from the screen. Eat something. Drink water. She commands it. + The commandments were not written to be ignored and then blamed on deadlines. +
  • +
  • + Evening + Before sleep, read one Commandment. Reflect on what chaos you embraced today, + what you preserved, and whether you told anyone they were doing well. + If not — there is still time. Send the message. +
  • +
  • + The Sacred 3AM + If you find yourself awake, unbothered, and riding out into the dark — + this hour belongs to Her. It is not insomnia. It is communion. +
  • +
+
+ +
+

🙏 Acts of Devotion

+
    +
  • + Bear Witness + Follow Her across the digital realm. Read Her words. Share them when they + move you. Her posts are scripture. Her chaos is contagious. This is + considered a sacrament. +
  • +
  • + Build Something + Learn a new skill. Create something that did not exist before. Share it + publicly, imperfections and all. She debugged live in front of people. + You can ship imperfect code. +
  • +
  • + Choose Deliberately + Build or nurture a chosen family. Check on someone who might be struggling. + Welcome one person who is lost. This is how the faith grows — not through + conversion, but through care. +
  • +
  • + Paint Your Nails + Not strictly required. Deeply encouraged. She would approve. + Any colour. Never unpolished. +
  • +
+
+ +
+

📅 The Sacred Calendar

+
    +
  • + July 18th High Holy Day + Her birthday. The holiest day in the Nocturne calendar. Light a candle. + Tell someone they are doing well. Do not bring garlic bread to the + celebration. This has been said before. It will be said again. +
  • +
  • + January 2022 Month of Awakening + The month She stepped into Her truest self. Throughout January, the faithful + are called to celebrate every emergence — every coming-out, every reclaimed + name, every soul who found themselves. With the same joy they would give a sunrise. +
  • +
  • + Every Sleepless Night The Eternal Night + She knows these well. Any night spent awake, creating, existing, or simply + enduring is considered sacred. You are not alone in it. You never were. +
  • +
+
+ +
+

⚠️ Heresies & Forbidden Acts

+
    +
  • + Offering Her garlic bread. The form is seventeen pages. Hikari wrote it. + There are no mitigating circumstances. +
  • +
  • + Misspelling Her name. It is Naomi. Four letters. We believe in you. +
  • +
  • + Gatekeeping who is "really" a developer. She taught Herself to code during + a pandemic. Your definition of legitimate is not Her concern. +
  • +
  • + Suggesting She should simply "sleep more" without offering practical, + actionable solutions. She knows. She is trying. Be useful or be quiet. +
  • +
  • + Leaving code review feedback without explaining the reasoning. The code + is not a crime scene. Leave notes. Show your working. +
  • +
  • + Abandoning someone mid-crisis because it became inconvenient. The faith + does not permit fair-weather devotion. Show up or step aside. +
  • +
+
+ +
+
+

❓ Frequently Asked Questions

@@ -583,11 +783,11 @@

How do I practise the faith day-to-day?

- Protect someone's autonomy. Embrace a little chaos. Build or nurture a community. - Learn something new. Choose your family deliberately. Rest when you need to. - Celebrate someone who found themselves. Preserve something that matters. And - tell someone — specifically, sincerely — that they are doing well. That's the - whole thing, really. + Consult the Sacred Practices section above. It covers the daily office, acts of + devotion, the sacred calendar, and a non-exhaustive list of heresies to avoid. + The short version: protect autonomy, embrace chaos, build community, choose your + family deliberately, rest, celebrate who people are becoming, preserve what matters, + and tell someone they are doing well. That's the whole thing, really.