mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-29 07:59:24 +01:00
switch to midnight theme
This commit is contained in:
parent
1046bf79dd
commit
24d3ebdef0
@ -10,7 +10,7 @@ before_install:
|
|||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install oracle-java8-installer
|
- sudo apt-get -y install oracle-java8-installer
|
||||||
- sudo update-java-alternatives -s java-8-oracle
|
- sudo update-java-alternatives -s java-8-oracle
|
||||||
- gem install github-pages
|
- gem install github-pages jekyll-theme-midnight
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install html5validator
|
- pip install html5validator
|
||||||
|
@ -13,6 +13,7 @@ github_username: Mikaela
|
|||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
theme: midnight
|
||||||
redcarpet:
|
redcarpet:
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user