Skip to content

Commit

Permalink
updated content
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryDoubts committed Dec 12, 2024
1 parent b68086d commit 34fb721
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 92 deletions.
64 changes: 27 additions & 37 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,13 @@
"id": "3a43cdb878abc42c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Gear.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Gear"
}
},
{
"id": "efffb28aeb1bc5ff",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Content.md",
"mode": "source",
"source": false
},
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "Content"
"title": "New tab"
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
Expand Down Expand Up @@ -173,23 +154,32 @@
"command-palette:Open command palette": false
}
},
"active": "efffb28aeb1bc5ff",
"active": "3a43cdb878abc42c",
"lastOpenFiles": [
"_site/assets/css/style.css",
"assets/css/style.scss",
"_site/assets/css/main - Copy.css",
"assets/css/main - Copy.scss",
"assets/css/main.scss",
"_site/assets/css/style.scss",
"_site/assets/css/New Text Document.txt",
"assets/css/New Text Document.txt",
"assets/css",
"assets/New folder",
"assets",
"_site/index.md",
"index.md",
"_includes/sidebar.html",
"_includes/New Text Document.txt",
"_includes",
"New folder",
"_site/timeline.md",
"_site/timeline.html",
"timeline.md",
"_site/New Text Document.txt",
"New Text Document.txt",
"_site/briefing.html",
"Briefing.md",
"briefing.md",
"_site/gear.md",
"_site/gear.html",
"gear.md",
"_layouts/page.html",
"_layouts/New Text Document.txt",
"index.md",
"_site/Gear.md",
"Content.md",
"rules.md",
"_site/index - Copy.md",
"index - Copy.md",
"_site/index.md",
"Gear.md"
]
}
24 changes: 7 additions & 17 deletions Briefing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
EMERGENCY BRIEFING
Delivered to the assembled command staff at Sinterklaas Base, North Pole
---
layout: page
title: Briefing
sidebar_link: true
---

*Emergency briefing delivered to the assembled command staff at Sinterklaas Base, North Pole.*

Gentlemen,

Expand All @@ -11,19 +16,4 @@ Once the team is reassembled, we will depart for Danskfjord aboard SF2 immediate

If we fail, Christmas may never be the same again. Consider this my official command to reactivate the X-M.A.S. May God have mercy on our souls.

THIS CHRISTMAS SEASON
The X-M.A.S. in
RED SLED DOWN

