Skip to content

Instantly share code, notes, and snippets.

@bernikr
Last active November 1, 2016 21:43
Show Gist options
  • Save bernikr/97bbe90ef4f1854b5dbf7e2e2a7775eb to your computer and use it in GitHub Desktop.
Save bernikr/97bbe90ef4f1854b5dbf7e2e2a7775eb to your computer and use it in GitHub Desktop.
gems:
- jekyll-coffeescript
---
# Empty front matter so that the file will be processed
---
CACHE MANIFEST # First line of the manifest
# {{ site.time | date_to_xmlschema }} # Add a comment with the time the site
# was last compiled, in order to check
# for changes after the site is modified
CACHE: # The following files will be cached
{% for file in site.static_files %} # Loop over all static files
.{{ file.path }}{% endfor %} # and print their path
{% for file in site.pages %} # Loop over all generated files
.{{ file.url }}{% endfor %} # and print their path
NETWORK: # Allow any other used resource to be
* # loaded from the web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment