rmalecky / personal_site

The Jekyll theme for your personal landing page.

Home Page:https://excentris.github.io/compass/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Compass is a Jekyll theme designed with something very specific in mind: to be a simple and elegant personal landing page that can be easily deployed to GitHub Pages.

How to use Compass

  1. Start by installing Bundler gem install bundler
  2. Fork the Compass repository
  3. Then run bundle install to get Jekyll and all the dependencies.
  4. Clone the repository you just forked: git clone https://github.com/YOUR-USER/compass
  5. Edit _config.yml as needed.
  6. Run the Jekyll server with bundle exec jekyll serve
  7. Go to http://localhost:4000

Deploy

This site is setup to deploy to AWS S3 (and from there via cloudfront). Update the S3 bucket in the makefile if needed.

To deploy make deploy

About

The Jekyll theme for your personal landing page.

https://excentris.github.io/compass/

License:MIT License


Languages

Language:HTML 52.9%Language:CSS 39.9%Language:Ruby 6.0%Language:Makefile 1.2%