-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (39 loc) · 964 Bytes
/
_config.yml
File metadata and controls
45 lines (39 loc) · 964 Bytes
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
# Welcome to Jekyll!
# Site settings
title: DrupalTools
email:
description:
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://drupaltools.com" # the base hostname & protocol for your site
copyright: '<a href="https://www.drupal.org">Drupal</a> is a <a href="http://drupal.com/trademark">registered trademark</a> of <a href="http://buytaert.net">Dries Buytaert</a>.'
# Build settings
markdown: kramdown
# GitHub Pages compatible settings
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git
- .github
- mcp-package
- api
# yml_files = Dir.glob("_data/projects/*.yml")
# puts "page_gen:"
# yml_files.each do |file|
# puts <<EOS
# - data: #{file.gsub("_data", "").gsub(".yml", "")}
# name: name
# template: project
# dir: projects
# index_files: false
# EOS
# end
sass:
style: "compressed"
sass_dir: _sass