wip: make theme workable with hugoBasicExample site
This commit is contained in:
parent
07e816219f
commit
e7b2fba1b0
24 changed files with 343 additions and 34 deletions
12
data/home.yaml
Normal file
12
data/home.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# background image of the landing page
|
||||
background: "assets/images/default-background.jpg"
|
||||
|
||||
# some information about you
|
||||
author:
|
||||
name: "John Doe"
|
||||
image: "assets/images/default-avatar.svg"
|
||||
# a summary of what you do
|
||||
summary:
|
||||
- I am a Developer
|
||||
- I work with Go
|
||||
- I love to work with some fun projects
|
Loading…
Add table
Add a link
Reference in a new issue