Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
projectSylas authored Mar 19, 2024
1 parent 1f93645 commit d71fbc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ header_pages:
gitment:
username: "projectSylas"
repo: "projectSylas.github.io"
client_id: "${{ secrets.client_id }}"
client_secret: "${{ secrets.client_secret }}"
client_id: "${{ secrets.CLIENT_ID }}"
client_secret: "${{ secrets.CLIENT_SECRET }}"
redirect_uri: "https://github.com" # If you use a custom domain name

# Utterances comments
Expand Down Expand Up @@ -222,4 +222,4 @@ plugins:
# theme: owner/name --> Don't forget to remove/comment the gem-based theme option
remote_theme: "jeffreytse/jekyll-theme-yat"
#theme: jekyll-theme-yat
future: true
future: true

0 comments on commit d71fbc1

Please sign in to comment.