Skip to content

Commit

Permalink
updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Mar 16, 2024
1 parent e328a4d commit c1e7de2
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ params:
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
# ShowReadingTime: true
# ShowPostNavLinks: true
# ShowBreadCrumbs: true
ShowCodeCopyButtons: false
disableSpecial1stPost: false
disableScrollToTop: false
Expand Down Expand Up @@ -53,24 +52,24 @@ params:
buttons:
- name: Blog
url: posts
# - name: Projects
# url: projects
# - name: Projects
# url: projects
# home-info mode
homeInfoParams:
Title: "Welcome! 👋"
Content: "This is the website of **Chanin Nantasenamat, Ph.D.** and I create educational content on data science and bioinformatics. Some of you may know me as the **Data Professor**."
# homeInfoParams:
# Title: "Welcome! 👋"
# Content: "This is the website of **Chanin Nantasenamat, Ph.D.** and I create educational content on data science and bioinformatics. Some of you may know me as the **Data Professor**."
socialIcons:
- name: linkedin
url: "https://www.linkedin.com/in/caiocsgomes/"
- name: github
url: "https://github.com/caiocsgomes"
analytics:
google:
SiteVerificationTag: "XYZabc"
bing:
SiteVerificationTag: "XYZabc"
yandex:
SiteVerificationTag: "XYZabc"
# analytics:
# google:
# SiteVerificationTag: "XYZabc"
# bing:
# SiteVerificationTag: "XYZabc"
# yandex:
# SiteVerificationTag: "XYZabc"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
Expand Down Expand Up @@ -101,10 +100,10 @@ menu:
name: Blog
url: /posts
weight: 1
# - identifier: projects
# name: Projects
# url: /projects/
# weight: 2
# - identifier: projects
# name: Projects
# url: /projects/
# weight: 2
#- identifier: tags
# name: tags
# url: /tags/
Expand Down

0 comments on commit c1e7de2

Please sign in to comment.