Skip to content

Commit

Permalink
First Set
Browse files Browse the repository at this point in the history
  • Loading branch information
aest3ra committed Apr 5, 2024
1 parent 1a3e575 commit 9c5c4f2
Show file tree
Hide file tree
Showing 92 changed files with 2,239 additions and 911 deletions.
61 changes: 14 additions & 47 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,34 @@

# Import the theme
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: Asia/Seoul

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

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

title: Chirpy # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Hoist the Colours! # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
newbie
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://aest3ra.github.io"

github:
username: github_username # change to your github username
username: aest3ra # change to your github username

twitter:
username: twitter_username # change to your twitter username
username: aest3ra # change to your twitter username

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: your_full_name
email: example@domain.com # change to your email address
name: PAK SEONGHUN
email: aest3ra@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
- https://github.com/username # change to your github homepage
- https://twitter.com/aest3ra # change to your twitter homepage
- https://github.com/aest3ra # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand All @@ -53,45 +43,22 @@ webmaster_verifications:
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:
google:
id: # fill in your Google Analytics ID
id: "UA-262797555-1"
goatcounter:
id: # fill in your GoatCounter ID

# Pageviews settings
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 | dark]

# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn: "https://chirpy-img.netlify.app"
theme_mode: dark

# the avatar on sidebar, support local or CORS resources
avatar: "/commons/avatar.jpg"
avatar: "/assets/shark.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources

# boolean type, the global switch for TOC in posts.
Expand Down
200 changes: 0 additions & 200 deletions _posts/2019-08-08-text-and-typography.md

This file was deleted.

Loading

0 comments on commit 9c5c4f2

Please sign in to comment.