aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exempleSite/config.toml16
-rw-r--r--exempleSite/content/carrousel/carrousel.md17
-rw-r--r--exempleSite/content/post/first.md10
-rw-r--r--exempleSite/content/post/second.md8
-rw-r--r--exempleSite/content/post/third.md9
-rw-r--r--exempleSite/static/img/dog.pngbin0 -> 676552 bytes
-rw-r--r--exempleSite/static/img/ipad.pngbin0 -> 721534 bytes
-rw-r--r--exempleSite/static/img/phones.pngbin0 -> 353890 bytes
8 files changed, 60 insertions, 0 deletions
diff --git a/exempleSite/config.toml b/exempleSite/config.toml
new file mode 100644
index 0000000..b016654
--- /dev/null
+++ b/exempleSite/config.toml
@@ -0,0 +1,16 @@
+baseurl = "http://yourSiteHere"
+languageCode = "fr-fr"
+title = "my new web site"
+[params]
+ description = "I <3 making web site"
+ mainIcon = "/img/hugo.png"
+
+[[params.social]]
+ title = "twitter"
+ url = "https://twitter.com/SBootstrap"
+[[params.social]]
+ title = "github"
+ url = "https://github.com/IronSummitMedia/startbootstrap"
+[[params.social]]
+ title = "linkedin"
+ url = ""
diff --git a/exempleSite/content/carrousel/carrousel.md b/exempleSite/content/carrousel/carrousel.md
new file mode 100644
index 0000000..337f021
--- /dev/null
+++ b/exempleSite/content/carrousel/carrousel.md
@@ -0,0 +1,17 @@
++++
+date = 2014-10-13T19:54:21Z
+draft = true
+title = "About"
+weight = 5
+icon = "circlestar"
+[[carousel]]
+ quote = "First quote"
+ author ="John Do"
+ url = "www.google.com"
+ quote_date = "13 August"
+[[carousel]]
+ quote = "Second quote"
+ author ="Nhoj Od"
+ url = ""
+ quote_date = "14 August"
++++
diff --git a/exempleSite/content/post/first.md b/exempleSite/content/post/first.md
new file mode 100644
index 0000000..5a05301
--- /dev/null
+++ b/exempleSite/content/post/first.md
@@ -0,0 +1,10 @@
++++
+date = 2014-10-13T20:07:19Z
+draft = false
+title = "First"
+description = "Ceci est mon premier post \n bla bla bla"
+weight = 1
+icon = "pacman"
++++
+
+##Hello first post
diff --git a/exempleSite/content/post/second.md b/exempleSite/content/post/second.md
new file mode 100644
index 0000000..acfa50f
--- /dev/null
+++ b/exempleSite/content/post/second.md
@@ -0,0 +1,8 @@
++++
+date = "2015-07-18T14:08:45+02:00"
+draft = false
+title = "second"
+weight = 2
++++
+
+##Post background color change
diff --git a/exempleSite/content/post/third.md b/exempleSite/content/post/third.md
new file mode 100644
index 0000000..0f36672
--- /dev/null
+++ b/exempleSite/content/post/third.md
@@ -0,0 +1,9 @@
++++
+date = "2015-07-18T14:53:21+02:00"
+draft = false
+title = "third"
+img = "phones.png"
+weight = 3
++++
+##Carrousel
+Carrousel are special hugo Section that has no content but use the toml header to populate a slide show.
diff --git a/exempleSite/static/img/dog.png b/exempleSite/static/img/dog.png
new file mode 100644
index 0000000..21da7dc
--- /dev/null
+++ b/exempleSite/static/img/dog.png
Binary files differ
diff --git a/exempleSite/static/img/ipad.png b/exempleSite/static/img/ipad.png
new file mode 100644
index 0000000..4026432
--- /dev/null
+++ b/exempleSite/static/img/ipad.png
Binary files differ
diff --git a/exempleSite/static/img/phones.png b/exempleSite/static/img/phones.png
new file mode 100644
index 0000000..eafc8e1
--- /dev/null
+++ b/exempleSite/static/img/phones.png
Binary files differ