forked from pages-themes/minimal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·37 lines (31 loc) · 946 Bytes
/
_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
37
title: Abhijeet Dhakane
tagline: PhD Data Science and Engineering
domain: abhijeetdhakane.github.io
url: https://abhijeetdhakane.github.io
description: Abhijeet Dhakane is Bredesen Center Fellow in Data Science and Engineering at the University of Tennessee
favicon: <i class="fa-solid fa-i"></i> # this is useless. Look at pngs in the `icons/` folder and change
baseurl: ""
# gems: [jekyll-paginate]
# paginate: 5
# Use of `relative_permalinks` ensures post links from the index work properly.
# permalink: "/:title"
# relative_permalinks: true
sass:
sass_dir: _sass
style: compressed
author:
name: Abhijeet Dhakane
url: https://abhijeetdhakane.github.io
email: abhirajdhakane2010-at-gmail.com
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class: 'syntax'
excerpt_separator: <!--more-->
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from