Skip to content

Commit b897c42

Browse files
author
fabianmoronzirfas
committed
adding data to the page
The api.json is generated in the basil.js/basil.js repo
1 parent 65ef58f commit b897c42

File tree

8 files changed

+64815
-26
lines changed

8 files changed

+64815
-26
lines changed

_config.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Your awesome title
17-
email: your-email@domain.com
16+
title: Basil.js reference
17+
email: fabian.moron.zirfas@gmail.com
1818
description: > # this means to ignore newlines until "baseurl:"
19-
Write an awesome description for your new site here. You can edit this
20-
line in _config.yml. It will appear in your document head meta (for
21-
Google search results) and in your feed.xml site description.
19+
This is the genereated reference for basil.js
2220
baseurl: "" # the subpath of your site, e.g. /blog
23-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24-
twitter_username: jekyllrb
25-
github_username: jekyll
21+
url: "https://basiljs.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
22+
twitter_username: basil_js
23+
github_username: basiljs
2624

25+
sass:
26+
style: compressed
27+
sass_dir: _sass
2728
# Build settings
2829
markdown: kramdown
2930
theme: minima
@@ -32,3 +33,7 @@ gems:
3233
exclude:
3334
- Gemfile
3435
- Gemfile.lock
36+
- package.json
37+
- .bin/
38+
- lib/
39+
- node_modules/

0 commit comments

Comments
 (0)