Skip to content

Commit a8ff5e4

Browse files
committed
Started to edit
1 parent e98ced7 commit a8ff5e4

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

_config.yml

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

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

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

17-
title: Chirpy # the main title
17+
title: Stanford NLP Blog # the main title
1818

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

2122
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
23+
The Stanford University NLP Group
2324

2425
# Fill in the protocol & hostname for your site.
2526
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
27+
url: "https://stanfordnlp.github.io/stanford-nlp-blog"
2728

2829
github:
29-
username: github_username # change to your GitHub username
30+
username: manning # change to your GitHub username
3031

3132
twitter:
32-
username: twitter_username # change to your Twitter username
33+
stanfordnlp: chrmanning # change to your Twitter username
3334

3435
social:
3536
# Change to your full name.
3637
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: [email protected] # change to your email address
39-
links:
38+
name: Stanford NLP
39+
# email: [email protected] # change to your email address
40+
# links:
4041
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
42+
# - https://twitter.com/username # change to your Twitter homepage
43+
# - https://github.com/username # change to your GitHub homepage
4344
# Uncomment below to add more social links
4445
# - https://www.facebook.com/username
4546
# - https://www.linkedin.com/in/username
4647

4748
# Site Verification Settings
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
49+
# webmaster_verifications:
50+
# google: # fill in your Google verification code
51+
# bing: # fill in your Bing verification code
52+
# alexa: # fill in your Alexa verification code
53+
# yandex: # fill in your Yandex verification code
54+
# baidu: # fill in your Baidu verification code
55+
# facebook: # fill in your Facebook verification code
5556

5657
# ↑ --------------------------
5758
# The end of `jekyll-seo-tag` settings
5859

5960
# Web Analytics Settings
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
61+
#analytics:
62+
# google:
63+
# id: # fill in your Google Analytics ID
64+
# goatcounter:
65+
# id: # fill in your GoatCounter ID
66+
# umami:
67+
# id: # fill in your Umami ID
68+
# domain: # fill in your Umami domain
69+
# matomo:
70+
# id: # fill in your Matomo ID
71+
# domain: # fill in your Matomo domain
72+
# cloudflare:
73+
# id: # fill in your Cloudflare Web Analytics token
74+
# fathom:
75+
# id: # fill in your Fathom Site ID
7576

7677
# Page views settings
77-
pageviews:
78-
provider: # now only supports 'goatcounter'
78+
#pageviews:
79+
# provider: # now only supports 'goatcounter'
7980

8081
# Prefer color scheme setting.
8182
#

0 commit comments

Comments
 (0)