A collection of my tabletop role-playing game adventures, characters, character journals, and assorted tools or miscellanea. https://ttrpg.theinternetvagabond.com
Find a file
Bill Niblock 4dbf2aeb3e
Some checks failed
/ jekyll (push) Failing after 11s
Implement Journals
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
.forgejo/workflows [Actions] Struggle with building 2024-02-26 22:27:32 -05:00
_includes Implement Journals 2024-03-04 00:56:10 -05:00
_layouts Implement Journals 2024-03-04 00:56:10 -05:00
assets Implement Journals 2024-03-04 00:56:10 -05:00
journals Implement Journals 2024-03-04 00:56:10 -05:00
.gitignore Getting started 2024-02-26 19:42:22 -05:00
404.html Implement Journals 2024-03-04 00:56:10 -05:00
_config.yml Implement Journals 2024-03-04 00:56:10 -05:00
favicon.ico Add favicon.ico 2024-02-26 22:23:18 -05:00
Gemfile [Meta] Update Version and Lock file 2024-02-27 09:49:58 -05:00
Gemfile.lock [Meta] Update Version and Lock file 2024-02-27 09:49:58 -05:00
index.markdown Implement Journals 2024-03-04 00:56:10 -05:00