forked from Appdynamics/jekyll-rtd-theme
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config-dev.yml
71 lines (58 loc) · 1.35 KB
/
_config-dev.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
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
62
63
64
65
66
67
68
69
70
71
title: jekyll-theme-read-the-docs
description: Read the Docs like Jekyll Theme for GitHub Pages
theme: null
google:
site_verification: ChPjQbKFflPAwOF9uuYRLEodZBgPjW5CISg0gSsViN0
mouseflow:
project_api_key: 11a6acbb-5bc8-41ac-b415-731ab78f77e0
posthog:
project_api_key: phc_f6FrCZbt951cotQoYFi5VAS7KYpyCnpgRcbknlMwBDs
telemetry:
app_id: CB7D497B-DC8A-4C75-B5FD-00AAA1F60E41
umami:
website_id: 7670b311-8c77-45fb-a36d-6fecf59bbdac
readme_index:
with_frontmatter: true
plugins:
- jemoji
- jekyll-avatar
- jekyll-mentions
- jekyll-github-metadata
exclude:
- .bash
- .github
- .vscode
- .yarn
- CNAME
- Gemfile
- Gemfile.lock
- jekyll-theme-read-the-docs.gemspec
- LICENSE
- Makefile
- node_modules
- package-lock.json
- package.json
- Pipfile
- Pipfile.lock
- requirements.txt
- webpack.config.js
- yarn.lock
# Dev
# ------------------------------------------------------------------------------
debug:
compress: true
dist: false
shortcodes: true
url: http://127.0.0.1:4000
sass:
# Troubleshooting Jekyll errors
# See <https://primer.style/css/getting-started#troubleshooting-jekyll-errors>
# implementation: sass-embedded
# Where sass should look for other scss
load_paths:
- _sass/
- node_modules/
# Where you keep your scss files
sass_dir: assets/css/
style: compressed
verbose: true