Skip to content

Commit bd66525

Browse files
committed
adjusted tagging
1 parent f36784f commit bd66525

14 files changed

+60
-12
lines changed

src/content/posts/001-welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: 'Welcome to FuryStack, Gatsby 💙'
44
author: [gallayl]
5-
tags: ['Welcome']
5+
tags: ['Announcement', 'Welcome', 'site']
66
image: img/001-welcome-cover.jpg
77
date: '2021-06-23T08:38:20.257Z'
88
draft: false

src/content/posts/002-getting-started-with-a-boilerplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: 'Getting started with the Boilerplate 🏁'
44
author: [gallayl]
5-
tags: ['Getting Started', 'boilerplate']
5+
tags: ['Getting Started', 'tutorial', 'boilerplate']
66
image: img/002-getting-started-with-a-boilerplate-cover.jpg
77
date: '2021-06-23T08:48:20.257Z'
88
draft: false

src/content/posts/003-getting-started-with-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: 'DI / IOC with @furystack/inject 💉'
44
author: [gallayl]
5-
tags: ['Getting Started', 'inject']
5+
tags: ['Getting Started', 'tutorial', 'dependency-injection', 'inject']
66
image: img/003-getting-started-with-inject-cover.jpg
77
date: '2021-06-23T08:58:20.257Z'
88
draft: false

src/content/posts/004-getting-started-with-data-stores.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ layout: post
33
title: Let's store some freaking data 📦
44
author: [gallayl]
55
tags:
6-
['Getting Started', 'core', 'filesystem-store', 'sequelize-store', 'mongodb-store', 'redis-store']
6+
[
7+
'Getting Started',
8+
'tutorial',
9+
'data-storage',
10+
'core',
11+
'filesystem-store',
12+
'sequelize-store',
13+
'mongodb-store',
14+
'redis-store',
15+
]
716
image: img/004-getting-started-with-data-stores-cover.jpg
817
date: '2021-06-23T09:58:20.257Z'
918
draft: false

src/content/posts/005-getting-started-with-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Build a business layer with a Repository
44
author: [gallayl]
5-
tags: ['Getting Started', 'repository']
5+
tags: ['Getting Started', 'tutorial', 'data-storage', 'repository']
66
image: img/005-getting-started-with-repository-cover.jpg
77
date: '2021-06-23T10:58:20.257Z'
88
draft: false

src/content/posts/006-getting-started-with-rest.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
layout: post
33
title: REST in peace
44
author: [gallayl]
5-
tags: ['Getting Started', 'rest', 'rest-service', 'rest-client-fetch', 'rest-client-got']
5+
tags:
6+
[
7+
'Getting Started',
8+
'tutorial',
9+
'rest-api',
10+
'rest',
11+
'rest-service',
12+
'rest-client-fetch',
13+
'rest-client-got',
14+
]
615
image: img/006-getting-started-with-rest-cover.jpg
716
date: '2021-06-23T12:58:20.257Z'
817
draft: false

src/content/posts/007-data-validation-with-rest-and-json-schema.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ author: [gallayl]
55
tags:
66
[
77
'Getting Started',
8+
'tutorial',
9+
'rest-api',
10+
'validation',
811
'rest',
912
'rest-service',
1013
'rest-client-fetch',

src/content/posts/008-byebye-extension-methods.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Bye-bye extension methods
44
author: [gallayl]
55
tags:
66
[
7+
'Architecture',
8+
'refactoring',
9+
'breaking-changes',
710
'FuryStack',
811
'core',
912
'filesystem-store',

src/content/posts/009-inject-refactor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: A little bit of Inject refactor
44
author: [gallayl]
5-
tags: ['inject']
5+
tags: ['Architecture', 'refactoring', 'breaking-changes', 'dependency-injection', 'inject']
66
image: img/009-inject-refactor.jpg
77
date: '2022-08-12T18:00:00.257Z'
88
draft: false

src/content/posts/010-showcase-app.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
layout: post
33
title: Showcase-time
44
author: [gallayl]
5-
tags: ['shades', 'shades-common-components', 'shades-showcase-app']
5+
tags:
6+
[
7+
'Frontend',
8+
'showcase',
9+
'ui-components',
10+
'shades',
11+
'shades-common-components',
12+
'shades-showcase-app',
13+
]
614
image: img/010-showcase-app.jpg
715
date: '2022-08-16T21:00:00.257Z'
816
draft: false

0 commit comments

Comments
 (0)