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

github.com/escalate/hugo-split-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2018-05-23 15:36:56 +0300
committerFelix Boerner <ich@felix-boerner.de>2018-05-23 15:36:56 +0300
commit4b9d5598ceaa89ae67c9515a78c98879eedd9888 (patch)
treeed61eadaaae987bc69c285c76e3993133250082e
parent4b860eb4f83e20a6f699e8fed159dd70a7f5dc60 (diff)
docs: update URLs inside README.md
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index eb60fc7..6720637 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Split is a single page, centrally-divided layout for a professional online prese
This Hugo theme features an image or video visual section as well as a content section for your name, tagline, bio, and links.
-![Hugo Split Theme screenshot](https://raw.githubusercontent.com/christianmendoza/hugo-split-theme/master/images/screenshot.png)
+![Hugo Split Theme screenshot](https://raw.githubusercontent.com/escalate/hugo-split-theme/master/images/screenshot.png)
## Installation
@@ -12,7 +12,7 @@ This Hugo theme features an image or video visual section as well as a content s
Inside the folder of your Hugo site run:
$ cd themes
- $ git clone https://github.com/christianmendoza/hugo-split-theme
+ $ git clone https://github.com/escalate/hugo-split-theme.git
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
@@ -24,7 +24,7 @@ After installing the Split theme successfully it requires a just a few more step
### The config file
-Take a look inside the [`exampleSite`](//github.com/christianmendoza/hugo-split-theme/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//github.com/christianmendoza/hugo-split-theme/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](//github.com/christianmendoza/hugo-split-theme/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to customize this theme as you like.
+Take a look inside the [`exampleSite`](//github.com/escalate/hugo-split-theme/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//github.com/escalate/hugo-split-theme/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](//github.com/escalate/hugo-split-theme/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to customize this theme as you like.
### Use an image
@@ -79,7 +79,7 @@ Get the ID of the YouTube video and add it to `youtubeId`. Make sure you delete
##### Additional settings
-Set `mute` to `true` if you want the video to play muted and `false` if you want the sound. The video is coded to autoplay and loop. If you want to change that the code can be found in [`layouts/partials/video.html`](//github.com/christianmendoza/hugo-split-theme/tree/master/layouts/partials/video.html).
+Set `mute` to `true` if you want the video to play muted and `false` if you want the sound. The video is coded to autoplay and loop. If you want to change that the code can be found in [`layouts/partials/video.html`](//github.com/escalate/hugo-split-theme/tree/master/layouts/partials/video.html).
### Add content
@@ -133,7 +133,7 @@ twitterHandle = "onepagelove"
### Add favicon
-Replace [`static/favicon.ico`](//github.com/christianmendoza/hugo-split-theme/tree/master/static/favicon.ico) with your favicon. If you don't want just delete `favicon.ico` and the line below.
+Replace [`static/favicon.ico`](//github.com/escalate/hugo-split-theme/tree/master/static/favicon.ico) with your favicon. If you don't want just delete `favicon.ico` and the line below.
```toml
favicon = "favicon.ico"
@@ -168,12 +168,12 @@ Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your b
## Contributing
-Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/christianmendoza/hugo-split-theme/issues) to let me know. Or make directly a [pull request](//github.com/christianmendoza/hugo-split-theme/pulls).
+Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/escalate/hugo-split-theme/issues) to let me know. Or make directly a [pull request](//github.com/escalate/hugo-split-theme/pulls).
## License
-The original template is released under the [Creative Commons Attribution 3.0 License](//github.com/christianmendoza/hugo-split-theme/blob/master/LICENSE.md). Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out the license option via the template [author's website](//onepagelove.com/split).
+The original template is released under the [Creative Commons Attribution 3.0 License](//github.com/escalate/hugo-split-theme/blob/master/LICENSE.md). Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out the license option via the template [author's website](//onepagelove.com/split).
## Annotations