Transform your plain text into static websites and blogs.
Install:
gem install bundler
bundle install
Start for development (use this when modifying _plugins/
)
bin/serve
bin/rebuild
Or
bin/serve-and-rebuild
Or
run.bat
Browse to http://localhost:4000/.
Install jq
:
brew install jq
List:
bin/list-facebook-albums
- Update the list in
_config.yml
- Deploy, the auto-deploy will download latest Facebook data needed
Force update of files in _data/facebook
:
- Rebuild the site with:
FORCE_FACEBOOK_DATA_DOWNLOAD=true bin/build
newalbums.json
and newphotos_*.json
files will be downloaded - Commit the files
Live Server (optional)
A simple development http server with live reload capability.
Install:
npm install -g live-server
Start:
bin/live
bin/live
will bundle, start Jekyll and open the page in Google Chrome Canary, it will automatically reload when something is changed.
_sass/_variables_do_not_change.scss
is not used, it is just here as a convenience, to easily see what the exact name of a Bootstrap variable is, when we need to override it in _sass/_colors.scss
.
- https://jekyllrb.com/docs/assets/
- https://github.com/twbs/bootstrap-sass
- https://github.com/benbalter/jekyll-bootstrap-sass
- http://markdotto.com/2014/09/25/sass-and-jekyll/
- http://blog.davepoon.net/2015/01/19/setting-up-sass-with-jekyll/
- https://github.com/jekyll/jekyll-sass-converter/tree/master/example
No login information of users stored, you cannot sign in to our webpage. Membership status with name only kept if we are given consent.