diff --git a/config.toml b/config.toml index 822bdcc..e15ee88 100644 --- a/config.toml +++ b/config.toml @@ -3,4 +3,15 @@ languageCode = 'en-us' title = 'TormaKris' [[module.imports]] path = "github.com/CaiJimmy/hugo-theme-stack/v3" -disable = false \ No newline at end of file +disable = false + +[params] +favicon = "favicon.ico" + + [params.sidebar] + subtitle = "DevOps Enginner" + + [params.sidebar.avatar] + enabled = true + local = true + src = "img/avatar.jpg" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..530dfe8 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,8 @@ +--- +menu: + main: + name: Home + weight: -100 + params: + icon: home +--- \ No newline at end of file diff --git a/content/page/about/index.md b/content/page/about/index.md new file mode 100644 index 0000000..e05787e --- /dev/null +++ b/content/page/about/index.md @@ -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. diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100755 index 0000000..34409cc Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg new file mode 100755 index 0000000..2c2113a Binary files /dev/null and b/static/img/avatar.jpg differ