generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -129,7 +113,7 @@ kramdown: | |
|
||
collections: | ||
tabs: | ||
output: true | ||
output: false | ||
sort_by: order | ||
|
||
defaults: | ||
|
@@ -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. | ||
|