| | |
| | | |
| | | This Hugo theme features an image or video visual section as well as a content section for your name, tagline, bio, and links. |
| | | |
| | |  |
| | |  |
| | | |
| | | |
| | | ## Installation |
| | |
| | | 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. |
| | | |
| | |
| | | |
| | | ### 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 |
| | |
| | | |
| | | ##### 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 |
| | |
| | | |
| | | |
| | | ### 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" |
| | |
| | | |
| | | ## 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 |