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

Felix Boerner
31.02.2024 f0d80dfe1c02967e70894903fafaf36f88bd9d13
docs: use only https
1 files modified
18 ■■■■ changed files
README.md 18 ●●●● patch | view | raw | blame | history
README.md
@@ -1,6 +1,6 @@
# Split
Split is a single page, centrally-divided layout for a professional online presense with a big image or video left with alongside content. It is a port of [Split](//onepagelove.com/split) by [One Page Love](//onepagelove.com).
Split is a single page, centrally-divided layout for a professional online presense with a big image or video left with alongside content. It is a port of [Split](https://onepagelove.com/split) by [One Page Love](https://onepagelove.com).
This Hugo theme features an image or video visual section as well as a content section for your name, tagline, bio, and links.
@@ -26,7 +26,7 @@
### The config file
Take a look inside the [`tests`](//github.com/escalate/hugo-split-theme/tree/master/tests) folder of this theme. You'll find some example configurations. To use one of them, copy the `hugo.toml` in the root folder of your Hugo site. Feel free to customize this theme as you like.
Take a look inside the [`tests`](https://github.com/escalate/hugo-split-theme/tree/master/tests) folder of this theme. You'll find some example configurations. To use one of them, copy the `hugo.toml` in the root folder of your Hugo site. Feel free to customize this theme as you like.
### Add content
@@ -127,7 +127,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/escalate/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`](https://github.com/escalate/hugo-split-theme/tree/master/layouts/partials/video.html).
### Add links
@@ -171,7 +171,7 @@
### Add favicon
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.
Replace [`static/favicon.ico`](https://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"
@@ -208,19 +208,19 @@
## Contributing
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).
Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/escalate/hugo-split-theme/issues) to let me know. Or make directly a [pull request](https://github.com/escalate/hugo-split-theme/pulls).
## License
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).
The original template is released under the [Creative Commons Attribution 3.0 License](https://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](https://onepagelove.com/split).
## Annotations
- Original [Split](//onepagelove.com/split) Template by [One Page Love](//onepagelove.com)
- [Girl Image](https://unsplash.com/photos/pAs4IM6OGWI) by Joe Gardner
- Original [Split](https://onepagelove.com/split) Template by [One Page Love](https://onepagelove.com)
- [Girl Image](https://unsplash.com/photos/pAs4IM6OGWI) by [Joe Gardner](https://unsplash.com/@josephgardnerphotography)
- [Clouds Over Mountain Video](http://www.wedistill.io/videos/clouds-over-the-mountain-hd-stock-video) by John Guinn
- Video integration CSS ninja skills by my bud [Manu](https://twitter.com/manuelmoreale)
Also thanks to [Steve Francia](//github.com/spf13) for creating [Hugo](//gohugo.io) and the awesome community around the project.
Also thanks to [Steve Francia](https://github.com/spf13) for creating [Hugo](https://gohugo.io) and the awesome community around the project.