Fix hugo deprecated option

This commit is contained in:
James Shiffer 2025-04-02 16:35:00 -07:00
parent 5adcd7638a
commit 1ae8c99d1d

View File

@ -2,7 +2,6 @@ baseURL = "/"
languageCode = "en-us"
title = "UCLA Linux Users Group"
theme = "ezhil"
paginate = 5
copyright = "© Copyright 2024"
@ -26,6 +25,9 @@ summaryLength = 20
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
[pagination]
pagerSize = 5
[[menu.main]]
name = "About"
url = "/about"