-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (54 loc) · 1.04 KB
/
_config.yml
File metadata and controls
61 lines (54 loc) · 1.04 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
remote_theme: mmistakes/so-simple-theme
locale: en-US
title: "Neural Networks & Fuzzy Logic"
description: "Papers Portal."
baseurl: "/"
url: "https://bits-nnfl.github.io"
logo:
date_format: "%B %-d, %Y"
read_time: false
words_per_minute: 200
mathjax: true
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"
# Liquid
liquid:
error_mode: strict
# Build settings
permalink: /:categories/:title/
markdown: kramdown
feed:
path: atom.xml
# Search
search_full_content: true # can have performance implications for large sites, so was initially set to false
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
# Front Matter Defaults
defaults:
# Posts defaults
- scope:
path: "_posts"
type: posts
values:
layout: post
share: true
# Site Author
author:
name: Team NNFL
picture:
twitter:
links:
- title:
url:
icon:
# Footer Links
footer_links:
- title: Feed
url: atom.xml
icon: fas fa-rss-square