File tree 14 files changed +48
-21
lines changed
14 files changed +48
-21
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
3
title : Foss4g NA 2013
4
- category : event
4
+ category : events
5
5
6
6
excerpt : Great Foss4g NA event for 2013
7
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
3
title : Feb 20th 2013 - LizardTech
4
- category : cugos_meetings
4
+ category : meetings
5
5
6
6
excerpt : Feb 2013 CUGOS Monthly Meeting at LizardTech (6pm)
7
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
3
title : Presentation1
4
- category : presentation
4
+ category : presentations
5
5
6
6
excerpt : Short text about presentation
7
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
3
title : ProjFinder
4
- category : project
4
+ category : projects
5
5
6
+ permalink : /projects/projfinder
6
7
excerpt : Projection Finder project used for code sprints with CUGOS
7
8
---
8
9
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : post
3
3
title : Migrate CUGOS website to Jekyll on GitPages
4
- category : project
4
+ category : projects
5
5
6
+ permalink : /projects/jekyll
6
7
excerpt : Migrating the CUGOS website to GitPages on GitHub with Jekyll
7
8
---
8
9
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : default
3
3
title : About
4
- weight : 6
4
+ weight : 7
5
+ permalink : /
5
6
---
6
7
7
8
About
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Blog
4
- weight: 3
4
+ weight: 4
5
+ permalink: /
5
6
---
6
7
7
8
< h2 > Blog</ h2 >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Contact
4
- weight: 7
4
+ weight: 8
5
+ permalink: /
5
6
---
6
7
7
8
< p class ="lead ">
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Events
4
- weight: 1
4
+ weight: 2
5
+ permalink: /
5
6
---
6
7
7
8
< h2 > Events</ h2 >
8
- {% for event in site.categories.event %}
9
+ {% for event in site.categories.events %}
9
10
< div class ="row ">
10
11
< div class ="span12 ">
11
12
< div class ="event ">
Original file line number Diff line number Diff line change 3
3
title: Home
4
4
---
5
5
6
- {% for meeting in site.categories.cugos_meetings limit: 1 %}
6
+ {% for meeting in site.categories.meetings limit: 1 %}
7
7
< div class ="alert alert-info ">
8
8
< h4 > Next CUGOS meeting: < a style ="color:black; " href ={{ meeting.url }} > {{ meeting.title }}</ a > </ h4 >
9
9
</ div >
@@ -18,7 +18,7 @@ <h2 style="color:white;">CUGOS in Action</h2>
18
18
< div class ="row ">
19
19
< div class ="span4 ">
20
20
< h2 > Upcoming Events</ h2 >
21
- {% for event in site.categories.event limit: 2 %}
21
+ {% for event in site.categories.events limit: 2 %}
22
22
< div class ="event ">
23
23
< h4 > < a href ={{ event.url }} > {{ event.title }}</ a > </ h4 >
24
24
< span class ="date "> {{ event.date | date_to_string }}</ span >
@@ -38,10 +38,9 @@ <h4><a href={{ blog.url }}>{{ blog.title }}</a></h4>
38
38
</ div >
39
39
< div class ="span4 ">
40
40
< h2 > Latest Projects</ h2 >
41
- {% for project in site.categories.project limit: 2 %}
41
+ {% for project in site.categories.projects limit: 2 %}
42
42
< div class ="project ">
43
43
< h4 > < a href ={{ project.url }} > {{ project.title }}</ a > </ h4 >
44
- < span class ="date "> {{ project.date | date_to_string }}</ span >
45
44
< div class ="entry "> {{ project.excerpt }}</ div >
46
45
</ div >
47
46
{% endfor %}
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ title: Meetings
4
+ weight: 1
5
+ permalink: /
6
+ ---
7
+
8
+ < h2 > CUGOS Meetings</ h2 >
9
+ {% for meeting in site.categories.meetings %}
10
+ < div class ="row ">
11
+ < div class ="span12 ">
12
+ < div class ="event ">
13
+ < h3 > < a href ={{ meeting.url }} > {{ meeting.title }}</ a > </ h3 >
14
+ < span class ="date "> {{ meeting.date | date_to_string }}</ span >
15
+ < div class ="entry "> {{ meeting.content }}</ div >
16
+ </ div >
17
+ </ div >
18
+ </ div >
19
+ {% endfor %}
20
+
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: People
4
- weight: 5
4
+ weight: 6
5
+ permalink: /
5
6
---
6
7
7
8
< h2 > People</ h2 >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Presentations
4
- weight: 2
4
+ weight: 3
5
+ permalink: /
5
6
---
6
7
7
8
< h2 > Presentations</ h2 >
8
- {% for presentation in site.categories.presentation %}
9
+ {% for presentation in site.categories.presentations %}
9
10
< div class ="row ">
10
11
< div class ="span12 ">
11
12
< div class ="presentation ">
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
title: Projects
4
- weight: 4
4
+ weight: 5
5
+ permalink: /
5
6
---
6
7
7
8
< h2 > Projects</ h2 >
8
- {% for project in site.categories.project %}
9
+ {% for project in site.categories.projects %}
9
10
< div class ="row ">
10
11
< div class ="span12 ">
11
12
< div class ="project ">
12
13
< h3 > < a href ={{ project.url }} > {{ project.title }}</ a > </ h3 >
13
- < span class ="date "> {{ project.date | date_to_string }}</ span >
14
- < div class ="entry "> {{ project.content }}</ div >
14
+ < div class ="entry "> {{ project.excerpt }}</ div >
15
15
</ div >
16
16
</ div >
17
17
</ div >
You can’t perform that action at this time.
0 commit comments