https://github.com/dkniffin/personal-website
My Personal Website, generated via Jekyll
https://github.com/dkniffin/personal-website
Last synced: about 2 months ago
JSON representation
My Personal Website, generated via Jekyll
- Host: GitHub
- URL: https://github.com/dkniffin/personal-website
- Owner: dkniffin
- Created: 2014-01-15T17:21:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T22:08:05.000Z (about 10 years ago)
- Last Synced: 2025-02-10T07:17:08.549Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pre-build steps
===============
Make sure after the initial git clone, you also do the following:
- `git submodule init`
- `git submodule update`
- `bundle install`Build
=====
To build the site, first make sure the variables in `_config.yaml` are correct (specifically `site.url`) and then run `jekyll build`