-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (58 loc) · 1.31 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
51
52
53
54
55
56
57
58
59
60
61
62
63
lang: en-US
title: Noe Mtz
email: [email protected]
description:
baseurl: # the optional subpath of your site, e.g. "/blog"
url: # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
author:
name: neo-lestat
twitter: neo_lestat
picture:
twitter_username: neo_lestat
github_username: neo-lestat
#logo: /assets/icons/basically-basic-logo-light.svg
logo: /assets/icons/java-logo.svg
remote_theme: mmistakes/jekyll-theme-basically-basic
plugins: # previously gems
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
# Jekyll Feed
feed:
path: atom.xml
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Collections
collections:
projects:
output: true
permalink: /:collection/:path/
# Front Matter Defaults
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: post
read_time: true
# _recipes
- scope:
path: "_projects"
type: projects
values:
layout: post
read_time: true