From ad1a90ca160e4a29c6188d9ba3344a544d65da2c Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 21 Jun 2024 16:55:53 -0400 Subject: [PATCH] Update for custom subdomain at ttrpg.theinternetvagabond.com --- .domains | 1 + .forgejo/workflows/publish.yaml | 2 ++ _config.yml | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .domains diff --git a/.domains b/.domains new file mode 100644 index 0000000..5fa7012 --- /dev/null +++ b/.domains @@ -0,0 +1 @@ +ttrpg.theinternetvagabond.com diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 9d08276..bdc346d 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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 diff --git a/_config.yml b/_config.yml index a53b173..9d9897b 100644 --- a/_config.yml +++ b/_config.yml @@ -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: