Initial commit
This commit is contained in:
commit
7a09097e5e
68 changed files with 6446 additions and 0 deletions
76
themes/prologue/exampleSite/config.toml
Normal file
76
themes/prologue/exampleSite/config.toml
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
languageCode = "en-us"
|
||||
title = "Prologue"
|
||||
baseurl = "http://example.org/"
|
||||
theme = "prologue"
|
||||
|
||||
[params]
|
||||
name = "Jane Doe"
|
||||
description = "Hyperspace Engineer"
|
||||
copyright = "Untitled."
|
||||
|
||||
[[params.social]]
|
||||
medium = "twitter"
|
||||
icon = "twitter"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "facebook"
|
||||
icon = "facebook"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "github"
|
||||
icon = "github"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "dribbble"
|
||||
icon = "dribbble"
|
||||
link = "#"
|
||||
|
||||
[[params.social]]
|
||||
medium = "email"
|
||||
icon = "envelope"
|
||||
link = "#"
|
||||
|
||||
# Portfolio column one
|
||||
|
||||
[[params.portfolio1]]
|
||||
title = "Ipsum Feugiat"
|
||||
alt = ""
|
||||
source = "img/pic02.jpg"
|
||||
url = "#"
|
||||
|
||||
[[params.portfolio1]]
|
||||
title = "Rhoncus Semper"
|
||||
alt = ""
|
||||
source = "img/pic03.jpg"
|
||||
url = "#"
|
||||
|
||||
# Portfolio column two
|
||||
|
||||
[[params.portfolio2]]
|
||||
title = "Magna Nullam"
|
||||
alt = ""
|
||||
source = "img/pic04.jpg"
|
||||
url = "#"
|
||||
|
||||
[[params.portfolio2]]
|
||||
title = "Natoque Vitae"
|
||||
alt = ""
|
||||
source = "img/pic05.jpg"
|
||||
url = "#"
|
||||
|
||||
# Portfolio column 3
|
||||
|
||||
[[params.portfolio3]]
|
||||
title = "Dolor Penatibus"
|
||||
alt = ""
|
||||
source = "img/pic06.jpg"
|
||||
url = "#"
|
||||
|
||||
[[params.portfolio3]]
|
||||
title = "Orci Convallis"
|
||||
alt = ""
|
||||
source = "img/pic07.jpg"
|
||||
url = "#"
|
||||
0
themes/prologue/exampleSite/content/.gitkeep
Normal file
0
themes/prologue/exampleSite/content/.gitkeep
Normal file
0
themes/prologue/exampleSite/static/.gitkeep
Normal file
0
themes/prologue/exampleSite/static/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue