This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add webfonts to gitignore * import external resources * add internal resources and deactivate external * added meta help
- Loading branch information
Showing
94 changed files
with
14,415 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,6 @@ Dockerfile text eol=lf | |
*.mp3 binary | ||
*.ogg binary | ||
*.flv binary | ||
*.svg binary | ||
*.woff binary | ||
*.woff2 binary |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v5.0.0 (2020-11-21) | ||
|
||
Initial version of this SA edition implemented. It's based on `beautiful-jekyll 5.0.0` -> commit `8b41236`. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
--- | ||
common-css: | ||
- "/assets/css/fonts.css" | ||
- "/assets/css/bootstrap.min.css" | ||
- "/assets/css/fontawesome5121/all.min.css" | ||
- "/assets/css/bootstrap-social.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" | ||
- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" | ||
- "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" | ||
- "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" | ||
#- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" | ||
# sri: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" | ||
#- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" | ||
#- "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" | ||
#- "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" | ||
common-ext-js: | ||
- href: "https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
sri: "sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" | ||
- href: "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
sri: "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" | ||
- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" | ||
sri: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" | ||
#- href: "https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
# sri: "sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" | ||
#- href: "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
# sri: "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" | ||
#- href: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" | ||
# sri: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" | ||
common-js: | ||
- "/assets/js/jquery-3.5.1.slim.min.js" | ||
- "/assets/js/bootstrap.bundle.min.js" | ||
- "/assets/js/beautifuljekyll.js" | ||
--- | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
/* open-sans-300 - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Light'), local('OpenSans-Light'), | ||
url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-300italic - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 300; | ||
src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), | ||
url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-regular - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Regular'), local('OpenSans-Regular'), | ||
url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-italic - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Italic'), local('OpenSans-Italic'), | ||
url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-600italic - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 600; | ||
src: url('../fonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), | ||
url('../fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-600 - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 600; | ||
src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), | ||
url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-700 - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Bold'), local('OpenSans-Bold'), | ||
url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-700italic - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: url('../fonts/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), | ||
url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-800 - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 800; | ||
src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), | ||
url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* open-sans-800italic - latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: italic; | ||
font-weight: 800; | ||
src: url('../fonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), | ||
url('../fonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */ | ||
} | ||
/* lora-regular - latin */ | ||
@font-face { | ||
font-family: 'Lora'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url('../fonts/lora-v12-latin-regular.eot'); /* IE9 Compat Modes */ | ||
src: local('Lora Regular'), local('Lora-Regular'), | ||
url('../fonts/lora-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/lora-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/lora-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/lora-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/lora-v12-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */ | ||
} | ||
/* lora-italic - latin */ | ||
@font-face { | ||
font-family: 'Lora'; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: url('../fonts/lora-v12-latin-italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Lora Italic'), local('Lora-Italic'), | ||
url('../fonts/lora-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/lora-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/lora-v12-latin-italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/lora-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/lora-v12-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */ | ||
} | ||
/* lora-700 - latin */ | ||
@font-face { | ||
font-family: 'Lora'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: url('../fonts/lora-v12-latin-700.eot'); /* IE9 Compat Modes */ | ||
src: local('Lora Bold'), local('Lora-Bold'), | ||
url('../fonts/lora-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/lora-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/lora-v12-latin-700.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/lora-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/lora-v12-latin-700.svg#Lora') format('svg'); /* Legacy iOS */ | ||
} | ||
/* lora-700italic - latin */ | ||
@font-face { | ||
font-family: 'Lora'; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: url('../fonts/lora-v12-latin-700italic.eot'); /* IE9 Compat Modes */ | ||
src: local('Lora Bold Italic'), local('Lora-BoldItalic'), | ||
url('../fonts/lora-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../fonts/lora-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../fonts/lora-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */ | ||
url('../fonts/lora-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../fonts/lora-v12-latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */ | ||
} |
Binary file not shown.
Oops, something went wrong.