Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1e-18 committed Jun 26, 2024
1 parent 12340fe commit 18e1f71
Showing 1 changed file with 20 additions and 58 deletions.
78 changes: 20 additions & 58 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,37 @@
# The Site Configuration

# Import the theme
# configuration
theme: jekyll-theme-chirpy

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
timezone: America/St_Thomas # https://kevinnovak.github.io/Time-Zone-Picker

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:

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

title: 1e-18 # the main title

tagline: biomimicry at noma # it will display as the sub-title

description: >- # used by seo meta and the atom feed
biomimicry | cybernetics
url: "https://1e-18.github.io" # home

title: 1e-18
tagline: biomimicry at noma
description: notes on amm-based protocol design
url: "https://1e-18.github.io"
github:
username: 1e-18 # github

username: 1e-18
twitter:
username: 1e__18 # twitter

username: 1e__18
social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: 1e-18
email: [email protected] # change to your email address
email: [email protected]
links:
# The first element serves as the copyright owner's link
- https://twitter.com/1e__18 # change to your twitter homepage
- https://github.com/1e-18 # change to your github homepage
# Uncomment below to add more social links
- https://twitter.com/1e__18 # copyright
- https://github.com/1e-18
- https://www.t.me/x1e_18
# - https://www.linkedin.com/in/username

# Site Verification Settings
# verification
webmaster_verifications:
google: # fill in your Google verification code
bing: # fill in your Bing verification code
alexa: # fill in your Alexa verification code
yandex: # fill in your Yandex verification code
baidu: # fill in your Baidu verification code
facebook: # fill in your Facebook verification code

# ↑ --------------------------
# The end of `jekyll-seo-tag` settings

# Web Analytics Settings
# analytics
analytics:
google:
id: # fill in your Google Analytics ID
Expand All @@ -69,29 +46,14 @@ analytics:
cloudflare:
id: # fill in your Cloudflare Web Analytics token

# Pageviews settings
# pageviews
pageviews:
provider: # now only supports 'goatcounter'

# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
# and there will be a toggle to switch the theme between dark and light
# on the bottom left of the sidebar.
#
# Available options:
#
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: light # [light | dark]

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
provider: # supports 'goatcounter'
theme_mode: light

# cdn endpoint for media > adds url to all media resources paths starting with '/'
# e.g. 'https://cdn.com'
cdn:
# cdn:

# the avatar on sidebar, support local or CORS resources
avatar: https://avatars.githubusercontent.com/u/152424391?v=4
Expand Down

0 comments on commit 18e1f71

Please sign in to comment.