Skip to content

Commit 24ea454

Browse files
author
Tony Wasserka
committed
Try to fix relative links
1 parent 9cac8a3 commit 24ea454

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.134.2
35+
# HUGO_VERSION: 0.134.2
36+
HUGO_VERSION: 0.122.0
3637
steps:
3738
- name: Install Hugo CLI
3839
run: |

config/_default/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
baseURL = ''
1+
baseURL = 'https://mikage-emu.github.io/3dbrew/'
22
languageCode = 'en-us'
33
title = '3dbrew'
44
disablePathToLower = true
5+
relativeURLs = true

content/GPU/Shader_Instruction_Set.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ date = 2024-09-21T11:34:39+02:00
55
+++
66
## Overview
77

8+
[GPU relative](GPU)
9+
[GPU absolute](/GPU)
10+
[GPU anchor](#GPU)
11+
812
A compiled shader binary is comprised of two parts : the main
913
instruction sequence and the operand descriptor table. These are both
1014
sent to the GPU around the same time but using separate [GPU

0 commit comments

Comments
 (0)