Skip to content

Commit b90a5ec

Browse files
committed
Fixed new config
1 parent 9cc038c commit b90a5ec

File tree

1 file changed

+39
-132
lines changed

1 file changed

+39
-132
lines changed

_config.yml

Lines changed: 39 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -3,155 +3,58 @@
33
# Import the theme
44
theme: jekyll-theme-chirpy
55

6-
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
7-
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
8-
# otherwise, the layout language will use the default value of 'en'.
9-
lang: en
10-
11-
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
13-
14-
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
15-
# ↓ --------------------------
16-
17-
title: Chirpy # the main title
186

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
7+
# Language & Timezone
8+
lang: en
9+
timezone: America/Los_Angeles
2010

21-
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
11+
# Site Metadata
12+
title: Brianna Birkel
13+
tagline: PhD Student at USC
14+
description: >-
15+
Seismologist researching site amplification in the Los Angeles Basin.
2316
24-
# Fill in the protocol & hostname for your site.
25-
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
17+
url: "https://bcbirkel.github.io"
18+
baseurl: ""
2719

20+
# Socials & Sidebar
2821
github:
29-
username: github_username # change to your GitHub username
30-
31-
twitter:
32-
username: twitter_username # change to your Twitter username
22+
username: bcbirkel
3323

3424
social:
35-
# Change to your full name.
36-
# 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
25+
name: Brianna Birkel
26+
3927
links:
40-
# 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
43-
# Uncomment below to add more social links
44-
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
46-
47-
# 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
55-
56-
# ↑ --------------------------
57-
# The end of `jekyll-seo-tag` settings
58-
59-
# 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
75-
76-
# Page views settings
77-
pageviews:
78-
provider: # now only supports 'goatcounter'
79-
80-
# Prefer color scheme setting.
81-
#
82-
# Note: Keep empty will follow the system prefer color by default,
83-
# and there will be a toggle to switch the theme between dark and light
84-
# on the bottom left of the sidebar.
85-
#
86-
# Available options:
87-
#
88-
# light — Use the light color scheme
89-
# dark — Use the dark color scheme
90-
#
91-
theme_mode: # [light | dark]
92-
93-
# The CDN endpoint for media resources.
94-
# Notice that once it is assigned, the CDN url
95-
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
96-
#
97-
# e.g. 'https://cdn.com'
98-
cdn:
99-
100-
# the avatar on sidebar, support local or CORS resources
101-
avatar:
102-
103-
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104-
# It can be overridden by a customized `page.image` in front matter.
105-
social_preview_image: # string, local or CORS resources
106-
107-
# boolean type, the global switch for TOC in posts.
108-
toc: true
28+
- https://github.com/bcbirkel
29+
- https://scholar.google.com/citations?user=NABpEgEAAAAJ&hl=en
10930

31+
avatar: /assets/img/profile.jpg
32+
33+
# Theme mode (light, dark, or blank for toggle)
34+
theme_mode:
35+
36+
# Plugins
37+
plugins:
38+
- jekyll-feed
39+
- jekyll-seo-tag
40+
- jekyll-sitemap
41+
- jekyll-paginate
42+
- jekyll-remote-theme
43+
44+
# Comments (optional — feel free to leave empty)
11045
comments:
111-
# Global switch for the post-comment system. Keeping it empty means disabled.
112-
provider: # [disqus | utterances | giscus]
113-
# The provider options are as follows:
114-
disqus:
115-
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
116-
# utterances settings › https://utteranc.es/
117-
utterances:
118-
repo: # <gh-username>/<repo>
119-
issue_term: # < url | pathname | title | ...>
120-
# Giscus options › https://giscus.app
121-
giscus:
122-
repo: # <gh-username>/<repo>
123-
repo_id:
124-
category:
125-
category_id:
126-
mapping: # optional, default to 'pathname'
127-
strict: # optional, default to '0'
128-
input_position: # optional, default to 'bottom'
129-
lang: # optional, default to the value of `site.lang`
130-
reactions_enabled: # optional, default to the value of `1`
131-
132-
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133-
assets:
134-
self_host:
135-
enabled: # boolean, keep empty means false
136-
# specify the Jekyll environment, empty means both
137-
# only works if `assets.self_host.enabled` is 'true'
138-
env: # [development | production]
46+
provider:
13947

48+
# PWA settings
14049
pwa:
141-
enabled: true # The option for PWA feature (installable)
50+
enabled: true
14251
cache:
143-
enabled: true # The option for PWA offline cache
144-
# Paths defined here will be excluded from the PWA cache.
145-
# Usually its value is the `baseurl` of another website that
146-
# shares the same domain name as the current website.
52+
enabled: true
14753
deny_paths:
148-
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
14954

55+
# Pagination
15056
paginate: 10
15157

152-
# The base URL of your site
153-
baseurl: ""
154-
15558
# ------------ The following options are not recommended to be modified ------------------
15659

15760
kramdown:
@@ -224,3 +127,7 @@ jekyll-archives:
224127
permalinks:
225128
tag: /tags/:name/
226129
category: /categories/:name/
130+
131+
# Deployment
132+
deploy:
133+
type: pages

0 commit comments

Comments
 (0)