Created
July 20, 2017 12:53
-
-
Save neilstuartcraig/16786e75fcd511b7ba00f24785005730 to your computer and use it in GitHub Desktop.
TDP push config draft 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# H2 push | |
# Needed on all pages: | |
push / { | |
/assets/css/reset.css?v=1 | |
/assets/images/twitter.svg | |
/assets/images/github.svg | |
/assets/css/generics.css?v=1 | |
/assets/css/main-header.css?v=1 | |
/assets/css/main-footer.css?v=1 | |
} | |
# index pages: | |
push /index { | |
/assets/css/indexes.css?v=1 | |
} | |
# (blog) post pages | |
push /posts { | |
/assets/css/post.css?v=1 | |
} | |
# pages | |
push /pages { | |
/assets/css/page.css?v=1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment