Skip to content

Commit a94d558

Browse files
committed
Go full Jekyll, remove node-related files
1 parent 9859a68 commit a94d558

File tree

6 files changed

+16
-3475
lines changed

6 files changed

+16
-3475
lines changed

Gemfile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
# frozen_string_literal: true
2+
13
source "https://rubygems.org"
2-
ruby RUBY_VERSION
34

4-
# To upgrade, run `bundle update github-pages`.
5-
gem "github-pages", group: :jekyll_plugins
5+
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
# Plugins
8-
group :jekyll_plugins do
9-
gem "jekyll-github-metadata", "~> 2.3.1"
10-
gem "jekyll-feed", "~> 0.6"
11-
end
7+
gem "jekyll", "~> 3.8"
8+
gem "jekyll-github-metadata", "~> 2.9"
9+
gem "jekyll-feed", "~> 0.10"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [kevinsuttle.com](https://kevinsuttle.com)
22

3-
This site is built with [Jekyll](https://jekyllrb.com), and [Sass](https://sass-lang.com). It's hosted with [GitHub Pages](https://pages.github.com), is managed at [DNSimple](https://dnsimple.com).
3+
- This site is built with [Jekyll](https://jekyllrb.com).
4+
- It's hosted with [GitHub Pages](https://pages.github.com).
5+
- It is managed at [DNSimple](https://dnsimple.com).
46

57
Feel free to open up a [pull request](https://github.com/kevinSuttle/kevinsuttle.github.io/pulls) or an [issue](https://github.com/kevinSuttle/kevinsuttle.github.io/issues) to discuss a post.

_config.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
---
21
title: Kevin Suttle
32
tagline: Product Designer
43
url: https://kevinsuttle.com
54
permalink: "/posts/:title"
65
timezone: America/New_York
76
include: [".well-known"]
87
exclude:
9-
- CNAME
10-
- README.md
11-
- node_modules
12-
- bower_components
13-
- gulpfile.js
14-
- package.json
8+
- CNAME
9+
- README.md
1510
defaults:
16-
- scope:
17-
path: ''
18-
type: posts
19-
values:
20-
layout: post
11+
- scope:
12+
path: ""
13+
type: posts
14+
values:
15+
layout: post

gulpfile.js

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

package.json

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

0 commit comments

Comments
 (0)