Skip to content

Commit

Permalink
Try to fix relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Wasserka committed Sep 22, 2024
1 parent 9cac8a3 commit 24ea454
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.134.2
# HUGO_VERSION: 0.134.2
HUGO_VERSION: 0.122.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
3 changes: 2 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
baseURL = ''
baseURL = 'https://mikage-emu.github.io/3dbrew/'
languageCode = 'en-us'
title = '3dbrew'
disablePathToLower = true
relativeURLs = true
4 changes: 4 additions & 0 deletions content/GPU/Shader_Instruction_Set.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ date = 2024-09-21T11:34:39+02:00
+++
## Overview

[GPU relative](GPU)
[GPU absolute](/GPU)
[GPU anchor](#GPU)

A compiled shader binary is comprised of two parts : the main
instruction sequence and the operand descriptor table. These are both
sent to the GPU around the same time but using separate [GPU
Expand Down

0 comments on commit 24ea454

Please sign in to comment.