mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 19:03:27 +10:00
First init
This commit is contained in:
parent
bcb2c56f84
commit
0c4f809a3d
20
_config.yml
20
_config.yml
@ -13,23 +13,23 @@ baseurl: ""
|
|||||||
lang: en
|
lang: en
|
||||||
|
|
||||||
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
|
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
|
||||||
timezone:
|
timezone: America/New_York
|
||||||
|
|
||||||
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
||||||
# ↓ --------------------------
|
# ↓ --------------------------
|
||||||
|
|
||||||
title: Chirpy # the main title
|
title: Chul Seung Lee # the main title
|
||||||
|
|
||||||
tagline: A text-focused Jekyll theme # it will display as the sub-title
|
tagline: Chul's Portfolio Website # it will display as the sub-title
|
||||||
|
|
||||||
description: >- # used by seo meta and the atom feed
|
description: >- # used by seo meta and the atom feed
|
||||||
A minimal, responsive and feature-rich Jekyll theme for technical writing.
|
Chul's Portfolio Website
|
||||||
|
|
||||||
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
|
||||||
url: ""
|
url: "https://chuljja.github.io"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: github_username # change to your github username
|
username: chuljja # change to your github username
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
username: twitter_username # change to your twitter username
|
username: twitter_username # change to your twitter username
|
||||||
@ -37,12 +37,12 @@ twitter:
|
|||||||
social:
|
social:
|
||||||
# Change to your full name.
|
# Change to your full name.
|
||||||
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
||||||
name: your_full_name
|
name: Chul Seung Lee
|
||||||
email: example@domain.com # change to your email address
|
email: fpsemfaos@gmail.com # change to your email address
|
||||||
links:
|
links:
|
||||||
# The first element serves as the copyright owner's link
|
# The first element serves as the copyright owner's link
|
||||||
- https://twitter.com/username # change to your twitter homepage
|
- https://twitter.com/username # change to your twitter homepage
|
||||||
- https://github.com/username # change to your github homepage
|
- https://github.com/chuljja # change to your github homepage
|
||||||
# Uncomment below to add more social links
|
# Uncomment below to add more social links
|
||||||
# - https://www.facebook.com/username
|
# - https://www.facebook.com/username
|
||||||
# - https://www.linkedin.com/in/username
|
# - https://www.linkedin.com/in/username
|
||||||
@ -76,7 +76,7 @@ theme_mode: # [light|dark]
|
|||||||
img_cdn:
|
img_cdn:
|
||||||
|
|
||||||
# the avatar on sidebar, support local or CORS resources
|
# the avatar on sidebar, support local or CORS resources
|
||||||
avatar:
|
avatar: https://media.licdn.com/dms/image/C4D03AQE6zUO_0DcbJg/profile-displayphoto-shrink_400_400/0/1655912766818?e=1701907200&v=beta&t=E1dPq19AxwzXzIQYa-7TMsrldZ0w9wIgBTZCQPsM5AA
|
||||||
|
|
||||||
# boolean type, the global switch for TOC in posts.
|
# boolean type, the global switch for TOC in posts.
|
||||||
toc: true
|
toc: true
|
||||||
|
10
_posts/test.md
Normal file
10
_posts/test.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: test
|
||||||
|
date: 2023-10-02 12:57:00 -500
|
||||||
|
categories: [test, hardware]
|
||||||
|
tags: [servers, dell, hp, supermicro]
|
||||||
|
---
|
||||||
|
|
||||||
|
# Welcome
|
||||||
|
|
||||||
|
Wassup, this is just test.
|
Loading…
x
Reference in New Issue
Block a user