mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Site Docs & Previews: Update Site Building/Previewing Docs
* New plugin: remove-html-extension falls back to /foo.html when /foo isn't found in `jekyll serve` mode. * New Makefile target: `make preview` runs bundle exec jekyll serve * Updated site docs to describe installing all required dependencies. Fully tested using a new install of Ubuntu Server 14.04.1
This commit is contained in:
parent
6a42d7b861
commit
3eee4811fd
5 changed files with 174 additions and 53 deletions
2
Gemfile
2
Gemfile
|
@ -14,6 +14,8 @@ ruby '2.0.0'
|
|||
## your dependencies, then nothing extra needs to be done
|
||||
group :development do
|
||||
gem 'ffi-icu'
|
||||
## When we upgrade to Jekyll 3.0.0 or higher, remove
|
||||
## _plugin/remove-html-extension.rb
|
||||
gem 'jekyll', '~>1.3.0'
|
||||
gem 'json'
|
||||
gem 'less'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue