Update for custom subdomain at ttrpg.theinternetvagabond.com
All checks were successful
/ jekyll (push) Successful in 17s

This commit is contained in:
Bill Niblock 2024-06-21 16:55:53 -04:00
parent d0e45ea1b0
commit ad1a90ca16
3 changed files with 5 additions and 2 deletions

1
.domains Normal file
View file

@ -0,0 +1 @@
ttrpg.theinternetvagabond.com

View file

@ -18,6 +18,8 @@ jobs:
run: bundle install
- name: Build the site
run: jekyll build --trace
- name: Include the Codeberg pages .domains file
run: cp ${{ env.GITHUB_WORKSPACE }}/.domains ${{ env.GITHUB_WORKSPACE }}/_site/.domains
- name: Publish Site
run: |
cd _site

View file

@ -2,8 +2,8 @@ title: Vagabond's TTRPG Site
author: Bill Niblock
description: >- # this means to ignore newlines until "baseurl:"
A collection of my tabletop roleplaying game writings.
baseurl: "/ttrpg-compendium" # the subpath of your site, e.g. /blog
url: "https://vagabondazulien.codeberg.page" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ttrpg.theinternetvagabond.com" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
plugins: