Code for generating my personal website. The generated website is intended to be hosted with GitHub Pages.
- Fork this repository.
- Rename the repository you just forked to
YOUR-USER.github.io
, whereYOUR-USER
is your GitHub user name. - Clone your renamed repository into your computer.
- Open a terminal window and navigate to the directory into which you cloned the repository.
- Install the latest stable version of ruby on your system.
- Install Bundler by typing with
gem install bundler
. - (Delete Gemfile.lock if it exists and ) run
bundle install
to get Jekyll and all the dependencies. - Edit
_config.yml
andindex.md
with your personal information. - Run the Jekyll server by typing
bundle exec jekyll serve --watch
into the terminal. - On your browser, go to
http://localhost:4000
and behold your new website.
I started building the layout of this website by modifying the compass template.
The content is released under the terms of the MIT License.