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 - openjdk-8-jre # install Java8 as required by vnu.jar
before_install: before_install:
- gem install github-pages jekyll-theme-midnight - gem install github-pages #jekyll-theme-midnight
install: install:
- pip install html5validator - pip install html5validator

View File

@ -13,7 +13,7 @@ github_username: Mikaela
# Build settings # Build settings
markdown: kramdown markdown: kramdown
theme: jekyll-theme-midnight #theme: jekyll-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"]