Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStraightfwd Websites <howard@straightfwd.co.uk>2018-05-20 11:43:43 +0300
committerGitHub <noreply@github.com>2018-05-20 11:43:43 +0300
commit730ca9a4a0cf0f2f550645b540f412c0a21730d9 (patch)
tree781a34de923ff65e9f9f7694f38caa6a41204360
parent87cfb0d1df8ac314cf1a8bf637525b47a74f01c5 (diff)
parentbb26fde4495740b264706cda7e30365c7d8e60e0 (diff)
Merge pull request #2 from anthonyfok/fix-url-to-git-repository
Fix URLs to theme repository on GitHub
-rw-r--r--exampleSite/config.toml (renamed from examplesite/config.toml)0
-rw-r--r--exampleSite/content/about.md (renamed from examplesite/content/about.md)6
-rw-r--r--exampleSite/content/contact.md (renamed from examplesite/content/contact.md)0
-rw-r--r--exampleSite/content/services.md (renamed from examplesite/content/services.md)0
-rw-r--r--exampleSite/static/.gitkeep (renamed from examplesite/static/.gitkeep)0
-rw-r--r--theme.toml2
6 files changed, 4 insertions, 4 deletions
diff --git a/examplesite/config.toml b/exampleSite/config.toml
index b02a012..b02a012 100644
--- a/examplesite/config.toml
+++ b/exampleSite/config.toml
diff --git a/examplesite/content/about.md b/exampleSite/content/about.md
index 81de74b..fa5aaed 100644
--- a/examplesite/content/about.md
+++ b/exampleSite/content/about.md
@@ -3,14 +3,14 @@ title = "About"
layout = "single-para"
+++
-This theme was made with Hugo v 0.17 on a Mac. It coded mostly using Textmate and Firefox. It includes a number of features that will help a developer create and mange websites.
+This theme was made with Hugo v0.17 on a Mac. It was coded mostly using Textmate and Firefox. It includes a number of features that will help a developer create and manage websites.
- Responsive design mobile ready
- Custom CSS ability
- Pre defined archetypes
- Markdown
-To install this theme you need to download the latest version of [Hugo](http://gohugo.io) from their website. Follow the instructions to install and configure Hugo for your system.
+To install this theme you need to download the latest version of [Hugo](https://gohugo.io) from their website. Follow the instructions to install and configure Hugo for your system.
One you have Hugo installed run the following in your project directory from the Command Line.
@@ -20,7 +20,7 @@ Once this has run, you will have a new hugo site. Congrats. We are not finished
Within your themes directory run the following command.
- $ git clone https://github.com/hdcdstr8fwd/hugo-foundation
+ $ git clone https://github.com/hdcdstr8fwd/foundation-theme.git
This will place the theme files within the project theme folder. Have a look at the example config.toml to see how to configure the site.
diff --git a/examplesite/content/contact.md b/exampleSite/content/contact.md
index fb25da0..fb25da0 100644
--- a/examplesite/content/contact.md
+++ b/exampleSite/content/contact.md
diff --git a/examplesite/content/services.md b/exampleSite/content/services.md
index c81e20e..c81e20e 100644
--- a/examplesite/content/services.md
+++ b/exampleSite/content/services.md
diff --git a/examplesite/static/.gitkeep b/exampleSite/static/.gitkeep
index e69de29..e69de29 100644
--- a/examplesite/static/.gitkeep
+++ b/exampleSite/static/.gitkeep
diff --git a/theme.toml b/theme.toml
index 0773047..8a91623 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ name = "Hugof"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
description = "Hugo Foundation Starter"
-homepage = "https://github.com/hdcdstr8fwd/hugo-foundation"
+homepage = "https://github.com/hdcdstr8fwd/foundation-theme"
tags = ["hugo", "foundation"]
features = ["foundation", "hugo", "mobile"]
min_version = 0.17