Skip to content

Commit

Permalink
update eastman castle
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Mar 7, 2024
1 parent 9810584 commit 8377677
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 52 deletions.
12 changes: 8 additions & 4 deletions hugo/assets/styles.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@use 'scss/normalize';

:root {
--head: 1;
}

@font-face {
font-display: swap;
font-family: 'PressStart2P';
Expand Down Expand Up @@ -57,6 +53,7 @@ body {

ul {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin: 0;
padding: 0;
Expand All @@ -81,4 +78,11 @@ body {
.main {
margin: 0 auto;
max-width: var(--content-width);
padding: 0 0.5rem;
}

@media screen and (min-width: 53rem) {
.main {
padding: 0;
}
}
23 changes: 23 additions & 0 deletions hugo/content/stations/damsel-in-distress/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Damsel in Distress
description: Some description
---

## Task

- The Duchess of Eastman has a huge chest of dresses that needs to be transported across the river.
- Patrols will need to build a bridge in order to complete the task.

## Setup

- A weighted chest will be provided
- Materials to build a bridge will be provided
- Plans for different types of bridges will be provided

## Rules

- Patrols can use a paperclip.

## Market

{{< market data="damsel" >}}
20 changes: 0 additions & 20 deletions hugo/content/stations/eastman-castle/index.md

This file was deleted.

22 changes: 0 additions & 22 deletions hugo/data/stations/castle.json

This file was deleted.

6 changes: 6 additions & 0 deletions hugo/data/stations/damsel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"name": "TBD",
"price": 5
}
]
15 changes: 9 additions & 6 deletions hugo/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
{{ $style := resources.Get "styles.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />

<script
defer
src="https://api.pirsch.io/pirsch.js"
id="pirschjs"
data-code="GBniHUWpSMhpg3klDWqzDqLTo90bPitR"
></script>
{{ if hugo.IsProduction }}
<script
defer
src="https://api.pirsch.io/pirsch.js"
id="pirschjs"
data-code="GBniHUWpSMhpg3klDWqzDqLTo90bPitR"
></script>
{{ end }}


<!-- Extras -->
{{ block "scripts" . }}
Expand Down

0 comments on commit 8377677

Please sign in to comment.