Skip to content

Commit

Permalink
Cleanup jektex
Browse files Browse the repository at this point in the history
  • Loading branch information
8hantanu committed Apr 12, 2024
1 parent 3499291 commit d2e809c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
13 changes: 2 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ baseurl: "/mold" # subpath of the site, e.g. "/blog" (leave it blank "" if you'r
description: > # description of the site (multiple lines allowed)
A minimal, optimized, lightweight design for static sites.
permalink: /:slug.html
permalink: /:slug

favicon: "favicon.svg" # name+extension of favicon (which must be put on the root folder)
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
Expand All @@ -25,13 +25,4 @@ sass:

plugins:
- jekyll-feed
- jekyll-seo-tag
- jektex

jektex:
cache_dir: ".jektex-cache"
ignore: ["*.xml"]
silent: false
macros:
- ["\\Q", "\\mathbb{Q}"]
- ["\\C", "\\mathbb{C}"]
- jekyll-seo-tag
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.css" integrity="sha384-OH8qNTHoMMVNVcKdKewlipV4SErXqccxxlg6HC9Cwjr5oZu2AdBej1TndeCirael" crossorigin="anonymous">
</head>
1 change: 0 additions & 1 deletion mold.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll", "~> 3.9.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.15.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.7.1"
spec.add_runtime_dependency "jektex", "~> 0.1.1"
end

0 comments on commit d2e809c

Please sign in to comment.