Skip to content

Commit 9b5ad20

Browse files
authored
Use remote theme instead of including it locally (#32)
Signed-off-by: Harry Mellor <[email protected]>
1 parent f0a3202 commit 9b5ad20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+264
-2526
lines changed

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.jekyll-metadata (1)

-1.97 KB
Binary file not shown.

404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
layout: base
2+
permalink: /404.html
3+
layout: page
34
---
45

56
<style type="text/css" media="screen">

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# frozen_string_literal: true
2-
31
source "https://rubygems.org"
4-
gemspec
52

6-
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
7-
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
3+
gem "github-pages", "~> 232", group: :jekyll_plugins

0 commit comments

Comments
 (0)