-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuring custom Jekyll theme setup
- Loading branch information
Showing
47 changed files
with
170,588 additions
and
784 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 |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# Switched to 'midnight' Jekyll theme: https://github.com/pages-themes/midnight#usage | ||
remote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme # add this line to the plugins list if you already have one | ||
- jekyll-remote-theme # add this line to the plugins list if you already have one | ||
|
||
# EXCLUDE FILES & FOLDERS FROM BUILD: | ||
exclude: [resources/codecademy] | ||
|
||
# CUSTOM _SASS FOLDER: | ||
sass: | ||
sass_dir: assets/jekyll/_sass | ||
|
||
# CUSTOM _includes FOLDER: | ||
layouts_dir: assets/jekyll/_includes |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,95 @@ | ||
@font-face { | ||
font-family: 'OpenSansLight'; | ||
src: url('../fonts/OpenSans-Light-webfont.eot'); | ||
src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-Light-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
|
||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansLightItalic'; | ||
src: url('../fonts/OpenSans-LightItalic-webfont.eot'); | ||
src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
|
||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansRegular'; | ||
src: url('../fonts/OpenSans-Regular-webfont.eot'); | ||
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansItalic'; | ||
src: url('../fonts/OpenSans-Italic-webfont.eot'); | ||
src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansSemibold'; | ||
src: url('../fonts/OpenSans-Semibold-webfont.eot'); | ||
src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansSemiboldItalic'; | ||
src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot'); | ||
src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansBold'; | ||
src: url('../fonts/OpenSans-Bold-webfont.eot'); | ||
src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} | ||
|
||
@font-face { | ||
font-family: 'OpenSansBoldItalic'; | ||
src: url('../fonts/OpenSans-BoldItalic-webfont.eot'); | ||
src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), | ||
url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), | ||
url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
-webkit-font-smoothing:antialiased; | ||
} |
Oops, something went wrong.