Make theme compatible with hugoBasicExamples
Signed-off-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
e7b2fba1b0
commit
dbd270eaee
60 changed files with 150 additions and 394 deletions
40
data/site.yaml
Normal file
40
data/site.yaml
Normal file
|
@ -0,0 +1,40 @@
|
|||
# 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"
|
||||
# give your some contact information. they will be used in the footer
|
||||
contactInfo:
|
||||
email: "johndoe@example.com"
|
||||
phone: "+0123456789"
|
||||
# a summary of what you do
|
||||
summary:
|
||||
- I am a Developer
|
||||
- I work with Go
|
||||
- I love to work with some fun projects
|
||||
|
||||
# Menus of the home page
|
||||
menus:
|
||||
- name: Home
|
||||
url: "#home"
|
||||
weight: 1
|
||||
- name: About
|
||||
url: "#about"
|
||||
weight: 2
|
||||
- name: Skills
|
||||
url: "#skills"
|
||||
weight: 3
|
||||
- name: Experiences
|
||||
url: "#experiences"
|
||||
weight: 4
|
||||
- name: Projects
|
||||
url: "#projects"
|
||||
weight: 5
|
||||
- name: Recent Posts
|
||||
url: "#recent-posts"
|
||||
weight: 6
|
||||
- name: Achievements
|
||||
url: "#achievements"
|
||||
weight: 7
|
Loading…
Add table
Add a link
Reference in a new issue