This repo houses the source code for the soon-to-be-relaunched Beyond the Printed Page digital publishing blog.
This site is a collaborative effort between the Digital Publications team at the Getty and other arts/publishing professionals.
Currently this site is in active development pending a relaunch.
- Jekyll (v2.0+) and GH Pages
- jQuery 2.1.3 (included in repo)
- Normalize.scss (included in repo)
- Bourbon and Neat (included in repo)
# in project root
bundle install
# in project root run
bundle exec jekyll serve
# then view changes at localhost:4000 in browserJS compiles into a single main.js file (using Jekyll's new include_relative tag). SCSS compiles into main.css (note that source files require YAML front-matter in both cases).
Webfonts should be added into the assets/fonts directory. Jekyll does not process Sass partials inside the _scss folder. Font declarations should be made in main.scss just below framework imports.