Skip to content

Commit 1ed5c92

Browse files
committed
Remove hawkins plugin - no longer needed for livereload
1 parent 171ce60 commit 1ed5c92

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages', group: :jekyll_plugins
3-
group :jekyll_plugins do
4-
gem 'hawkins'
5-
end
2+
gem 'github-pages'
63

74
gem "webrick", "~> 1.8"

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tagline: 'Fit for computer consumption'
88
description: 'Code, math, and all that good stuff.'
99
url: http://quicknir.github.io
1010
baseurl: ''
11-
plugins: [jekyll-paginate hawkins]
11+
plugins: [jekyll-paginate]
1212
paginate: 5
1313
future: true
1414

_posts/2024-08-09-micromamba-cmake-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ mkdir asp && cd asp
2727
```
2828

2929
{% highlight bash %}
30+
{% raw %}
3031
cd # Switch to home directory
3132
mkdir asp && cd asp
33+
{% endraw %}
3234
{% endhighlight %}
3335

3436
The command given is for Linux x86_64....

rust_faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ let x: i64 = 5;
2424

2525
## Is control flow in Rust similar to C++?
2626

27-
Blah blah why am I writing this.
27+
> Some side commentary
28+
29+
Blah blah why am I writing this. An internal link [here](#how-do-i-declare-variables).

0 commit comments

Comments
 (0)