-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (36 loc) · 1.24 KB
/
_config.yml
File metadata and controls
40 lines (36 loc) · 1.24 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
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
email: info@davit.ie
description:
A basic Website of DavitTec using Gems jekyll and github_username
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-davit
#plugins:
# - jekyll-feed
#remote_theme: pages-themes/minimal@v0.2.0
# 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:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
# - _site
- node_modules/
- script/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/