diff options
| author | etienne <e.couritas@gmail.com> | 2015-07-19 01:05:06 +0200 |
|---|---|---|
| committer | etienne <e.couritas@gmail.com> | 2015-07-19 01:05:52 +0200 |
| commit | 1773ba2f3c80cc748d365986ae2cc7dd931a992b (patch) | |
| tree | 6e6a876cd912d9c9d2304e1294d26b056221e7a4 /exempleSite | |
| parent | 4aa3c464a78fcc98f3950af6460cc32f4fe02552 (diff) | |
Fix exampleSite Typo
Diffstat (limited to 'exempleSite')
| -rw-r--r-- | exempleSite/config.toml | 16 | ||||
| -rw-r--r-- | exempleSite/content/carrousel/carrousel.md | 17 | ||||
| -rw-r--r-- | exempleSite/content/post/first.md | 10 | ||||
| -rw-r--r-- | exempleSite/content/post/second.md | 8 | ||||
| -rw-r--r-- | exempleSite/content/post/third.md | 9 | ||||
| -rw-r--r-- | exempleSite/static/img/dog.png | bin | 676552 -> 0 bytes | |||
| -rw-r--r-- | exempleSite/static/img/ipad.png | bin | 721534 -> 0 bytes | |||
| -rw-r--r-- | exempleSite/static/img/phones.png | bin | 353890 -> 0 bytes |
8 files changed, 0 insertions, 60 deletions
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 Binary files differdeleted file mode 100644 index 21da7dc..0000000 --- a/exempleSite/static/img/dog.png +++ /dev/null diff --git a/exempleSite/static/img/ipad.png b/exempleSite/static/img/ipad.png Binary files differdeleted file mode 100644 index 4026432..0000000 --- a/exempleSite/static/img/ipad.png +++ /dev/null diff --git a/exempleSite/static/img/phones.png b/exempleSite/static/img/phones.png Binary files differdeleted file mode 100644 index eafc8e1..0000000 --- a/exempleSite/static/img/phones.png +++ /dev/null |
