From 3c4529c74f0b87dcef0f78c0e9f844659dc8b058 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 14 Jun 2024 14:50:55 -0400 Subject: [PATCH] Fix linking for deployment to Codeberg Pages --- _config.yml | 4 ++-- _includes/adventure_footer.html | 6 +++--- _includes/journal_footer.html | 6 +++--- _layouts/adventure.html | 12 ++++++------ _layouts/adventures.html | 2 +- _layouts/cards.html | 4 ++-- _layouts/home.html | 4 ++-- _layouts/journal.html | 14 +++++++------- _layouts/journals.html | 4 ++-- journals/seventh/index.markdown | 6 +++--- 10 files changed, 31 insertions(+), 31 deletions(-) diff --git a/_config.yml b/_config.yml index cf95969..637f3b1 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: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +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 # Build settings plugins: diff --git a/_includes/adventure_footer.html b/_includes/adventure_footer.html index 60eb795..cf0196b 100644 --- a/_includes/adventure_footer.html +++ b/_includes/adventure_footer.html @@ -12,15 +12,15 @@ {% if prev_index < entries.size %} - Previous + Previous {% endif %} - Journal Index + Journal Index {% if next_index >= 0 %} - Next + Next {% endif %} diff --git a/_includes/journal_footer.html b/_includes/journal_footer.html index 60eb795..cf0196b 100644 --- a/_includes/journal_footer.html +++ b/_includes/journal_footer.html @@ -12,15 +12,15 @@ {% if prev_index < entries.size %} - Previous + Previous {% endif %} - Journal Index + Journal Index {% if next_index >= 0 %} - Next + Next {% endif %} diff --git a/_layouts/adventure.html b/_layouts/adventure.html index c3bcca6..9c7f7b3 100644 --- a/_layouts/adventure.html +++ b/_layouts/adventure.html @@ -7,23 +7,23 @@ content="{{ page.des }}" /> - - + +