This commit is contained in:
me
2026-04-09 17:33:38 +03:00
parent 1cc1dcfb8e
commit 8754d3cfee
103 changed files with 10897 additions and 0 deletions

17
hugo.toml Normal file
View File

@@ -0,0 +1,17 @@
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'