https://remyie.github.io/remy/
Remy is a Hyde flavor which aims to be more user friendly.
Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It's based on Poole, the Jekyll butler.
None of the code is actually mine. Here where it comes from https://github.com/poole/hyde
It's under MIT license.
I only did some changes and made it easier to setup.
Yeah sure, go for it. I made a simple site template just for you.
- Create a Github account, create a new repository and name it yourusername.github.io, go in to your repository>settings>pages, enable Github Pages using /(root).
- Download the site template from here and unzip it. Upload the stuff inside it to your repository by simply dragging. It should look like mine.
- Open config.yml and change title and baseurl. Base url needs to be your Github repository name. It should look like this
https://username.github.io/
You are done. You should be able to visit your site by going into yourusername.github.io
You can change logo and icon by going into public folder and changing them.
You can change the color by going into layouts folder. Further instructions are there in a txt file.
Every post will be on the home page. Go to the posts folder. Further instructions are in there.
Pages can be listed in the siderbar. Further instructions are in the includes folder.
Check about.md in the main folder for example.
If you have more questions you can go here https://github.com/poole/hyde. Which applies %99 to here.