Update hugo.toml
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s Details

This commit is contained in:
Roland Thomas Jr 2025-04-15 23:39:50 -04:00
parent 6703c5299b
commit bd92fa55e7
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM klakegg/hugo:ext-alpine as hugo
FROM floryn90/hugo:ext-alpine-ci as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html

View File

@ -1,5 +1,4 @@
baseURL = 'https://rtj.dev/'
languageCode = 'en-us'
title = 'rtj.dev'
pagination.pagerSize = 10
theme = 'PaperMod'
@ -75,8 +74,10 @@ ShowToc = false
name = 'Rss'
url = 'index.xml'
[languages]
[languages.en]
languageName = 'English'
languageCode = 'en-us'
weight = 1
[languages.en.taxonomies]