Skip to content

Commit 4607ce4

Browse files
committed
Fixing
1 parent 9e8d034 commit 4607ce4

File tree

1 file changed

+37
-39
lines changed

1 file changed

+37
-39
lines changed

_config.yml

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,73 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://zones.arilyn.cc
12-
timezone: America/Los_Angeles
12+
timezone:
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Stanford NLP Blog
18-
# the main title
17+
title: Stanford NLP Blog
1918

20-
tagline: Blog for use by the Stanford NLP Group
21-
# it will display as the subtitle
19+
tagline: A text-focused Jekyll theme # it will display as the subtitle
2220

23-
description: The Stanford University NLP Group
24-
# used by seo meta and the atom feed The Stanford University NLP Group
21+
description: >- # used by seo meta and the atom feed
22+
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2523
2624
# Fill in the protocol & hostname for your site.
2725
# E.g. 'https://username.github.io', note that it does not end with a '/'.
28-
url: "https://stanfordnlp.github.io/stanford-nlp-blog"
26+
url: ""
2927

3028
github:
31-
username: manning # change to your GitHub username
29+
username: github_username # change to your GitHub username
3230

3331
twitter:
34-
stanfordnlp: chrmanning # change to your Twitter username
32+
username: twitter_username # change to your Twitter username
3533

3634
social:
3735
# Change to your full name.
3836
# It will be displayed as the default author of the posts and the copyright owner in the Footer
39-
name: Stanford NLP
40-
# email: [email protected] # change to your email address
41-
# links:
37+
name: your_full_name
38+
email: [email protected] # change to your email address
39+
links:
4240
# The first element serves as the copyright owner's link
43-
# - https://twitter.com/username # change to your Twitter homepage
44-
# - https://github.com/username # change to your GitHub homepage
41+
- https://twitter.com/username # change to your Twitter homepage
42+
- https://github.com/username # change to your GitHub homepage
4543
# Uncomment below to add more social links
4644
# - https://www.facebook.com/username
4745
# - https://www.linkedin.com/in/username
4846

4947
# Site Verification Settings
50-
# webmaster_verifications:
51-
# google: # fill in your Google verification code
52-
# bing: # fill in your Bing verification code
53-
# alexa: # fill in your Alexa verification code
54-
# yandex: # fill in your Yandex verification code
55-
# baidu: # fill in your Baidu verification code
56-
# facebook: # fill in your Facebook verification code
48+
webmaster_verifications:
49+
google: # fill in your Google verification code
50+
bing: # fill in your Bing verification code
51+
alexa: # fill in your Alexa verification code
52+
yandex: # fill in your Yandex verification code
53+
baidu: # fill in your Baidu verification code
54+
facebook: # fill in your Facebook verification code
5755

5856
# ↑ --------------------------
5957
# The end of `jekyll-seo-tag` settings
6058

6159
# Web Analytics Settings
62-
#analytics:
63-
# google:
64-
# id: # fill in your Google Analytics ID
65-
# goatcounter:
66-
# id: # fill in your GoatCounter ID
67-
# umami:
68-
# id: # fill in your Umami ID
69-
# domain: # fill in your Umami domain
70-
# matomo:
71-
# id: # fill in your Matomo ID
72-
# domain: # fill in your Matomo domain
73-
# cloudflare:
74-
# id: # fill in your Cloudflare Web Analytics token
75-
# fathom:
76-
# id: # fill in your Fathom Site ID
60+
analytics:
61+
google:
62+
id: # fill in your Google Analytics ID
63+
goatcounter:
64+
id: # fill in your GoatCounter ID
65+
umami:
66+
id: # fill in your Umami ID
67+
domain: # fill in your Umami domain
68+
matomo:
69+
id: # fill in your Matomo ID
70+
domain: # fill in your Matomo domain
71+
cloudflare:
72+
id: # fill in your Cloudflare Web Analytics token
73+
fathom:
74+
id: # fill in your Fathom Site ID
7775

7876
# Page views settings
79-
#pageviews:
80-
# provider: # now only supports 'goatcounter'
77+
pageviews:
78+
provider: # now only supports 'goatcounter'
8179

8280
# Prefer color scheme setting.
8381
#

0 commit comments

Comments
 (0)