diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 35b9e69..8620f5d 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -5,8 +5,6 @@ title = "About" _With this theme, it is possible to add small sections that only contains one page like this. It will automatically appears in the header, at the end._ -![image](./img/startup.jpg) - Along with [Ford Prefect](https://en.wikipedia.org/wiki/Ford_Prefect_\(character\)), Dent barely escapes the Earth's destruction as it is demolished to make way for a *hyperspace bypass*. Arthur spends the next several years, still wearing his dressing gown, helplessly launched from crisis to crisis while trying to straighten out his lifestyle. > He rather enjoys tea, but seems to have trouble obtaining it in the far reaches of the galaxy. diff --git a/exampleSite/content/blog/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md index d46413b..a5b08b3 100644 --- a/exampleSite/content/blog/creating-a-new-theme.md +++ b/exampleSite/content/blog/creating-a-new-theme.md @@ -1,14 +1,7 @@ --- author: "Michael Henderson" date: 2014-09-28 -linktitle: Creating a New Theme -menu: - main: - parent: tutorials -next: /tutorials/github-pages-blog -prev: /tutorials/automated-deployments title: Creating a New Theme -weight: 10 --- diff --git a/exampleSite/content/blog/example-of-an-article.md b/exampleSite/content/blog/example-of-an-article.md new file mode 100644 index 0000000..99c14dc --- /dev/null +++ b/exampleSite/content/blog/example-of-an-article.md @@ -0,0 +1,33 @@ +--- +author: "Alexis Tacnet" +date: 2015-09-28 +title: Example article +--- + +## Text + +**This is some text.** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut pretium at ipsum eu pharetra. Proin ac ante et leo ultrices bibendum. Vivamus id ipsum fermentum, aliquam nunc mollis, tempus sapien. Praesent scelerisque cursus eros vitae pretium. Etiam sit amet ligula in leo euismod malesuada. Proin eleifend pulvinar ipsum, eu lobortis ante pharetra eu. Vivamus sem elit, venenatis eget ornare nec, ullamcorper non tellus. Duis quis massa finibus, euismod erat quis, fermentum nunc. Maecenas euismod felis sit amet convallis placerat. + +## Images + +**This theme includes a tranparent way to defer images. This can be enabled/disabled in the `config.toml`.** + +![image](./img/startup.jpg) + +**You will just have to do two images : the normal, and a low resolution one.** + +## Code + +**This is some code, this theme includes language highlight, optionnal as well.** + +``` +.dark { + color: #333333 !important; +} +.light { + color: #666666 !important; +} +.accent { + color: #428bca !important; +} +``` \ No newline at end of file diff --git a/exampleSite/content/blog/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md index 8065477..41d20f1 100644 --- a/exampleSite/content/blog/goisforlovers.md +++ b/exampleSite/content/blog/goisforlovers.md @@ -13,7 +13,6 @@ categories = [ "Development", "golang", ] -menu = "main" +++ Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for diff --git a/exampleSite/content/blog/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md index f84224a..73994ba 100644 --- a/exampleSite/content/blog/hugoisforlovers.md +++ b/exampleSite/content/blog/hugoisforlovers.md @@ -12,7 +12,6 @@ categories = [ "Development", "golang", ] -menu = "main" +++ ## Step 1. Install Hugo diff --git a/exampleSite/content/home.md b/exampleSite/content/home.md index b720471..5abde2b 100644 --- a/exampleSite/content/home.md +++ b/exampleSite/content/home.md @@ -2,4 +2,6 @@ title = "Home" +++ +_This is the home page. It will display the blog section if there is one, and a text before._ + Hey ! Welcome to the **Cocoa Enhanced theme**. Here are some articles : \ No newline at end of file diff --git a/exampleSite/content/projects/small-project.md b/exampleSite/content/projects/small-project.md index ed50b3f..bc0209c 100644 --- a/exampleSite/content/projects/small-project.md +++ b/exampleSite/content/projects/small-project.md @@ -9,6 +9,4 @@ Along with [Ford Prefect](https://en.wikipedia.org/wiki/Ford_Prefect_\(character > He rather enjoys tea, but seems to have trouble obtaining it in the far reaches of the galaxy. -In time, he learns how to fly and carves a niche for himself as a sandwich-maker. - - \ No newline at end of file +In time, he learns how to fly and carves a niche for himself as a sandwich-maker. \ No newline at end of file