-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (24 loc) · 842 Bytes
/
Copy path_config.yml
File metadata and controls
29 lines (24 loc) · 842 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
# SITE CONFIGURATION
baseurl: "/kanji"
url: "https://sylhare.github.io/"
title: Kanji radicals
description: Japanese radicals presented as learning cards.
author: Sylhare
lang: en
# SEO and Social Media
social:
name: Sylhare
links:
- https://github.com/sylhare/kanji
# Default Open Graph image
og_image: /assets/img/meta.png
google_analytics: "G-YPX3TXS4S4"
# BUILD SETTINGS
sass:
style: compressed
plugins: [ jekyll-seo-tag ]
exclude: [ ".jekyll-cache", "Gemfile", "Gemfile.lock", "*.gemspec", "*.gem", ".idea",
"resources", "LICENSE", "README.md", "node_modules", "node_modules/**",
"radical-selector/node_modules", "radical-selector/node_modules/**",
"radical-selector/server/node_modules", "radical-selector/server/node_modules/**",
"assets/js/gulp", ".sass-cache/", "vendor/*" ]