A Jekyll powered personal website. Uses Jekyll Bootstrap and is hosted on GitHub pages.
First make sure you have the ruby package manager bundler:
sudo apt install ruby-dev ruby-bundlerNow install the requirements specified in the Gemfile:
bundle installgit clone https://github.com/plusjade/jekyll-bootstrap.git ${USERNAME}.github.io
cd ${USERNAME}.github.io
git remote set-url origin git@github.io:${USERNAME}/${USERNAME}.github.io.git
git push origin masterEdit the _config.yaml file with your information, social networks, cv, etc...
and you're ready!
rake page:new name="about"
rake post:new title="notebook"
or to make a draft and publish it only after:
rake draft:new title="new post"
rake draft:ready title="new post"
bundle exec jekyll serve
served at http://0.0.0.0:4000/.
Go to https://themes.jekyllbootstrap.com/, choose a theme and install it:
rake theme:install git="https://github.com/jekyllbootstrap/theme-twitter.git"
Customize themes or create a new one from scratch.