Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
highghlow authored Dec 3, 2023
1 parent c63bc28 commit 01a45ac
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,19 @@ timezone:
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: highghlow # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: My thoughts # 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.
My blog with mostly random stuff
# 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://highghlow.github.io"

github:
username: github_username # change to your github username

twitter:
username: twitter_username # 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: [email protected] # 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
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
username: highghlow # change to your github username

google_site_verification: # fill in to your verification string

Expand Down Expand Up @@ -73,7 +57,7 @@ theme_mode: # [light|dark]
img_cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: https://2.gravatar.com/avatar/754d04ca4e0159e47a9bb7e7096a5205d2c4aa97082d3c024feb25381e9a19f0

# boolean type, the global switch for TOC in posts.
toc: true
Expand Down Expand Up @@ -129,7 +113,7 @@ kramdown:

collections:
tabs:
output: true
output: false
sort_by: order

defaults:
Expand All @@ -138,7 +122,7 @@ defaults:
type: posts
values:
layout: post
comments: true # Enable comments in posts.
comments: false # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
Expand Down

0 comments on commit 01a45ac

Please sign in to comment.