Automated Publish
This commit is contained in:
parent
de8a74b38e
commit
6f494a1855
2 changed files with 39 additions and 1 deletions
38
README.md
Normal file
38
README.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# TTRPG Compendium
|
||||
|
||||
Static, Jekyll-based site for all tabletop RPG-related stuff I write about.
|
||||
|
||||
### Adventures
|
||||
|
||||
Some of the adventures I've written up or am working on.
|
||||
|
||||
### Journals
|
||||
|
||||
Both character and campaign journals
|
||||
|
||||
### Tools
|
||||
|
||||
Stuff that helps with TTRPG play.
|
||||
|
||||
## Building
|
||||
|
||||
For just running locally, easiest is to use a container:
|
||||
|
||||
```
|
||||
docker run --rm \
|
||||
--volume="$PWD:/srv/jekyll:Z" \
|
||||
--publish [::1]:4000:4000 \
|
||||
jvconseil/jekyll-docker \
|
||||
jekyll serve
|
||||
```
|
||||
|
||||
For modifying and publishing newly generated content, the following process
|
||||
works pretty well:
|
||||
|
||||
1. Remove the `_site` directory.
|
||||
2. Clone the "pages" branch into `_site`:
|
||||
`git clone -b pages ssh://git@forge.niblock.tech:8222/vagabond/ttrpg-compendium.git _site`
|
||||
3. Run the container from above step. It will now build into `_site`, which is
|
||||
linked to the "pages" branch.
|
||||
4. When satisfied with changes, be sure to push both from `_site` and the base
|
||||
repository to keep the source and the results up-to-date.
|
2
feed.xml
2
feed.xml
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/feed.xml" rel="self" type="application/atom+xml" /><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/" rel="alternate" type="text/html" /><updated>2024-06-14T14:03:18-05:00</updated><id>https://vagabondazulien.codeberg.page/ttrpg-compendium/feed.xml</id><title type="html">Vagabond’s TTRPG Site</title><subtitle>A collection of my tabletop roleplaying game writings.</subtitle><author><name>Bill Niblock</name></author><entry><title type="html">In the Lon’s Thicket of It, S3E2</title><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02.html" rel="alternate" type="text/html" title="In the Lon’s Thicket of It, S3E2" /><published>2024-06-10T00:00:00-05:00</published><updated>2024-06-10T00:00:00-05:00</updated><id>https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02</id><content type="html" xml:base="https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02.html"><![CDATA[<h2 id="current-objectives">Current Objectives</h2>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/feed.xml" rel="self" type="application/atom+xml" /><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/" rel="alternate" type="text/html" /><updated>2024-06-14T15:51:23-05:00</updated><id>https://vagabondazulien.codeberg.page/ttrpg-compendium/feed.xml</id><title type="html">Vagabond’s TTRPG Site</title><subtitle>A collection of my tabletop roleplaying game writings.</subtitle><author><name>Bill Niblock</name></author><entry><title type="html">In the Lon’s Thicket of It, S3E2</title><link href="https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02.html" rel="alternate" type="text/html" title="In the Lon’s Thicket of It, S3E2" /><published>2024-06-10T00:00:00-05:00</published><updated>2024-06-10T00:00:00-05:00</updated><id>https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02</id><content type="html" xml:base="https://vagabondazulien.codeberg.page/ttrpg-compendium/journals/seventh/lons_02.html"><![CDATA[<h2 id="current-objectives">Current Objectives</h2>
|
||||
|
||||
<ul>
|
||||
<li>Travel to Lon’s Thicket, and experience the suspected trap being setup for Sheila G.</li>
|
||||
|
|
Loading…
Reference in a new issue