forked from ResponsiveBP/Responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (45 loc) · 1.39 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
47
48
49
50
51
52
53
54
# Allows the running of the site in a subdirectory on Github Pages
# Note - if you enable this, and attempt to view your site locally you have to
# pass the --baseurl parameter when serving as an empty string e.g jekyll serve --baseurl ''
# http://jekyllrb.com/docs/github-pages/
baseurl : "/"
# General settings
permalink: pretty
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
parse_block_html: true
gems:
- jekyll-redirect-from
defaults:
-
scope:
path: "css"
values:
layout: "subpage"
group: "css"
navgroup: "css"
type: "pages"
-
scope:
path: "javascript"
values:
layout: "subpage"
group: "javascript"
navgroup: "javascript"
type: "pages"
# Name of the website
name: Responsive
# Server
exclude: ["CNAME","node_modules","Gemfile*"]
# Meta Details
description: A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites.
keywords: "HTML, Sass, CSS, JS, JavaScript, framework, responsive, rwd, front-end, frontend, web development, boilerplate"
author: "James Jackson-South, and Responsive contributers"
# Custom variables
version: 4.1.3
buildsize : 20.3
repo: https://github.com/responsivebp/responsive
sourcefiles: https://github.com/ResponsiveBP/Responsive/archive/4.1.3.zip
release: https://github.com/ResponsiveBP/Responsive/releases/download/4.1.3/responsive.zip