Skip to content

Commit 67a9ca6

Browse files
committed
Update critical file(s) according to Chirpy v4.0.0
1 parent e6b807e commit 67a9ca6

File tree

7 files changed

+9
-177
lines changed

7 files changed

+9
-177
lines changed

404.html

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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

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

55
group :jekyll_plugins do
66
# If you have any plugins, put them here!

_config.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,11 @@ google_site_verification: google_meta_tag_verification # change to your verifica
5050
# --------------------------
5151

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

6359
# Prefer color scheme setting.
6460
#
@@ -105,10 +101,6 @@ kramdown:
105101
line_numbers: true
106102
start_line: 1
107103

108-
# DO NOT change this unless you're a Pro user on Jekyll and Web development,
109-
# Or you think you're smart enough to change other relevant URLs within this template.
110-
permalink: /posts/:title/
111-
112104
collections:
113105
tabs:
114106
output: true
@@ -124,6 +116,9 @@ defaults:
124116
layout: post
125117
comments: true # Enable comments in posts.
126118
toc: true # Display TOC column in posts.
119+
# DO NOT modify the following parameter unless you are confident enough
120+
# to update the code of all other post links in this project.
121+
permalink: /posts/:title/
127122
-
128123
scope:
129124
path: _drafts
@@ -151,9 +146,6 @@ compress_html:
151146
envs: [development]
152147

153148
exclude:
154-
- vendor
155-
- Gemfile
156-
- Gemfile.lock
157149
- '*.gem'
158150
- '*.gemspec'
159151
- tools
@@ -162,8 +154,7 @@ exclude:
162154
- LICENSE
163155
- gulpfile.js
164156
- node_modules
165-
- package.json
166-
- package-lock.json
157+
- '*.json'
167158

168159
jekyll-archives:
169160
enabled: [categories, tags]

app.js

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

feed.xml

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

robots.txt

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

sw.js

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

0 commit comments

Comments
 (0)