Added more comment details in Config.
This commit is contained in:
parent
9565429ee0
commit
e2e4b71f81
1 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,7 @@ description: 'A text-based Jekyll theme.'
|
|||
# Replace with your domain, e.g. "https://username.github.io"
|
||||
url: 'https://www.example.com'
|
||||
|
||||
author: Chirpy # change to your full name
|
||||
author: your_full_name # change to your full name
|
||||
|
||||
avatar: /assets/img/sample/avatar.jpg # Support network resources.
|
||||
|
||||
|
@ -24,11 +24,13 @@ twitter:
|
|||
username: twitter_username # change to your twitter username
|
||||
|
||||
social:
|
||||
name: Chirpy # change to your full name
|
||||
name: your_full_name # it will shows as the copyright owner in Footer
|
||||
email: example@doamin.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
|
||||
# Uncomment below to add more social links
|
||||
# - https://www.facebook.com/username
|
||||
# - https://www.linkedin.com/in/username
|
||||
|
||||
|
|
Loading…
Reference in a new issue