Skip to content

Commit

Permalink
Turn off Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
borko-rajkovic committed Jan 13, 2024
1 parent abbbbe7 commit dd64bb8
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ theme: jekyll-theme-chirpy

# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
# and doesn't have a custom domain.
baseurl:
baseurl:

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
Expand All @@ -21,46 +21,46 @@ timezone: Europe/Podgorica
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Borko Rajkovic Tech Blog # the main title
title: Borko Rajkovic Tech Blog # the main title

tagline: Simple blog about software development # it will display as the sub-title
tagline: Simple blog about software development # it will display as the sub-title

description: >- # used by seo meta and the atom feed
description: >- # used by seo meta and the atom feed
Simple blog about software development.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
url: 'https://borkorajkovic.com/'
url: "https://borkorajkovic.com/"

github:
username: borko-rajkovic # change to your github username
username: borko-rajkovic # change to your github username

twitter:
username: borko_88 # change to your twitter username
username: borko_88 # change to your twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: Borko Rajković
email: rajkovicborko@gmail.com # change to your email address
email: rajkovicborko@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/borko_88 # change to your twitter homepage
- https://github.com/borko-rajkovic # change to your github homepage
- https://twitter.com/borko_88 # change to your twitter homepage
- https://github.com/borko-rajkovic # change to your github homepage
- https://www.linkedin.com/in/borko-rajkovic
# Uncomment below to add more social links
# - https://www.facebook.com/username

google_site_verification: # fill in to your verification string
google_site_verification: # fill in to your verification string

# ↑ --------------------------
# The end of `jekyll-seo-tag` settings

google_analytics:
id: UA-235429665-1 # fill in your Google Analytics ID
# Google Analytics pageviews report settings
pv:
proxy_endpoint: 'https://borko-rajkovic-tech-blog.appspot.com/query?id=ahpzfmJvcmtvLXJhamtvdmljLXRlY2gtYmxvZ3IVCxIIQXBpUXVlcnkYgICA6NeHgQoM' # fill in the Google Analytics superProxy endpoint of Google App Engine
cache_path: # the local PV cache data, friendly to visitors from GFW region
# google_analytics:
# id: UA-235429665-1 # fill in your Google Analytics ID
# # Google Analytics pageviews report settings
# pv:
# proxy_endpoint: "https://borko-rajkovic-tech-blog.appspot.com/query?id=ahpzfmJvcmtvLXJhamtvdmljLXRlY2gtYmxvZ3IVCxIIQXBpUXVlcnkYgICA6NeHgQoM" # fill in the Google Analytics superProxy endpoint of Google App Engine
# cache_path: # the local PV cache data, friendly to visitors from GFW region

# Prefer color scheme setting.
#
Expand All @@ -73,7 +73,7 @@ google_analytics:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light|dark]
theme_mode: # [light|dark]

# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
Expand All @@ -89,42 +89,42 @@ avatar: https://pbs.twimg.com/profile_images/1484588464163196934/-F7h8gIt_400x40
toc: true

comments:
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: #borko-rajkovic # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings › https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: borko-rajkovic/borko-rajkovic.github.io # <gh-username>/<repo>
repo: borko-rajkovic/borko-rajkovic.github.io # <gh-username>/<repo>
repo_id: R_kgDOHosKmQ
category:
category_id: DIC_kwDOHosKmc4CQJ0g
mapping: # optional, default to 'pathname'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
mapping: # optional, default to 'pathname'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`

# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # boolean, keep empty means false
enabled: # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development|production]
env: # [development|production]

pwa:
enabled: false # the option for PWA feature
enabled: false # the option for PWA feature

paginate: 10

# ------------ The following options are not recommended to be modified ------------------

kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
Expand All @@ -140,12 +140,12 @@ collections:

defaults:
- scope:
path: '' # An empty string here means all files in the project
path: "" # An empty string here means all files in the project
type: posts
values:
layout: post
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
# to update the code of all other post links in this project.
permalink: /posts/:title/
Expand All @@ -154,8 +154,8 @@ defaults:
values:
comments: false
- scope:
path: ''
type: tabs # see `site.collections`
path: ""
type: tabs # see `site.collections`
values:
layout: page
permalink: /:title/
Expand All @@ -181,8 +181,8 @@ compress_html:
envs: [development]

exclude:
- '*.gem'
- '*.gemspec'
- "*.gem"
- "*.gemspec"
- tools
- README.md
- CHANGELOG.md
Expand Down

0 comments on commit dd64bb8

Please sign in to comment.