This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
forked from w3c/w3c-website-redesign-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (39 loc) · 1.67 KB
/
_config.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
# Site settings
title: Working in the open with W3C and Studio 24
logo: "/assets/images/w3c-s24-logo.png"
email: hello@studio24.net
description: > # this means to ignore newlines until "baseurl:"
Studio 24 is working in the open on the World Wide Web Consortium (W3C) redesign project. We plan to write a regular set
of posts informing the community of progress made, lessons learned, and sharing project documents and outputs.
baseurl: ""
url: "https://w3c.studio24.net"
theme: just-the-docs
color_scheme: nil
# Footer content appears at the bottom of every page's main content
footer_content: >
Copyright © 2020 <a href="https://studio24.net/">Studio 24</a>.
Content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. <br>
Read our <a href="/cookies">privacy and cookies notice</a>.
On Twitter: <a href="https://twitter.com/studio24">Studio 24</a> and <a href="https://twitter.com/w3c">W3C</a>.
collections:
docs:
output: true
permalink: /docs/:title/
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /updates/:title/
future: false
# Sass settings
sass:
style: compressed # nested|expanded|compact|compressed
deploy_style: compressed # nested|expanded|compact|compressed
# "deploy_style:" is used only for building the site
# (ie: not using the --watch flag)
compile_in_place: false # true|false
# If true, compiles sass directly into your jekyll source directory
# As well as your destination directory
plugins:
- jekyll-seo-tag
# Files to exclude from site build
exclude: ["README.md", "deploy.php", "Gemfile", "Gemfile.lock"]