Skip to content

Commit bd39458

Browse files
committed
fix htmlproofer issue and add email and github org
1 parent 1dab95e commit bd39458

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ description: >- # used by seo meta and the atom feed
2626
url: "https://detraced.org"
2727

2828
github:
29-
username: # change to your GitHub username
29+
username: DeTraced-Security # change to your GitHub username
3030

31-
twitter:
32-
username: # change to your Twitter username
31+
# twitter:
32+
# username: # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
3737
name: "DeTraced Security"
38-
email: # change to your email address
38+
email: slavetomints@protonmail.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- # https://twitter.com/username # change to your Twitter homepage
42-
- # https://github.com/username # change to your GitHub homepage
41+
# - https://twitter.com/username # change to your Twitter homepage
42+
- https://github.com/DeTraced-Security # change to your GitHub homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
4545
# - https://www.linkedin.com/in/username
@@ -119,7 +119,7 @@ comments:
119119
issue_term: # < url | pathname | title | ...>
120120
# Giscus options › https://giscus.app
121121
giscus:
122-
repo: Slavetomints/DeTraced-Security # <gh-username>/<repo>
122+
repo: DeTraced-Security/detraced-security.github.io # <gh-username>/<repo>
123123
repo_id: R_kgDOO_DuoA
124124
category: Comments
125125
category_id: DIC_kwDOO_DuoM4CrxSk

_data/contact.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# The contact options.
22

3-
# - type: github
4-
# icon: "fab fa-github"
3+
- type: github
4+
icon: "fab fa-github"
55

66
# - type: twitter
77
# icon: "fa-brands fa-x-twitter"
88

9-
# - type: email
10-
# icon: "fas fa-envelope"
11-
# noblank: true # open link in current tab
9+
- type: email
10+
icon: "fas fa-envelope"
11+
noblank: true # open link in current tab
1212

1313
- type: rss
1414
icon: "fas fa-rss"

0 commit comments

Comments
 (0)