switch to midnight theme

This commit is contained in:
Aminda Suomalainen 2019-04-19 11:39:31 +03:00
parent 1046bf79dd
commit 24d3ebdef0
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before_install:
- sudo apt-get -y update
- sudo apt-get -y install oracle-java8-installer
- sudo update-java-alternatives -s java-8-oracle
- gem install github-pages
- gem install github-pages jekyll-theme-midnight
install:
- pip install html5validator

View File

@ -13,6 +13,7 @@ github_username: Mikaela
# Build settings
markdown: kramdown
theme: midnight
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]