-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (27 loc) · 808 Bytes
/
_config.yml
File metadata and controls
32 lines (27 loc) · 808 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
# Site settings
title: Material Components Kit
description: >
Material Components Kit is a UI toolkit for building websites and web apps with Material Design.
Material Components Kit is built on top of Material Components for the Web and complements it with useful
components and utilities.
baseurl: /material-components-kit
url: https://www.webdenim.io
theme: jekyll-theme-webdenim
codepen_url: https://codepen.io/collection/AKaybW/
mdc_url: https://material.io/components/web/
mdg_url: https://material.io/guidelines/
repo_url: https://github.com/webdenim/material-components-kit
# Build settings
markdown: kramdown
kramdown:
auto_ids: true
incremental: true
# Plugins
plugins:
- jekyll-snippet
collections:
pages:
output: true
permalink: /:path/
# Dev Server
port: 9001