Skip to content

Commit

Permalink
Update critical file(s) according to Chirpy v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscibot committed Apr 30, 2021
1 parent e6b807e commit 67a9ca6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 177 deletions.
21 changes: 0 additions & 21 deletions 404.html

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 3.3"
gem "jekyll-theme-chirpy", "~> 4.0", ">= 4.0.0"

group :jekyll_plugins do
# If you have any plugins, put them here!
Expand Down
25 changes: 8 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,11 @@ google_site_verification: google_meta_tag_verification # change to your verifica
# --------------------------

google_analytics:
id: '' # Fill with your Google Analytics ID
id: '' # fill in your Google Analytics ID
# Google Analytics pageviews report settings
pv:
# The Google Analytics pageviews switch.
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
enabled: false
# the next options only valid when `google_analytics.pv` is enabled.
proxy_url: ''
proxy_endpoint: ''
cache: false # pv data local cache, good for the users from GFW area.
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
cache_path: # the local PV cache data, friendly to visitors from GFW region

# Prefer color scheme setting.
#
Expand Down Expand Up @@ -105,10 +101,6 @@ kramdown:
line_numbers: true
start_line: 1

# DO NOT change this unless you're a Pro user on Jekyll and Web development,
# Or you think you're smart enough to change other relevant URLs within this template.
permalink: /posts/:title/

collections:
tabs:
output: true
Expand All @@ -124,6 +116,9 @@ defaults:
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
-
scope:
path: _drafts
Expand Down Expand Up @@ -151,9 +146,6 @@ compress_html:
envs: [development]

exclude:
- vendor
- Gemfile
- Gemfile.lock
- '*.gem'
- '*.gemspec'
- tools
Expand All @@ -162,8 +154,7 @@ exclude:
- LICENSE
- gulpfile.js
- node_modules
- package.json
- package-lock.json
- '*.json'

jekyll-archives:
enabled: [categories, tags]
Expand Down
8 changes: 0 additions & 8 deletions app.js

This file was deleted.

60 changes: 0 additions & 60 deletions feed.xml

This file was deleted.

10 changes: 0 additions & 10 deletions robots.txt

This file was deleted.

60 changes: 0 additions & 60 deletions sw.js

This file was deleted.

0 comments on commit 67a9ca6

Please # to comment.