Commit graph

116 commits

Author SHA1 Message Date
5e6112fb18 Add README, try to make workflow work
Some checks failed
/ jekyll (push) Failing after 16s
2024-06-14 16:46:06 -04:00
81ab50e565 Fix Seventh journal titles
Some checks failed
/ jekyll (push) Failing after 15s
2024-06-14 15:05:27 -04:00
3c4529c74f Fix linking for deployment to Codeberg Pages
Some checks failed
/ jekyll (push) Failing after 15s
2024-06-14 14:52:31 -04:00
3e56cec0f2 Attempt automated publish to pages branch
Some checks failed
/ jekyll (push) Failing after 15s
2024-06-14 13:14:09 -04:00
d6cd370a1c Big update dump
Some checks failed
/ jekyll (push) Failing after 14s
2024-06-14 12:46:00 -04:00
9656e942b9 Boobons gets down with the sickness.
Some checks failed
/ jekyll (push) Failing after 13s
2024-06-13 01:15:23 +00:00
64453446ff Heading to Definitely Not Flint
Some checks failed
/ jekyll (push) Failing after 13s
2024-06-04 03:26:23 +00:00
3f5566a710 Update the oread shaman's great name.
Some checks failed
/ jekyll (push) Failing after 13s
2024-05-30 01:33:37 +00:00
cfc9ce33bc Boss Battle!
Some checks failed
/ jekyll (push) Failing after 12s
2024-05-30 01:32:41 +00:00
5ecc67cd2b Dream Warriors! (#1)
Some checks failed
/ jekyll (push) Failing after 12s
Reviewed-on: #1
2024-05-29 23:15:00 +00:00
ae840fcee7 Fix date for post
Some checks failed
/ jekyll (push) Failing after 12s
2024-05-20 23:08:18 +00:00
a716c07e4e Angry Mobs and Stupid Paladins
Some checks failed
/ jekyll (push) Failing after 12s
2024-05-14 02:21:28 +00:00
43600c6f7b 2024-05-08: The Online Session Where Paul Hear's Diabetees Ads
Some checks failed
/ jekyll (push) Failing after 14s
2024-05-09 13:23:59 +00:00
879b82f0e8 A Beautiful Summer Day's Session
Some checks failed
/ jekyll (push) Failing after 15s
2024-05-02 01:21:05 +00:00
d414668eab The Dan-Abhors-Fun Episode
Some checks failed
/ jekyll (push) Failing after 11s
2024-04-18 01:27:22 +00:00
b8c44daca8 Eclipse Day Session!
Some checks failed
/ jekyll (push) Failing after 10s
2024-04-09 02:51:30 +00:00
d5170ebef2 Update journals/seventh/_posts/2024-04-03-tern_2.md
Some checks failed
/ jekyll (push) Failing after 9s
2024-04-04 01:13:54 +00:00
152bcebf03 New Session: Back to the Bore!
Some checks failed
/ jekyll (push) Failing after 10s
2024-04-04 00:59:06 +00:00
661fa10430 Update journals/seventh/_posts/2024-03-25-taliah_6.md
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-26 02:27:44 +00:00
2d11baedee 2024-03-25: The session where racist dwarves arrest my tiefling
Some checks failed
/ jekyll (push) Failing after 11s
2024-03-25 23:57:24 +00:00
20ddcb2ea1 Session Update: The week I got laid-off!
Some checks failed
/ jekyll (push) Failing after 12s
2024-03-21 01:26:42 +00:00
b24fcddc34 Update journals/seventh/_posts/2024-03-11-taliah_4.md
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-12 18:31:00 +00:00
32182aa992 Update journals/seventh/_posts/2024-03-11-taliah_4.md
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-12 17:27:58 +00:00
8ea015103b Update journals/seventh/_posts/2024-03-11-taliah_4.md
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-12 15:31:31 +00:00
aa2950b177 New session!
Some checks failed
/ jekyll (push) Failing after 11s
2024-03-12 01:51:25 +00:00
1091e3d362 Correct metadata
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-06 22:00:58 -05:00
83dd527940 Update journals/seventh/_posts/2024-03-06-taliah_3.md
Some checks failed
/ jekyll (push) Failing after 11s
2024-03-07 02:14:03 +00:00
1df5a57c36 The Main Party and Boat-ventures!
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-07 01:42:12 +00:00
6d756fc003 Update for The Bore party
Some checks failed
/ jekyll (push) Failing after 10s
2024-03-07 00:42:07 +00:00
b87b68bc0b Add beginning of adventures
Some checks failed
/ jekyll (push) Failing after 11s
2024-03-06 18:09:03 -05:00
94ef3007f2 Update Nataliah stuff 2024-03-06 18:08:33 -05:00
2d199f09ac Update Journal-related functionality 2024-03-06 18:07:45 -05:00
aa9789b36d Add an index page 2024-03-06 18:07:05 -05:00
32ef5808fa Add Seventh Ancillary Journal 2024-03-06 18:06:17 -05:00
4dbf2aeb3e Implement Journals
Some checks failed
/ jekyll (push) Failing after 11s
Jekyll will follow directory structures, using it as the URL path when
building a site. This significant change adds configuration, styles, and
layouts for journals. Journals will be stored in the `/journals`
directory, and then within a directory for the character.

For each character's journals, configuration must be established in the
`_config.yml` file. Each character journal directory then can be treated
similar to a Jekyll project: the `_posts` directory can be leveraged for
posts. The base character journal directory has an index page, which by
default shows a small top section, then the most recent post. Since
these character journals don't adhere to the actual calendar, permalinks
have been reduced to the post title alone. Note: this means every post
in the character journal must be named different. Not certain if every
post on the site must be named different.

There are a number of steps still left:
- Build site index page. Include cards for each character that has a
  journal, for each adventure, and for any additional miscellaneous
  things captured on the site.
- Implement the adventure section, similar to journals. Any configured
  adventures will exist in the `/adventures` directory, and then within
  a specific directory.
- Actually write stuff.
2024-03-04 00:56:10 -05:00
13b98ce049 Cleanup 2024-03-04 00:54:46 -05:00
c7318fdf22 404.html: Include link to home
Some checks failed
/ jekyll (push) Failing after 10s
2024-02-27 09:50:06 -05:00
0e0d967cbd [Meta] Update Version and Lock file 2024-02-27 09:49:58 -05:00
cacb3da019 [Actions] Struggle with building
Some checks failed
/ jekyll (push) Failing after 17s
2024-02-26 22:27:32 -05:00
d6adffd81a Add favicon.ico
Some checks failed
/ jekyll (push) Failing after 15s
2024-02-26 22:23:18 -05:00
38674b1c40 [Actions] Struggle with building 2024-02-26 22:19:29 -05:00
37d3ec7e40 [Actions] Struggle with containers for real tho
All checks were successful
/ jekyll (push) Successful in 28s
2024-02-26 22:15:46 -05:00
eeea307613 [Actions] Struggle with containers
Some checks failed
/ jekyll (push) Failing after 2s
2024-02-26 22:06:46 -05:00
ec1c845a7b [Actions] Struggle with package versions
Some checks failed
/ jekyll (push) Failing after 4s
2024-02-26 22:02:26 -05:00
0584a12a7b [Actions] Struggle back to basics
All checks were successful
/ jekyll (push) Successful in 3s
2024-02-26 21:44:12 -05:00
8d5ea5de9b [Actions] The struggle is real
Some checks failed
/ jekyll (push) Failing after 2s
2024-02-26 21:42:53 -05:00
f7d0c0dbf0 [Actions] The struggle is real
Some checks failed
/ jekyll (push) Failing after 17s
2024-02-26 21:35:22 -05:00
d0baaed96f [Actions] Pivoting hard to setup-ruby approach
Some checks failed
/ jekyll (push) Failing after 5s
2024-02-26 21:33:44 -05:00
41e953c258 [Actions] Pivoting hard to setup-ruby approach
Some checks failed
/ jekyll (push) Failing after 13s
2024-02-26 20:55:17 -05:00
3c5e969119 [Actions] Pivoting hard to setup-ruby approach
Some checks failed
/ jekyll (push) Failing after 0s
2024-02-26 20:50:07 -05:00