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

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Abdelhafith <o.arrabi@me.com>2017-07-27 00:43:17 +0300
committerOmar Abdelhafith <o.arrabi@me.com>2017-07-27 00:43:17 +0300
commitb639b771b6b799629a7e7e9b4ab068bcda423d7c (patch)
tree9a41033b013f2307184edb7fca49ce3dfb9e278a
parent9d8a23c233479f0411c3547ba2fb0fc14df6ca6f (diff)
Fixing links in readme and in theme.toml
-rw-r--r--README.md4
-rw-r--r--theme.toml8
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b7a6836..368051b 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ Github landing page is a theme for [Hugo](http://gohugo.io) to create landing pa
A demo can be find here [Swiftline](http://swiftline.github.io)
# Screenshot
-![screenshot](https://raw.githubusercontent.com/oarrabi/github-project-landing-page/master/images/screenshot.png)
+![screenshot](https://raw.githubusercontent.com/nsomar/github-project-landing-page/master/images/screenshot.png)
# Costumization
-Check [config.toml](https://github.com/oarrabi/github-project-landing-page/blob/master/exampleSite/config.toml) for available configuration.
+Check [config.toml](https://github.com/nsomar/github-project-landing-page/blob/master/exampleSite/config.toml) for available configuration.
Below is a description for each of them.
Project description appears after project name
diff --git a/theme.toml b/theme.toml
index 6db4238..5657a2b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
name = "Github project Page"
license = "MIT"
-licenselink = "https://github.com/swiftline/github-project-landing-page/blob/master/LICENSE.md"
+licenselink = "https://github.com/nsomar/github-project-landing-page/blob/master/LICENSE.md"
description = "An easy to use landing page theme for github hosted project."
-homepage = "https://github.com/swiftline/github-project-landing-page"
+homepage = "https://github.com/nsomar/github-project-landing-page"
tags = ["company", "products", "landing page", "opensource"]
features = ["github", "images" ]
min_version= 0.1
@@ -12,6 +12,6 @@ min_version= 0.1
[original]
author = "Omar Abdelhafith"
- homepage = "https://github.com/swiftline/github-project-landing-page"
- repo = "https://github.com/swiftline/github-project-landing-page"
+ homepage = "https://github.com/nsomar/github-project-landing-page"
+ repo = "https://github.com/nsomar/github-project-landing-page"