skeleton
This commit is contained in:
commit
aca43e3146
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Generated files by hugo
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/hugo-coder"]
|
||||
path = themes/hugo-coder
|
||||
url = https://github.com/luizdepra/hugo-coder.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
44
config.toml
Normal file
44
config.toml
Normal file
@ -0,0 +1,44 @@
|
||||
baseURL = 'https://sarsoo.xyz/'
|
||||
languageCode = 'en-us'
|
||||
title = 'sarsoo.xyz'
|
||||
theme = 'hugo-coder'
|
||||
|
||||
[params]
|
||||
author = "sarsoo"
|
||||
info = "dev & engineering"
|
||||
description = "sarsoo dev & engineering portfolio"
|
||||
since = "2020"
|
||||
keywords = "dev,engineering"
|
||||
avatarurl = "images/avatar.jpg"
|
||||
hideColorSchemeToggle = true
|
||||
|
||||
[[params.social]]
|
||||
name = "Instagram"
|
||||
icon = "fa fa-instagram fa-2x"
|
||||
weight = 1
|
||||
url = "https://www.instagram.com/pack_it_in_/"
|
||||
[[params.social]]
|
||||
name = "Github"
|
||||
icon = "fa fa-github fa-2x"
|
||||
weight = 2
|
||||
url = "https://github.com/sarsoo/"
|
||||
[[params.social]]
|
||||
name = "Twitter"
|
||||
icon = "fa fa-twitter fa-2x"
|
||||
weight = 3
|
||||
url = "https://twitter.com/sarsooxyz/"
|
||||
[[params.social]]
|
||||
name = "Last.fm"
|
||||
icon = "fa fa-lastfm fa-2x"
|
||||
weight = 4
|
||||
url = "https://last.fm/user/sarsoo/"
|
||||
[[params.social]]
|
||||
name = "Linkedin"
|
||||
icon = "fa fa-linkedin fa-2x"
|
||||
weight = 4
|
||||
url = "https://www.linkedin.com/in/andypack/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
weight = 1
|
||||
url = "posts/"
|
12
content/posts/my-first-post.md
Normal file
12
content/posts/my-first-post.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "My First Post"
|
||||
date: 2022-08-18T11:40:40+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Title
|
||||
===========
|
||||
|
||||
## Subtitle
|
||||
|
||||
Hello World
|
BIN
static/images/avatar.jpg
Normal file
BIN
static/images/avatar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user