Comment theme, should fix #139

This commit is contained in:
Aminda Suomalainen 2019-05-04 13:44:59 +03:00
parent 53b942bf91
commit e9b59d4cb1
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ addons:
- openjdk-8-jre # install Java8 as required by vnu.jar
before_install:
- gem install github-pages jekyll-theme-midnight
- gem install github-pages #jekyll-theme-midnight
install:
- pip install html5validator

View File

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