diff options
| author | etienne <e.couritas@gmail.com> | 2015-07-18 15:28:24 +0200 |
|---|---|---|
| committer | etienne <e.couritas@gmail.com> | 2015-07-19 01:05:52 +0200 |
| commit | 4aa3c464a78fcc98f3950af6460cc32f4fe02552 (patch) | |
| tree | 194a2bf48a031aedd3c24565b6965af4141ffa7f /exempleSite/content/post | |
| parent | f1b5289d9949a5a7352495d5e8cc56cf94b5e848 (diff) | |
add exemple site
Diffstat (limited to 'exempleSite/content/post')
| -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 |
3 files changed, 27 insertions, 0 deletions
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. |
