-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridgetown.config.yml
25 lines (23 loc) · 985 Bytes
/
bridgetown.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
# Welcome to Bridgetown!
#
# This config file is for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec bridgetown serve'. If you change this file, please restart the
# server process.
#
# For reloadable site metadata like title, SEO description, social media
# handles, etc., take a look at src/_data/site_metadata.yml
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
baseurl: "" # OPTIONAL: the subpath of your site, e.g. /blog
url: "https://arandilopez.me" # the base hostname & protocol for your site, e.g. https://example.com
# permalink: pretty
permalink: /articles/:categories/:year/:month/:day/:title/
timezone: America/Mexico_City
pagination:
enabled: true