1142 - Icelandic settlers discover a remote island in the Arctic Ocean. It is named Danskfjord, or "Suicide Cliffs." Locals avoid the island, fearing it to be cursed.
1921 - Eccentric industrialist Darrow P. Vanderhoof notices the unmarked island on a map of the waters around his Arctic yacht. On a whim, he picks it as the test island for his concept Christmas village: Pine Breeze, A Merry Place to Live!
1947 - Construction is delayed for over a decade by Darrow's endless perfectionism and insistence on redesigning the subterranean areas himself. After WWII, a friendly senator loans Darrow a corps of Army engineers, which he uses to finally finish his Christmas utopia.
1953 - The village is shocked by an expose in the New York Times, which alleges that Vanderhoof Industries had covered up a number of health code violations and issues of substandard construction in Pine Breeze. Many victims with "snowflake lung," caused by the village's use of asbestos-containing fake snow, form a class action suit against Darrow. Surprisingly, only a small number of the plaintiffs choose to move out of the village, citing their personal "love for Christmas."
1961 - The final residents of the village are forced to leave after a spill of biological weapons (intended for the disposal vault on the island's north peak) renders the air and earth toxic to humans.
1972 - A CBS special report, "Christmas Village... Or Suicide Village?" briefly reignites interest in the island. Several made-for-TV movies are rushed into production, including one titled "I Left My Heart in the Breeze (Pine)," starring a then-unknown B-actor named Ronald Reagan.
1980 - A group of radical Icelandic and Norwegian artists, "Collectivø," lay claim to the abandoned island in an elaborate combination of performance art and property squatting. Within weeks, the entire group were found dead of causes unknown. A posthumous EP was published under the title "THE.VAULT.", based on recordings left by several of the group's artists before their demise.
1994 - The Norwegian PM declares that, based on Norway's interpretation of an old treaty, Danskfjord belongs to Norway. An indignant Iceland responds by forming a naval defensive perimeter around the island. In turn, Norway blockades the Icelandic blockade with their own. After years of uneasy detente, the matter is settled amicably: both nations agree that neither should settle Danskfjord, instead declaring it a forbidden site with the intention of using the entire island as a chemical and nuclear waste dump.
2001 - Darrow J. Vanderhoof IV tenders an all-cash offer for the island to both nations (who never got around to using it anyway, plus it was 9/11 and everyone was busy). In a press release, Darrow declares he plans to "fulfill his father's vision." An army of workmen build a cutting-edge "smart mansion" at the heart of the decayed village, a walled compound from which Darrow has never left.
2018 - An increasingly-paranoid Darrow places the island on "permanent lockdown," enforced by a team of highly-paid mercenaries from GRINCH squad.


9 changes: 0 additions & 9 deletions Content.md

This file was deleted.

20 changes: 20 additions & 0 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div id="sidebar">
<header>
<{% if page.layout == "index" %}h1{% else %}div{% endif %} class="site-title">
<a href="{{ "/" | relative_url }}">
{% unless page.url == "/" %}
<span class="back-arrow icon">{% include svg/back-arrow.svg %}</span>
{% endunless %}
{{ site.title }}
</a>
</{% if page.layout == "index" %}h1{% else %}div{% endif %}>
<p class="lead">{{ site.description }}</p>
</header>
{% include sidebar-nav-links.html %}

{% if site.version %}
<span class="site-version">Currently v{{ site.version }}</span>
{% endif %}


</div>
9 changes: 9 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
---
<header>
<h1 class="page-title">{{ page.title }}</h1>
</header>
<div class="content">
{{ content }}
</div>
29 changes: 0 additions & 29 deletions _posts/2024-12-12-welcome-to-jekyll.markdown

This file was deleted.

5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: index
title: Home
---

# Hello

Test
8 changes: 8 additions & 0 deletions rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
title: Rules
sidebar_link: true
---

(under construction)

18 changes: 18 additions & 0 deletions timeline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: Timeline
sidebar_link: true
---

- 1142 - Icelandic settlers discover a remote island in the Arctic Ocean. It is named Danskfjord, or "Suicide Cliffs." Locals avoid the island, fearing it to be cursed.
- 1921 - Eccentric industrialist Darrow P. Vanderhoof notices the unmarked island on a map of the waters around his Arctic yacht. On a whim, he picks it as the test island for his concept Christmas village: Pine Breeze, A Merry Place to Live!
- 1930 - Darrow issues a cryptic statement announcing his retirement from Vanderhoof Industries, saying he needs "more time to spend with what I've found on the island." He finally gives the go-ahead to work crews to begin building Pine Breeze.
- 1947 - Construction on Pine Breeze is delayed for over a decade by Darrow's endless perfectionism and insistence on redesigning the subterranean areas himself. After WWII, a friendly senator loans Darrow a corps of Army engineers, which he uses to finally finish his Christmas utopia. In the end, a mixture of Christmas-obssessed Americans, Scandinavians, and criminals fleeing extradition buy out the entire housing supply in a single afternoon.
- 1953 - The village is shocked by an expose in the New York Times, which alleges that Vanderhoof Industries had covered up a number of health code violations and issues of substandard construction in Pine Breeze. Many victims with "snowflake lung," caused by the village's use of asbestos-containing fake snow, form a class action suit against Darrow. Surprisingly, only a small number of the plaintiffs choose to move out of the village, citing their personal "love for Christmas."
- 1961 - The final residents of the village are forced to leave after a spill of industrial waste (intended for the disposal vault on the island's north peak) renders the air and earth toxic to humans.
- 1972 - A CBS special report, "Christmas Village... Or Suicide Village?" briefly reignites interest in the island. Several made-for-TV movies are rushed into production, including one titled "I Left My Heart in the Breeze (Pine)," starring a then-unknown B-actor named Ronald Reagan.
- 1980 - A group of radical Icelandic and Norwegian artists, "Collectivø," lay claim to the abandoned island in an elaborate combination of performance art and property squatting. Within weeks, the entire group were found dead of causes unknown. A posthumous EP was published under the title "THE.VAULT.", based on recordings left by several of the group's artists before their demise.
- 1994 - The Norwegian PM declares that, based on Norway's interpretation of an old treaty, Danskfjord belongs to Norway. An indignant Iceland responds by forming a naval defensive perimeter around the island. In turn, Norway blockades the Icelandic blockade with their own. After years of uneasy detente, the matter is settled amicably: both nations agree that neither should settle Danskfjord, instead declaring it a forbidden site with the intention of using the entire island as a chemical and nuclear waste dump.
- 2001 - Darrow J. Vanderhoof IV tenders an all-cash offer for the island to both nations (who never got around to using it anyway). In a press release, Darrow declares he plans to "fulfill his father's vision." An army of workmen build a cutting-edge "smart mansion" at the heart of the decayed village, a walled compound from which Darrow has never left.
- 2018 - An increasingly-paranoid Darrow places the island on "permanent lockdown," enforced by a team of highly-paid mercenaries from GRINCH squad.
- **December 24, 2024** - Santa's sled is shot down during a pre-Christmas test flight. Wounded and captured by GRINCH mercenaries, he finds himself trapped in Pine Breeze, placing the fate of Christmas in jeopardy...

0 comments on commit 34fb721

Please sign in to comment.