Skip to content

Instantly share code, notes, and snippets.

@oguzhankircali
Created June 20, 2019 06:26
Show Gist options
  • Save oguzhankircali/494cb99c9d65c8cc7f6908ed23c5fdb4 to your computer and use it in GitHub Desktop.
Save oguzhankircali/494cb99c9d65c8cc7f6908ed23c5fdb4 to your computer and use it in GitHub Desktop.
Jekyll Config
name: Oğuzhan Kırçalı
title: Blog | Oğuzhan Kırçalı
description: Yazılım Geliştiricisi
meta_description: Oğuzhan Kırçalı | Yazılım Geliştiricisi
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
paginate: 10
baseurl: /blog
email: oguzhankircali@gmail.com
google_analytics: UA-15831320
disqus: https-oguzhankircali-github-io-blog
sharethis: >-
<script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#property=5d00e7df4351e900126504cf&product=social-ab' async='async'></script>
authors:
oguzhankircali:
name: Oğuzhan Kırçalı
display_name: Oğuzhan Kırçalı
gravatar: assets/images/foolish-logo.png
email: oguzhankircali@gmail.com
web: https://oguzhankircali.github.io/blog
twitter: 'https://twitter.com/oguzhankircali'
description: >-
C#, .Net, .Net Core, Web API, Windows/Web Servisleri, AngularJS, SignalR... Ben!
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-admin
- jekyll-gist
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/blog/category/:name/'
markdown: kramdown
highlighter: rouge
comments: true
sitemap: true
collections:
staff_members:
people: true
exclude: [node_modules]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment