mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
23.36.2018 4b9d5598ceaa89ae67c9515a78c98879eedd9888
README.md
@@ -4,7 +4,7 @@
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 @@
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 @@
### 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 @@
##### 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 @@
### 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 @@
## 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