-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (54 loc) · 1.55 KB
/
_config.yml
File metadata and controls
61 lines (54 loc) · 1.55 KB
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
title: DavitTec
domain: davittec.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://davittec.github.io # the base hostname and protocol for your site, e.g. http://example.com
baseurl: "" # place folder name if the site is served in a subfolder
timezone: Europe/Berlin
markdown: kramdown
email: info@davit.ie
description:
A basic Website of DavitTec using Gems jekyll and github_username
minima.You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
twitter_username: _davit
github_username: DavitTec
theme: jekyll-theme-minimal
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
#remote_theme: pages-themes/minimal@v0.2.0
include:
- ".htaccess"
- _redirects
- _pages
collections:
projects:
output: true
permalink: /ourwork/:path/
aboutus:
output: true
permalink: /:path/
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- wp-content
- Makefile
- config.rb
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- jekyll-theme-minimal.gemspec
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/