-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
44 lines (38 loc) · 1.51 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
# title del head
title: "eFrolic"
subtitle: "CSS framework which without using JavaScript is interactive and animated."
# description
description: "It is a CSS framework, which without using javascript is interactive and animated.
This CSS framework is based on being simple and modern in mobile first web development. Built on Flexbox bases,
focused on responsive design."
# Social
photo_profile: "/assets/images/post/profile/profile-3.jpeg"
twitter: "https://twitter.com/e_frolic"
github: "https://github.com/efrolic/css"
github_me: "https://github.com/Efraa"
facebook: "https://www.facebook.com/Efrolicss-954443128098679/"
donate: "https://www.paypal.me/efraperalta"
# CSS
css_cdn: "https://unpkg.com/[email protected]/dist/css/efrolic.min.css"
css_github: "https://efrolic.github.io/css/assets/css/dist/efrolic.min.css"
fontawesome: "https://use.fontawesome.com/releases/v5.3.1/css/all.css"
fontawesome_integrity: "sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
files_css: "/assets/download/eFrolic.zip"
files_sass: "/assets/download/eFrolic-Sass.zip"
# Config
button: anime primary
button_secondary: anime inverted primary
button_optional: anime inverted danger
button_header: anime inverted danger
text_color: rgba(0, 0, 0, .5)
bg_color: white
title_color: 1da1f2
# Page default
lang: en
ref: hello
# Build settings
version: "V0.3.1"
markdown: kramdown
url: "https://efrolic.github.io/css/"
permalink: pretty
exclude: ['node_modules', 'gulpfile.js', 'package-lock.json', 'Gemfile', 'Gemfile.lock', 'feed.xml']