updated documentation

This commit is contained in:
Panos Sakkos 2015-11-24 01:58:26 +01:00
parent 5b2c86badc
commit 47f161a51c
4 changed files with 32 additions and 5 deletions

15
scripts/README.md Normal file
View file

@ -0,0 +1,15 @@
serve-production
- Builds and serves your website in 127.0.0.1:4000
serve
- Builds and serves your website without generating the Disqus comments and the Google Analytics code
new-post <title>
- Creates a new post under \_posts
generate-tag
- Generate all the tags that are used in the \_posts
integrate-personal
- Integrates the latest bug fixes and new features from personal-jekyll-theme repository.
Make sure to read [this](https://github.com/PanosSakkos/personal-jekyll-theme/wiki/Integrating-latest-bug-fixes-and-features-into-your-past-fork) before using it.

View file

@ -4,7 +4,7 @@
require 'fileutils'
personal = ARGV[0]
personal = "../personal-jekyll-theme"
repoDirectories = [ '_includes', '_layouts', '_sass', 'blog', 'css', 'js' ]
repoFiles = [ 'feed.xml', 'manifest.json', 'sitemap.xml' ]