-
Write 'git clone github.com/puskuruk/puskuruk.github.io
-
Make your edit or add a new things.
-
Write 'git add . '. to the terminal
-
Write 'git commit -m "Explain what did you make.' to the terminal
-
Write 'git remote set-url origin https://github.com/puskuruk/puskuruk.github.io.git' to the terminal
-
Write 'git push -u origin master' to the terminal
-
First you must install ruby, bundler and jekyll gem.
-
After then you will write 'jekyll new your_site_name' to terminal
-
You must go to your_site destination with cd in the command line and write bundle install.
-
After that you must write 'bundle exec jekyll serve'
-
You can see the page on localhost:4000
-
You can close server with ctrl+c combination.
-
If you want to add a page you must make new file under '_posts' and this file named must be like this ==> 2018-03-17-what-do-you-want.md
Optional 7. If you want to add a post or configure page you can use 'jekyll-admin' gem. I'm very happy with this gem.
Have a nice day!
- Download or clone repo 'git clone git@github.com:joshgerdes/jekyll-uno.git'
- Enter the folder: 'cd jekyll-uno/'
- If you don't have bundler installed: 'gem install bundler'
- Install Ruby gems: 'bundle install'
- Start Jekyll server: 'bundle exec jekyll serve --watch'
It is under the MIT license.