From 1773ba2f3c80cc748d365986ae2cc7dd931a992b Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 19 Jul 2015 01:05:06 +0200 Subject: Fix exampleSite Typo --- exampleSite/config.toml | 16 ++++++++++++++++ exampleSite/content/carrousel/carrousel.md | 17 +++++++++++++++++ exampleSite/content/post/first.md | 10 ++++++++++ exampleSite/content/post/second.md | 8 ++++++++ exampleSite/content/post/third.md | 9 +++++++++ exampleSite/static/img/dog.png | Bin 0 -> 676552 bytes exampleSite/static/img/ipad.png | Bin 0 -> 721534 bytes exampleSite/static/img/phones.png | Bin 0 -> 353890 bytes exempleSite/config.toml | 16 ---------------- exempleSite/content/carrousel/carrousel.md | 17 ----------------- exempleSite/content/post/first.md | 10 ---------- exempleSite/content/post/second.md | 8 -------- exempleSite/content/post/third.md | 9 --------- exempleSite/static/img/dog.png | Bin 676552 -> 0 bytes exempleSite/static/img/ipad.png | Bin 721534 -> 0 bytes exempleSite/static/img/phones.png | Bin 353890 -> 0 bytes 16 files changed, 60 insertions(+), 60 deletions(-) create mode 100644 exampleSite/config.toml create mode 100644 exampleSite/content/carrousel/carrousel.md create mode 100644 exampleSite/content/post/first.md create mode 100644 exampleSite/content/post/second.md create mode 100644 exampleSite/content/post/third.md create mode 100644 exampleSite/static/img/dog.png create mode 100644 exampleSite/static/img/ipad.png create mode 100644 exampleSite/static/img/phones.png delete mode 100644 exempleSite/config.toml delete mode 100644 exempleSite/content/carrousel/carrousel.md delete mode 100644 exempleSite/content/post/first.md delete mode 100644 exempleSite/content/post/second.md delete mode 100644 exempleSite/content/post/third.md delete mode 100644 exempleSite/static/img/dog.png delete mode 100644 exempleSite/static/img/ipad.png delete mode 100644 exempleSite/static/img/phones.png diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 0000000..b016654 --- /dev/null +++ b/exampleSite/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/exampleSite/content/carrousel/carrousel.md b/exampleSite/content/carrousel/carrousel.md new file mode 100644 index 0000000..337f021 --- /dev/null +++ b/exampleSite/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/exampleSite/content/post/first.md b/exampleSite/content/post/first.md new file mode 100644 index 0000000..5a05301 --- /dev/null +++ b/exampleSite/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/exampleSite/content/post/second.md b/exampleSite/content/post/second.md new file mode 100644 index 0000000..acfa50f --- /dev/null +++ b/exampleSite/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/exampleSite/content/post/third.md b/exampleSite/content/post/third.md new file mode 100644 index 0000000..0f36672 --- /dev/null +++ b/exampleSite/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/exampleSite/static/img/dog.png b/exampleSite/static/img/dog.png new file mode 100644 index 0000000..21da7dc Binary files /dev/null and b/exampleSite/static/img/dog.png differ diff --git a/exampleSite/static/img/ipad.png b/exampleSite/static/img/ipad.png new file mode 100644 index 0000000..4026432 Binary files /dev/null and b/exampleSite/static/img/ipad.png differ diff --git a/exampleSite/static/img/phones.png b/exampleSite/static/img/phones.png new file mode 100644 index 0000000..eafc8e1 Binary files /dev/null and b/exampleSite/static/img/phones.png differ diff --git a/exempleSite/config.toml b/exempleSite/config.toml deleted file mode 100644 index b016654..0000000 --- a/exempleSite/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 337f021..0000000 --- a/exempleSite/content/carrousel/carrousel.md +++ /dev/null @@ -1,17 +0,0 @@ -+++ -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 deleted file mode 100644 index 5a05301..0000000 --- a/exempleSite/content/post/first.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -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 deleted file mode 100644 index acfa50f..0000000 --- a/exempleSite/content/post/second.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -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 deleted file mode 100644 index 0f36672..0000000 --- a/exempleSite/content/post/third.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -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 deleted file mode 100644 index 21da7dc..0000000 Binary files a/exempleSite/static/img/dog.png and /dev/null differ diff --git a/exempleSite/static/img/ipad.png b/exempleSite/static/img/ipad.png deleted file mode 100644 index 4026432..0000000 Binary files a/exempleSite/static/img/ipad.png and /dev/null differ diff --git a/exempleSite/static/img/phones.png b/exempleSite/static/img/phones.png deleted file mode 100644 index eafc8e1..0000000 Binary files a/exempleSite/static/img/phones.png and /dev/null differ -- cgit v1.3