Files
codejava.tech/hugo.toml
me 77165a7999
All checks were successful
Deploy / deploy (push) Successful in 17s
update
2026-04-22 08:46:19 +03:00

30 lines
632 B
TOML

baseURL = 'https://codejava.tech/'
title = 'CodeJava'
theme = 'github.com/imfing/hextra'
[menu]
[[menu.main]]
name = 'Courses'
pageRef = '/courses'
weight = 1
[[menu.main]]
name = 'Search'
weight = 2
[menu.main.params]
type = 'search'
[params]
description = 'Learn Java programming'
[params.math]
engine = 'katex'
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]