-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
72 lines (61 loc) · 2.11 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
64
65
66
67
68
69
70
71
72
# Site settings
title: Dunders | A Starter Theme for Jekyll # put your blog title
description: Faster to start a new Jekyll theme # put your description for your amazing blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site e.g. https://woliveiras.com.br
language: "" # language to set into html tag, default is en
paginate: 5 # Number of posts on each page
paginate_path: "/page/:num" # links format for pagination
date_format: "%b %-d, %Y" # dateformat of reading list, post date, and more
permalink: /:title/ # use to url friendly
timezone: # timezone to show in yout sire
display-author-front-page: # True if you need show author name and site on home page
display-author-post-page: true # Very usual for guest posts and the infos of author are writen in header of post.md, by default show infos of user settings
# Useful for translating into other languages.
var_on_the_web: On the web
var_read: Continue...
var_newer: Newers
var_older: Olders
var_next_post: Next
var_previous_post: Previous
var_less_than_a_minute_read: < 1 min read
var_min_read: min read # Text after reading time. Example: 5 min read.
var_post_by: Writed by
var_guest_post_by: Guest post by
var_your_email: Your mail
var_your_message: Your message
var_page_indicator: Page
var_page_indicator_separator: of
# User settings
author: dunders # put your name or a name of principal author of site/blog
email: dunders@dunders.com
twitter_username: dunders
github_username: dunders
gplus_username: dunders
disqus_shortname: dunders-website
# Navigation menu
links:
- title: Home
url: /
- title: About Me
url: /about
- title: Archive
url: /archive
- title: Contact
url: /contact
- title: Categories
url: /categories
# Build settings
markdown: kramdown
highlighter: rouge
sitemap: true # Generate sitemap.xml
feed:
path: atom.xml
sass:
sass_dir: _sass
style: compressed
## For more settings: https://jekyllrb.com/docs/configuration/
# exclude files if no need build
exclude: ['package.json', 'node_modules', 'README.md', 'LICENSE']
# Gems
gems: [jekyll-paginate, jekyll-sitemap, jekyll-feed]