avatar finally works
This commit is contained in:
parent
9b3aeed7cd
commit
a84f354eb4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
public/*
|
||||
.hugo_build.lock
|
||||
.hugo_build.lock
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
20
config.toml
20
config.toml
@ -1,17 +1,27 @@
|
||||
baseURL = 'https://www.tormakristof.eu/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TormaKris'
|
||||
title = 'Kristóf Torma'
|
||||
paginate = 5
|
||||
[[module.imports]]
|
||||
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
||||
path = 'github.com/CaiJimmy/hugo-theme-stack/v3'
|
||||
disable = false
|
||||
|
||||
[params]
|
||||
favicon = "favicon.ico"
|
||||
favicon = 'favicon.ico'
|
||||
|
||||
[params.sidebar]
|
||||
subtitle = "DevOps Enginner"
|
||||
subtitle = 'DevOps Enginner'
|
||||
|
||||
[params.sidebar.avatar]
|
||||
enabled = true
|
||||
local = true
|
||||
src = "img/avatar.jpg"
|
||||
src = 'avatar.jpg'
|
||||
|
||||
[params.article]
|
||||
math = false
|
||||
toc = true
|
||||
readingTime = true
|
||||
|
||||
[params.article.license]
|
||||
enabled = true
|
||||
default = 'Licensed under CC BY-NC-SA 4.0'
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"Target":"scss/style.min.450926226e724574a6b936335ea06111f8aeb253d932c86cb2cc807341cd2889.css","MediaType":"text/css","Data":{"Integrity":"sha256-RQkmIm5yRXSmuTYzXqBhEfiuslPZMshsssyAc0HNKIk="}}
|
Binary file not shown.
Before Width: | Height: | Size: 410 B |
Loading…
Reference in New Issue
Block a user