rename css/js files from 'main' to 'beautifuljekyll'
This commit is contained in:
parent
6ba7b4e325
commit
b76c4fa1b3
@ -4,6 +4,7 @@
|
||||
- Add automatic navbar color detection (#702)
|
||||
- Change navbar and footer background colour to be slightly darker, for better contrast with white page background
|
||||
- Change the behaviour of `site-css` to include site-wide CSS file **before** page-specific files
|
||||
- Rename internal css/js files from "main" to "beautifuljekyll" to make it easier for users to troubleshoot
|
||||
|
||||
## v4.1.0 (2020-08-08)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
common-css:
|
||||
- "/assets/css/bootstrap-social.css"
|
||||
- "/assets/css/main.css"
|
||||
- "/assets/css/beautifuljekyll.css"
|
||||
common-ext-css:
|
||||
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
||||
sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
||||
@ -16,7 +16,7 @@ common-ext-js:
|
||||
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
|
||||
sri: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
|
||||
common-js:
|
||||
- "/assets/js/main.js"
|
||||
- "/assets/js/beautifuljekyll.js"
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
common-css:
|
||||
- "/assets/css/main-minimal.css"
|
||||
- "/assets/css/beautifuljekyll-minimal.css"
|
||||
common-ext-css:
|
||||
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
||||
sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
|
||||
|
Loading…
Reference in New Issue
Block a user