Skip to content

jdavis/jdavis.github.com

Repository files navigation

joshldavis.com

My personal web page: joshldavis.com.

Posts

Running

It's easy to run everything locally to test it out. Either you can have plain [Jekyll][jekyll] installed or you can use [Bundler][bundler] to manage everything for you.

Using Bundler

  1. To install Bundler, just run gem install bundler.
  2. Install dependencies in the [Gemfile][gemfile], bundle install.
  3. Run Jekyll: bundle exec jekyll serve --watch. The --watch is optional and makes Jekyll watch for file changes.

Using Vanilla Jekyll

  1. Install Jekyll if you don't already have it: gem install jekyll.
  2. Run Jekyll: jekyll serve --watch. The --watch is again optional.

Testing

To run HTML proofer on the contents, just run:

$ bundle exec rake

License

The following directories and their contents are Copyright Josh Davis. You may not reuse anything therein without my permission:

All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please. If you do use them, a link back to http://github.com/jdavis/jdavis.github.com would be appreciated, but is not required.

About

πŸŒŽπŸ‘¨β€πŸ’» The source files and content for my personal site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published