forked from sandeepved/DO280
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (26 loc) · 975 Bytes
/
_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
# Jekyll main configuration file
# See https://jekyllrb.com/docs/configuration/ to further customize this file
# Defaults settings https://jekyllrb.com/docs/configuration/#default-configuration
title: My Website
description: "A short description of your project"
url: # (optional) https://example.com, defaults to http://localhost:4000 in development
permalink: date # how your URLs are built, see https://jekyllrb.com/docs/permalinks/#builtinpermalinkstyles
# timezone: America/Los_Angeles # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
#theme: architect
#theme: cayman
# theme: dinky
#theme: hacker
#theme: leap day
#theme: merlot
#theme: midnight
theme: minima
#theme: minimal
#theme: modernist
#theme: slate
#theme: tactile
#theme: time machine
# look for themes on https://github.com/topics/jekyll-theme and https://rubygems.org/search?utf8=%E2%9C%93&query=jekyll-theme
# Files to excludes from your website
exclude:
- .gitignore
- CNAME