add basic memes2
This commit is contained in:
parent
572bd761a7
commit
9b3aeed7cd
13
config.toml
13
config.toml
@ -3,4 +3,15 @@ languageCode = 'en-us'
|
|||||||
title = 'TormaKris'
|
title = 'TormaKris'
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
||||||
disable = false
|
disable = false
|
||||||
|
|
||||||
|
[params]
|
||||||
|
favicon = "favicon.ico"
|
||||||
|
|
||||||
|
[params.sidebar]
|
||||||
|
subtitle = "DevOps Enginner"
|
||||||
|
|
||||||
|
[params.sidebar.avatar]
|
||||||
|
enabled = true
|
||||||
|
local = true
|
||||||
|
src = "img/avatar.jpg"
|
||||||
|
8
content/_index.md
Normal file
8
content/_index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
name: Home
|
||||||
|
weight: -100
|
||||||
|
params:
|
||||||
|
icon: home
|
||||||
|
---
|
17
content/page/about/index.md
Normal file
17
content/page/about/index.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: About Me
|
||||||
|
date: '2022-04-17'
|
||||||
|
aliases:
|
||||||
|
- about-me
|
||||||
|
- about-us
|
||||||
|
- contact
|
||||||
|
license: CC BY-NC-ND
|
||||||
|
lastmod: '2022-04-17'
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: -90
|
||||||
|
params:
|
||||||
|
icon: user
|
||||||
|
---
|
||||||
|
|
||||||
|
Hey hey people.
|
BIN
static/favicon.ico
Executable file
BIN
static/favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
static/img/avatar.jpg
Executable file
BIN
static/img/avatar.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user