File tree 5 files changed +42
-1
lines changed
5 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 16
16
url : /events
17
17
- page : Newsletter
18
18
url : /newsletter
19
+ - page : User Stories
20
+ url : /userstories
19
21
- page : Roadmap
20
22
url : https://github.com/orgs/quarkusio/projects/13/views/1
21
23
- page : Security policy
Original file line number Diff line number Diff line change 27
27
< ul class ="submenu ">
28
28
< li > < a href ="{{site.baseurl}}/get-started " class ="{% if page.url contains '/get-started/' %}active{% endif %} "> GET STARTED</ a > </ li >
29
29
< li > < a href ="{{site.baseurl}}/guides " class ="{% if page.url contains '/guides/' %}active{% endif %} "> DOCUMENTATION</ a > </ li >
30
- < li > < a href ="{{site.baseurl}}/blog/tag/user-story/ " class ="{% if page.url contains '/user-story /' %}active{% endif %} "> USER STORIES</ a > </ li >
30
+ < li > < a href ="{{site.baseurl}}/userstories/ " class ="{% if page.url contains '/userstories /' %}active{% endif %} "> USER STORIES</ a > </ li >
31
31
< li > < a href ="{{site.baseurl}}/qtips " class ="{% if page.url contains '/qtips/' %}active{% endif %} "> "Q" TIP VIDEOS</ a > </ li >
32
32
< li > < a href ="{{site.baseurl}}/books " class ="{% if page.url contains '/books/' %}active{% endif %} "> BOOKS</ a > </ li >
33
33
</ ul >
Original file line number Diff line number Diff line change
1
+ < div class ="full-width-bg component-slim ">
2
+ < div class ="grid-wrapper click-cards ">
3
+ < div class ="width-12-12 width-12-12-m ">
4
+ </ div >
5
+
6
+ {% for post in site.tags.user-story %}
7
+ {% assign author = site.data.authors[post.author] %}
8
+ < div class ="card ">
9
+ < a href ="{{site.baseurl}}{{ post.url }} "> </ a >
10
+ < div >
11
+ < p class ="title "> {{ post.title }}</ p >
12
+ < div class ="description ">
13
+ {% if post.synopsis %}
14
+ < p > {{ post.synopsis | strip_html }}</ p >
15
+ {% else %}
16
+ < p > {{ post.content | strip_html | truncate: 200 }}</ p >
17
+ {% endif %}</ div >
18
+ < div class ="metatext "> Published Date: {{ post.date | date: '%B %d, %Y' }} < br >
19
+ Written by: {% if post.author %} {{ author.name }} {% endif %} </ div >
20
+ </ div >
21
+ </ div >
22
+ {% endfor %}
23
+
24
+ </ div >
25
+ </ div >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: base
3
+ ---
4
+
5
+ {% include title-band.html %}
6
+
7
+ {% include userstories-band.html %}
8
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : userstories
3
+ title : User Stories
4
+ subtitle : Hear from developers about their successes and challenges when using Quarkus in real-world applications to meet business requirements.
5
+ permalink : /userstories/
6
+ ---
You can’t perform that action at this time.
0 commit comments