Skip to content

Commit

Permalink
add pages
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Mar 6, 2024
1 parent 89d516c commit b8e1e83
Show file tree
Hide file tree
Showing 17 changed files with 198 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dist
# https://nextjs.org/blog/next-9-1#public-directory-support

public

resources/_gen
# vuepress build output

.vuepress/dist
Expand Down
7 changes: 7 additions & 0 deletions hugo/assets/scss/schedule.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ol {
list-style: none;
}

p {
color: red;
}
13 changes: 10 additions & 3 deletions hugo/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
:root {
--content-width: 53rem;
--light-green: hsl(106, 71%, 94%);
--dark-green: hsl(102, 82%, 7%);
--lime-green: hsl(106, 93%, 63%);
}

h1,
Expand All @@ -22,16 +24,21 @@ h4 {
}

h2 {
margin-top: 2rem;
margin-top: 2.5rem;
}

p {
font-family: Avenir, sans-serif;
font-size: clamp(1rem, 1.5vw, 1.25rem);

a {
color: var(--lime-green);
}
}

body {
color: var(--light-green);
background-color: hsl(102, 82%, 7%);
background-color: var(--dark-green);
}

.header {
Expand All @@ -42,8 +49,8 @@ body {
}

.nav {
// outline: 1px solid yellow;
margin: 2rem auto;

ul {
display: flex;
gap: 2rem;
Expand Down
29 changes: 10 additions & 19 deletions hugo/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
---
title: Gloria Deo Classical Cooperative
description: Gloria Deo Classical Cooperative is a Schole Community in the classical tradition.
title: Welcome
description: Face a series of thrilling challenges and stations along the Oregon Trail, testing your skills, teamwork, and resourcefulness.
---

# Welcome
Ladies and gentlemen, scouts of Seneca Waterways! Welcome to The Amazing Oregon Trail! Your patrol will embark on an epic adventure, following in the footsteps of the brave pioneers who journeyed westward in search of a better life.

Ladies and gentlemen, scouts of Seneca Waterways! Welcome to The Amazing
Oregon Trail! Your patrol will embark on an epic adventure, following in the
footsteps of the brave pioneers who journeyed westward in search of a better
life.
You and your patrol will face a series of thrilling challenges and [stations](/stations/) along the trail, testing your skills, teamwork, and resourcefulness. Each
station represents a vital aspect of life on the Oregon Trail - from fire building and river crossing to hunting and cooking. You'll need to work
together to overcome these challenges and make your way safely to the trail's end.

You and your patrol will face a series of thrilling challenges and stations
along the trail, testing your skills, teamwork, and resourcefulness. Each
station represents a vital aspect of life on the Oregon Trail - from fire
building and river crossing to hunting and cooking. You'll need to work
together to overcome these challenges and make your way safely to the
trail's end.

But beware, scouts! Bandits lurk in the shadows, ready to ambush and steal
But beware, scouts! [Bandits](/bandits/) lurk in the shadows, ready to ambush and steal
your hard-earned Pioneer Tokens and supplies. You'll need to be vigilant,
resourceful, and quick on your feet to outsmart these cunning foes.

You can earn, buy, and trade Pioneer Tokens throughout the day at the
Trading Post. The more tokens you collect, your chances of winning the
[Trading Post](/stations/trading-post/). The more tokens you collect, your chances of winning the
ultimate prize at the trail's end are better. But remember, the journey will
be arduous, and you'll need to use your tokens wisely to gain advantages at
each station.
Expand All @@ -32,12 +24,11 @@ adventure that lies ahead. Take a moment to discuss your strategy and plan
your approach to tackling the challenges you'll face. Remember, teamwork and
communication are the keys to success on the Oregon Trail.

Are you ready to brave the Amazing Oregon Trail, scouts? Let's gear up and
Are you ready to brave the Amazing Oregon Trail, Scouts? Let's gear up and
embrace the spirit of adventure that awaits us! Good luck and may the best
patrol triumph! REMEMBER: You will not win if you do not spend tokens. You
will only win if you spend them wisely.

## Amazing Oregon Trail

The 2024 Glacier Lakes Spring Camporee, Amazing Oregon Trail, will be held
at Camp Cutler. The Camporee will run Friday, April 19 through Sunday, April 21. You can see a map of the camp here.
The 2024 Glacier Lakes Spring Camporee, Amazing Oregon Trail, will be held at Camp Cutler. The Camporee will run Friday, April 19 through Sunday, April 21. You can see a map of the camp here.
26 changes: 26 additions & 0 deletions hugo/content/bandits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Bandits
description: Information about bandits at The Amazing Oregon Trail camporee
---

Beware, Scouts! Bandits lurk in the shadows, ready to ambush and steal your hard-earned Pioneer Tokens and supplies. You'll need to be vigilant, resourceful, and quick on your feet to outsmart these cunning foes.

## Ambush Points

Designate specific locations along the trail between stations as ambush points where bandits may hide. When a patrol reaches an ambush point, have an adult leader or volunteer act as the bandit, who can then challenge the patrol.

## Bandit Challenges

Bandits can engage in various challenges with the patrols, such as a quickdraw shootout, a tomahawk throwing contest, or a riddle-solving face-off. If the patrol wins the challenge, they successfully defend their Pioneer Tokens and items. If the bandit wins, they steal a predetermined amount of Pioneer Tokens or an item from the patrol.

## Ransom

When a bandit steals items or Pioneer Tokens, the patrol can negotiate a ransom to regain their stolen goods. The ransom can be part of the patrol's Pioneer Tokens or completing a challenge or task.

## Bandit Truce

If a patrol encounters a bandit, they can offer Pioneer Tokens or an item to the bandit in exchange for safe passage, avoiding a challenge altogether.

## Bandit Clues

Provide patrols with clues or hints about potential bandit ambush points so that they can prepare or strategize accordingly. The clues can be rewarded at stations or found along the trail.
6 changes: 6 additions & 0 deletions hugo/content/camping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Camping
description: Information about camping at The Amazing Oregon Trail camporee
---

Units will be camping in Maxion field on the south part of camp. Each unit will have an assigned campsite based on their size to maximize space on Maxion field. Events will be conducted in the main part of camp, and we encourage scouts to Pack a lunch and bring it with them during the day.
5 changes: 5 additions & 0 deletions hugo/content/schedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Schedule
description: Itinerary for the Camporee weekend
type: schedule
---
4 changes: 4 additions & 0 deletions hugo/content/stations/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Stations
description: Information about the stations at The Amazing Oregon Trail camporee
---
13 changes: 13 additions & 0 deletions hugo/content/the-trail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: The Trail
description: Information about the trail at The Amazing Oregon Trail camporee
---

You and your patrol will face a series of thrilling challenges and stations along the trail, testing your skills, teamwork, and resourcefulness. Each station represents a vital aspect of life on the Oregon Trail – from fire building and river crossing to hunting and cooking. You'll need to work together to overcome these challenges and make your way safely to the trail's end.

## The Rules

At the start of the game Patrols decide their level based on their age and experience:

{{< token-table >}}
This tiered allocation provides an advantage to the newest patrols, helping them start with a higher amount of money to account for their relative inexperience.
2 changes: 1 addition & 1 deletion hugo/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'Amazing Oregon Trail Camporee'
publishDir = '../public'
3 changes: 3 additions & 0 deletions hugo/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

{{- block "head-scripts" . -}}
{{- end -}}

{{- block "head-styles" . -}}
{{- end -}}
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion hugo/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<article class="content-wrapper">
<section>
{{ .Content }}
</section>
</article>
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions hugo/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{{ define "main" }}
<h1 class="page-title">
{{ .Title }}
</h1>
{{ .Content }}
{{ end }}
7 changes: 0 additions & 7 deletions hugo/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ .Title }}</title>

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&family=Prompt:wght@400;500;800&display=swap"
rel="stylesheet"
/>

{{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" ) }}
{{ $style := resources.Get "styles.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
Expand Down
Loading

0 comments on commit b8e1e83

Please sign in to comment.