Skip to content

rodrigo-pena/rodrigo-pena.github.io

Repository files navigation

Documentation

Code for generating my personal website. The generated website is intended to be hosted with GitHub Pages.

How to use this repository as a template for your website

  1. Fork this repository.
  2. Rename the repository you just forked to YOUR-USER.github.io, where YOUR-USER is your GitHub user name.
  3. Clone your renamed repository into your computer.
  4. Open a terminal window and navigate to the directory into which you cloned the repository.
  5. Install the latest stable version of ruby on your system.
  6. Install Bundler by typing with gem install bundler.
  7. (Delete Gemfile.lock if it exists and ) run bundle install to get Jekyll and all the dependencies.
  8. Edit _config.yml and index.md with your personal information.
  9. Run the Jekyll server by typing bundle exec jekyll serve --watch into the terminal.
  10. On your browser, go to http://localhost:4000 and behold your new website.

Acknowledgements

I started building the layout of this website by modifying the compass template.

License

The content is released under the terms of the MIT License.

About

Repository for my personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published