Fix hugo deprecated option
This commit is contained in:
parent
5adcd7638a
commit
1ae8c99d1d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user