avatar finally works

This commit is contained in:
Torma Kristóf 2022-04-17 14:09:25 +02:00
parent 9b3aeed7cd
commit a84f354eb4
6 changed files with 16 additions and 17 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
public/*
.hugo_build.lock
.hugo_build.lock

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -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

View File

@ -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