Add project files

This commit is contained in:
ChaoticByte 2024-08-27 11:55:01 +02:00
parent a19b51acce
commit c77b8fc4e1
No known key found for this signature in database
5 changed files with 198 additions and 0 deletions

7
settings.go Normal file
View file

@ -0,0 +1,7 @@
package main
var ServerListen = ":7000"
var EntriesDirectory = "./entries"
var TemplateFile = "./public/index.html"
var StaticDirectory = "./public/static"
var MainTitle = "Encyclopedia"