-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
48 lines (42 loc) · 1.29 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
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
source: "."
destination: ./docs
host: 0.0.0.0
port: 9001
baseurl: "https://davidedantonio.github.io/bee-grid"
url: "http://localhost:9001"
encoding: UTF-8
exclude:
- .git/
- .github/
- assets/scss/
- build/
- js/
- node_modules/
- scss/
- composer.json
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- README.md
# Social
title: BeeGrid
description: "A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content."
authors: "Davide D'Antonio"
# Custom variables
current_version: 1.1.0
docs_version: 1.1.0
repo: "https://github.com/davidedantonio/bee-grid.git"
github: "https://github.com/davidedantonio/bee-grid"
twitter: "https://twitter.com/davidedantonio"
download:
source: "https://github.com/davidedantonio/bee-grid/archive/master.zip"
dist: "https://github.com/davidedantonio/bee-grid/archive/v1.1.0.zip"