Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ excerpt_separator: <!--more-->

markdown: kramdown

krandown:
kramdown:
input: GFM
highlighter: rouge
syntax_highlighter: null

plugins:
- jekyll-paginate
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!--link href="{{ site.asset_url }}/apple-touch-icon.png" rel="apple-touch-icon" type="image/png"/-->
<!--link href="{{ site.asset_url }}/apple-touch-icon.png" rel="apple-touch-icon-precomposed" type="image/png"/-->
<link href="{{ site.asset_url }}/lib/normalize.css" rel="stylesheet" type="text/css"/>
<link href="{{ site.asset_url }}/css/syntax-one-dark-vivid.css" rel="stylesheet" type="text/css"/>
<link href="{{ site.asset_url }}/css/syntax-stackoverflow-dark.css" rel="stylesheet" type="text/css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="//fonts.googleapis.com/earlyaccess/notosanskr.css" rel="stylesheet" type="text/css" media="print" onload="this.media='all'"/>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<script src="{{ site.asset_url }}/js/index.js"></script>
<script src="{{ site.asset_url }}/js/dark-mode.js"></script>
<script src="{{ site.asset_url }}/js/enhancements.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

{% if page.layout != 'home' %}

Expand Down
210 changes: 0 additions & 210 deletions assets/css/bak/monokai.css

This file was deleted.

Loading