Skip to content

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

License

Notifications You must be signed in to change notification settings

jdavis/jdavis.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

370f649 Β· May 1, 2023
Feb 14, 2019
Sep 30, 2014
Feb 14, 2019
Feb 2, 2021
May 1, 2023
Feb 14, 2019
Sep 24, 2014
Jul 22, 2018
Mar 26, 2018
Apr 17, 2014
May 21, 2013
May 21, 2013
Mar 26, 2018
Jan 10, 2015
Apr 5, 2015
Feb 20, 2013
Jul 6, 2013
Jan 30, 2018
Feb 13, 2019
Apr 4, 2014
Apr 11, 2016
Apr 11, 2016
Nov 28, 2014
Jan 30, 2018
Mar 26, 2018
Apr 5, 2015
Aug 7, 2018
Aug 7, 2014
Feb 2, 2021
Sep 16, 2014
Jan 30, 2014

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.