forked from artemsheludko/flexible-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·36 lines (30 loc) · 1.38 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: "Shashank Shekhar: Full Stack Web Developer"
description: "A lazy web developer who codes in JavaScript whether be frontend or backend but also have idea to work with
Java, Android, Python & C. His self taughting skills have made him a better developer and a better person too.
Shoot him a message, if any help needed, He will be glad to help you."
permalink: ':title/'
baseurl: "/blog" # the subpath of your site, e.g. /blog
url: "https://ashwamegh.github.io" # the base hostname & protocol for your site, e.g. http://example.com
site-twitter: #if your site has a twitter account, enter it here
# Author Settings
author: Shashank Shekhar
author-img: shashank-shekhar.jpg # add your photo
about-author: I am a full stack web developer. Always hungry to keep learning. Shoot me a message, if any help needed. # add description
twitter: ashwameghsocial # add your Twitter handle
facebook: ashwameghsocial # add your Facebook handle
github: ashwamegh # add your Github handle
linkedin: ashwamegh # add your Linkedin handle
email: shashank7200@gmail.com # add your Email address
# Disqus
discus-identifier: shashank-shekhar # add your discus identifier
# Tracker
analytics: # Google Analytics
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
paginate: 8
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]