first commit

This commit is contained in:
2026-02-18 11:23:08 +03:00
commit b5ee22312c
31 changed files with 4627 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'