-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (42 loc) · 1.03 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title: Geeky stories
author: Vlad GURDIGA
logo: /images/gravatar.jpg
description: >-
My personal blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://gurdiga.com" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /blog/:year/:month/:day/:title/
twitter_username:
github_username:
repo: https://github.com/gurdiga/gurdiga.github.io/
# Build settings
markdown: kramdown
remote_theme: "mmistakes/so-simple-theme@7c881be"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
feed:
path: atom.xml
paginate: 10 # amount of posts to show per page
paginate_path: /page:num/
exclude:
- CNAME
- Makefile
- README.md
- .viminfo
- .bash_history
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"
tag_archive_path: "/tags/#"
footer_links:
- title: GitHub
url: https://github.com/gurdiga
icon: fab fa-github-square
- title: Feed
url: atom.xml
icon: fas fa-rss-square
search_full_content: true