first commit
This commit is contained in:
17
hugo.toml
Normal file
17
hugo.toml
Normal 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'
|
||||
Reference in New Issue
Block a user