Fixed hugo stuff
18
.gitignore
vendored
@ -1,5 +1,15 @@
|
|||||||
!public
|
232 B
|
||||||
public/*
|
# ---> Hugo
|
||||||
!public/images
|
# Generated files by hugo
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
/assets/jsconfig.json
|
||||||
|
hugo_stats.json
|
||||||
|
|
||||||
*.lock
|
# Executable may be added to repository
|
||||||
|
hugo.exe
|
||||||
|
hugo.darwin
|
||||||
|
hugo.linux
|
||||||
|
|
||||||
|
# Temporary lock file while building
|
||||||
|
/.hugo_build.lock
|
||||||
|
32
config.toml
@ -3,25 +3,25 @@ title = "n0x.io"
|
|||||||
|
|
||||||
theme = "coder"
|
theme = "coder"
|
||||||
|
|
||||||
languagecode = "de"
|
languagecode = "en"
|
||||||
|
|
||||||
paginate = 20
|
paginate = 20
|
||||||
canonifyurls = true
|
canonifyurls = false
|
||||||
|
|
||||||
pygmentsstyle = "b2"
|
pygmentsstyle = "b2"
|
||||||
pygmentscodefences = true
|
pygmentscodefences = true
|
||||||
pygmentscodefencesguesssyntax = true
|
pygmentscodefencesguesssyntax = true
|
||||||
|
|
||||||
favicon = "images/favicon.png"
|
favicon = "img/favicon/favicon.ico"
|
||||||
|
|
||||||
#disqusShortname = "yourdiscussshortname"
|
#disqusShortname = "yourdiscussshortname"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "_N0x"
|
author = "_N0x"
|
||||||
description = "Just some small website"
|
description = "Just some small website"
|
||||||
keywords = "blog,developer,personal"
|
keywords = "blog,developer,cyber security,personal"
|
||||||
info = "» Here be dragons «"
|
info = "» Here be dragons «"
|
||||||
avatarurl = "images/spoopy.gif"
|
avatarurl = "img/spoopy.gif"
|
||||||
|
|
||||||
footercontent = ""
|
footercontent = ""
|
||||||
hideFooter = false
|
hideFooter = false
|
||||||
@ -59,28 +59,28 @@ favicon = "images/favicon.png"
|
|||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
weight = 1
|
weight = 10
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
weight = 999
|
|
||||||
url = "/about/"
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Cloud"
|
name = "Cloud"
|
||||||
weight = 3
|
weight = 20
|
||||||
url = "https://cloud.n0x.io/"
|
url = "https://cloud.n0x.io/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "FreshRSS"
|
||||||
|
weight = 30
|
||||||
|
url = "https://frss.n0x.io/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Git"
|
name = "Git"
|
||||||
weight = 4
|
weight = 40
|
||||||
url = "https://git.n0x.io/"
|
url = "https://git.n0x.io/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
weight = 100
|
||||||
|
url = "/about/"
|
||||||
#[[menu.main]]
|
#[[menu.main]]
|
||||||
# name = "PrivateBin"
|
# name = "PrivateBin"
|
||||||
# weight = 5
|
# weight = 5
|
||||||
# url = "https://pb.n0x.io/"
|
# url = "https://pb.n0x.io/"
|
||||||
[[menu.main]]
|
|
||||||
name = "FreshRSS"
|
|
||||||
weight = 6
|
|
||||||
url = "https://frss.n0x.io/"
|
|
||||||
#[[menu.main]]
|
#[[menu.main]]
|
||||||
# name = "BitWarden"
|
# name = "BitWarden"
|
||||||
# weight = 7
|
# weight = 7
|
||||||
|
Before Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 347 B |
BIN
static/img/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 3.9 MiB |