Skip to content

Commit e4a80b6

Browse files
committed
Personalized site config and homepage
1 parent 0913d83 commit e4a80b6

File tree

2 files changed

+49
-148
lines changed

2 files changed

+49
-148
lines changed

_config.yml

Lines changed: 45 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -1,200 +1,95 @@
1-
# The Site Configuration
2-
3-
# Import the theme
4-
# theme: jekyll-theme-chirpy
1+
# Theme setup
52
remote_theme: cotes2020/[email protected]
63

7-
8-
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
9-
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
10-
# otherwise, the layout language will use the default value of 'en'.
4+
# Language & Timezone
115
lang: en
6+
timezone: America/Los_Angeles
127

13-
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
14-
timezone:
15-
16-
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
17-
# ↓ --------------------------
18-
19-
title: Chirpy # the main title
8+
# Site Metadata
9+
title: Brianna Birkel
10+
tagline: PhD Student at USC
11+
description: >-
12+
Seismologist researching site amplification in the Los Angeles Basin.
2013
21-
tagline: A text-focused Jekyll theme # it will display as the subtitle
22-
23-
description: >- # used by seo meta and the atom feed
24-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
25-
26-
# Fill in the protocol & hostname for your site.
27-
# E.g. 'https://username.github.io', note that it does not end with a '/'.
28-
url: ""
14+
url: "https://bcbirkel.github.io"
15+
baseurl: ""
2916

17+
# Socials & Sidebar
3018
github:
31-
username: github_username # change to your GitHub username
32-
33-
twitter:
34-
username: twitter_username # change to your Twitter username
19+
username: bcbirkel
3520

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

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

44+
# PWA settings
14245
pwa:
143-
enabled: true # The option for PWA feature (installable)
46+
enabled: true
14447
cache:
145-
enabled: true # The option for PWA offline cache
146-
# Paths defined here will be excluded from the PWA cache.
147-
# Usually its value is the `baseurl` of another website that
148-
# shares the same domain name as the current website.
48+
enabled: true
14949
deny_paths:
150-
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
15150

51+
# Pagination
15252
paginate: 10
15353

154-
# The base URL of your site
155-
baseurl: ""
156-
157-
# ------------ The following options are not recommended to be modified ------------------
158-
54+
# Markdown rendering
15955
kramdown:
16056
footnote_backlink: "&#8617;&#xfe0e;"
16157
syntax_highlighter: rouge
162-
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
58+
syntax_highlighter_opts:
16359
css_class: highlight
164-
# default_lang: console
16560
span:
16661
line_numbers: false
16762
block:
16863
line_numbers: true
16964
start_line: 1
17065

66+
# Collections
17167
collections:
17268
tabs:
17369
output: true
17470
sort_by: order
17571

17672
defaults:
17773
- scope:
178-
path: "" # An empty string here means all files in the project
74+
path: ""
17975
type: posts
18076
values:
18177
layout: post
182-
comments: true # Enable comments in posts.
183-
toc: true # Display TOC column in posts.
184-
# DO NOT modify the following parameter unless you are confident enough
185-
# to update the code of all other post links in this project.
78+
comments: true
79+
toc: true
18680
permalink: /posts/:title/
18781
- scope:
18882
path: _drafts
18983
values:
19084
comments: false
19185
- scope:
19286
path: ""
193-
type: tabs # see `site.collections`
87+
type: tabs
19488
values:
19589
layout: page
19690
permalink: /:title/
19791

92+
# Sass and HTML compression
19893
sass:
19994
style: compressed
20095

@@ -207,6 +102,7 @@ compress_html:
207102
ignore:
208103
envs: [development]
209104

105+
# Exclusions
210106
exclude:
211107
- "*.gem"
212108
- "*.gemspec"
@@ -218,6 +114,7 @@ exclude:
218114
- rollup.config.js
219115
- "package*.json"
220116

117+
# Archive structure
221118
jekyll-archives:
222119
enabled: [categories, tags]
223120
layouts:
@@ -227,7 +124,7 @@ jekyll-archives:
227124
tag: /tags/:name/
228125
category: /categories/:name/
229126

230-
# Deployment
127+
# Deployment settings for GitHub Pages
231128
deploy:
232129
type: pages
233130

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: home
3+
---
4+

0 commit comments

Comments
 (0)