Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
galElmalah committed Dec 18, 2022
1 parent 2ac78c5 commit c59c998
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,23 @@ outputs:
- RSS
- JSON

taxonomies:
taxonomies:
series: 'series'
tags: 'tags'


params:

env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Gal.E
description: 'Gal Elmalah blog, blogging about programming, coding concepts, learning and life'
description: 'A blog focused on coding, learning and managing by Gal Elmalah'
keywords: [Blog, Portfolio]
author: 'Gal Elmalah'
images: ['<link or path of image for opengraph, twitter-cards>']
DateFormat: 'January 2, 2006'
defaultTheme: light # dark, light
defaultTheme: light
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
comments: true
Expand All @@ -59,7 +56,7 @@ params:
# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: Gal Elmalah, a software team lead @ Wix.com. My main goal with this blog is to have fun, share my thoughts about whatever
Content: Gal Elmalah, a software team lead @ Wix.com. My main goal with this blog is to have fun, share my thoughts about whatever

socialIcons:
- name: github
Expand All @@ -73,7 +70,6 @@ params:
- name: RSS
url: 'index.xml'


# analytics:
# google:
# SiteVerificationTag: 'XYZabc'
Expand All @@ -82,7 +78,6 @@ params:
# yandex:
# SiteVerificationTag: 'XYZabc'


editPost:
URL: 'https://github.com/galElmalah/personal-blog/tree/master/content'
Text: 'Suggest Changes' # edit text
Expand All @@ -97,7 +92,7 @@ params:
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ['title', 'permalink', 'summary', 'content','tags']
keys: ['title', 'permalink', 'summary', 'content', 'tags']
menu:
main:
- identifier: Search
Expand All @@ -124,7 +119,7 @@ menu:
pygmentsUseClasses: true
markup:
highlight:
# anchorLineNos: true
# anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
Expand Down

1 comment on commit c59c998

@vercel
Copy link

@vercel vercel bot commented on c59c998 Dec 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.