Skip to content

Commit 5459101

Browse files
author
fabianmoronzirfas
committed
chore(scaffolding): Add some folders for gallery and tutorials
1 parent d3a038c commit 5459101

File tree

9 files changed

+15
-28
lines changed

9 files changed

+15
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After that you can just commit all the changes and push it the repo again. GitHu
2525

2626
To build these docs we are using [Node.js](https://nodejs.org/en/) and [Jekyll](https://jekyllrb.com/). You need both of them installed to develop on this.
2727

28-
In the `.bin/` folder you have the scripts to generate the files for jekyll. The entry point is `index.js`.
28+
In the `.bin/` folder you have the scripts to generate the files for the reference. The entry point is `index.js`.
2929

3030
Most of the jekyll [liquid magic](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers) happens in `./index.html`, `_includes/entry-card.html`.
3131

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h1>{{page.title}}</h1>
2727
<div class="line"></div>
2828
<div class="line"></div>
2929
</div>
30-
<!-- <div class="guidelines">
30+
<div class="guidelines">
3131
<script src="/assets/js/gridline.js" type="text/javascript"></script>
32-
</div> -->
32+
</div>
3333
</body>
3434
</html>

about/index.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
author: admin
3-
comments: false
4-
date: 2013-01-25 14:00:23+00:00
53
layout: default
6-
link: http://basiljs.ch/about/
7-
slug: about
4+
originallink: http://basiljs.ch/about/
85
title: About
9-
wordpress_id: 425
106
---
117

128
![](http://basiljs.ch/wp-content/uploads/2013/01/aboutpage.jpg)

download/index.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ author: admin
33
comments: false
44
date: 2012-11-13 23:35:22+00:00
55
layout: default
6-
link: http://basiljs.ch/download/
7-
slug: download
6+
originallink: http://basiljs.ch/download/
87
title: Download
9-
wordpress_id: 322
108
---
119

1210
## Download basil.js

gallery/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add folders with files here for the gallery

gallery/index.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
author: admin
3-
comments: false
4-
date: 2013-02-15 15:28:45+00:00
53
layout: default
6-
link: http://basiljs.ch/gallery/
7-
slug: gallery
4+
originallink: http://basiljs.ch/gallery/
85
title: Gallery
9-
wordpress_id: 475
106
---
117

12-
No Content Found
8+
{% for page in site.pages %}
9+
{% if page.type == 'project' %}
10+
- {{page.title}}
11+
{% endif %}
12+
{% endfor %}

support/index.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
author: admin
3-
comments: false
4-
date: 2013-06-12 11:36:37+00:00
53
layout: default
6-
link: http://basiljs.ch/support/
7-
slug: support
4+
originallink: http://basiljs.ch/support/
85
title: Support
9-
wordpress_id: 652
106
---
117

128
## Check the reference and provided material

tutorials/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add new folders with markdown files here for tutorials

tutorials/index.markdown

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
---
22
author: admin
3-
comments: true
4-
date: 2012-11-05 09:57:36+00:00
53
layout: default
6-
link: http://basiljs.ch/tutorials/
7-
slug: tutorials
4+
originallink: http://basiljs.ch/tutorials/
85
title: Tutorials
9-
wordpress_id: 205
106
---
117

12-
No Content Found

0 commit comments

Comments
 (0)