Skip to content

Commit

Permalink
Disable social sharing links on default posts
Browse files Browse the repository at this point in the history
  • Loading branch information
santoso-wijaya committed May 6, 2024
1 parent ad4d05f commit e549d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: >- # this means to ignore newlines until "baseurl:"
my thoughts and ramblings.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://pensieve.swijaya.me" # the base hostname & protocol for your site, e.g. http://example.com
github_username: santoso-wijaya
github_username: santoso-wijaya
repository: "santoso-wijaya/pensieve"
#logo: "/assets/logo/pensieve-88x88.png" # Site masthead logo

Expand Down Expand Up @@ -73,7 +73,7 @@ jekyll-archives:
- categories
- tags
layouts:
category: archive-taxonomy # provided by Minimal Mistakes
category: archive-taxonomy # provided by Minimal Mistakes
tag: archive-taxonomy # see: _layouts folder in minimal-mistakes-jekyll gem
permalinks:
category: /categories/:name/ # e.g. pensieve.swijaya.me/categories/keebs/
Expand Down Expand Up @@ -104,7 +104,7 @@ defaults:
author_profile: true
show_date: true
read_time: true # the default word/minute value is 200
share: true
share: false
related: true
# _pages
- scope:
Expand Down Expand Up @@ -141,7 +141,6 @@ exclude:
# Note: dotfiles are already excluded by default.
- README.md


# jekyll-responsive-image configs
responsive_image:
template: _includes/responsive-image.html
Expand All @@ -163,19 +162,16 @@ responsive_image:
extra_images:
- assets/avatars/*.{jpeg,jpg}


# jekyll-badges configs
badges:
disable_in_development: false
template: _includes/badges.html


analytics:
provider: "google-gtag"
google:
tracking_id: "G-P5CEB991C4"


comments:
provider: "disqus"
disqus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Solarized & Selenized Colorscheme Cheatsheet
tags: colorscheme cheatsheet solarized selenized
classes: wide
comments: true
share: true
bases:
- base00
- base01
Expand Down

0 comments on commit e549d33

Please sign in to comment.