Minor Update
This commit is contained in:
parent
9aecaa33e0
commit
cc6f6d562a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
Gemfile
3
Gemfile
|
@ -5,4 +5,5 @@ gem "jekyll-sitemap"
|
|||
gem "jekyll-seo-tag"
|
||||
gem "jekyll-gist"
|
||||
gem "octopress"
|
||||
gem "kramdown-parser-gfm"
|
||||
gem "kramdown-parser-gfm"
|
||||
gem "webrick", "~> 1.9"
|
||||
|
|
|
@ -99,6 +99,7 @@ GEM
|
|||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
titlecase (0.1.1)
|
||||
unicode-display_width (1.7.0)
|
||||
webrick (1.9.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -110,6 +111,7 @@ DEPENDENCIES
|
|||
jekyll-sitemap
|
||||
kramdown-parser-gfm
|
||||
octopress
|
||||
webrick (~> 1.9)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.19
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Local Deployment
|
||||
```bundle exec jekyll clean; bundle exec jekyll serve --livereload --watch```
|
||||
|
||||
|
||||
## Introduction
|
||||
This template utilizes Jekyll, an open source static website generator, as well as a theme based largely off of the Minimal Mistakes theme by Michael Rose. The purpose of this template is to provide you with a simple, well designed website that is optimized for hosting on Github pages. We aim to reduce the technological know-how and time that is usually required for maintaining a personal or professional website.
|
||||
|
||||
|
|
Loading…
Reference in New Issue