Skip to content

Commit 0f09105

Browse files
committed
Add another post
1 parent 6488edd commit 0f09105

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

content/blog/2022-01-09.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Welcome to our new open source site"
3+
date: 2022-01-09T15:28:43+06:00
4+
draft: false
5+
author:
6+
name: "Ricard Torres"
7+
url: "https://github.com/quicoto"
8+
type: "post"
9+
---
10+
11+
Netcentric is proud to have launched this microsite to showcase our open source projects and contributions 🙌
12+
13+
## What to expect?
14+
15+
We will use this as a platform to update the community on repository milestones and updates in general.
16+
17+
For now head over to our [Github Organization](https://github.com/Netcentric). Fork any repo and contribute!

content/blog/2022-01-10.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to our new open source site"
2+
title: "Netcentric's coding and style rules for Stylelint"
33
date: 2022-01-10T15:28:43+06:00
44
draft: false
55
author:
@@ -8,10 +8,18 @@ author:
88
type: "post"
99
---
1010

11-
Netcentric is proud to have launched this microsite to showcase our open source projects and contributions 🙌
11+
We have recently released a [new open source project](https://github.com/Netcentric/stylelint-config) for all those frontend heroes out there 🎉
1212

13-
## What to expect?
13+
At Netcentric we use [Stylelint](https://stylelint.io/) to ensure code quality amongst all projects when it comes to writing CSS, [SASS](https://sass-lang.com/), or [PostCSS](https://postcss.org/).
1414

15-
We will use this as a platform to update the community on repository milestones and updates in general.
15+
We have defined a set of rules as standards for all projects. Upon starting a new project the Tech Lead in charge of creating the frontend build will include this styling configuration. Hence, inheriting the Netcentric code style guidelines. And now, so can you!
1616

17-
For now head over to our [Github Organization](https://github.com/Netcentric). Fork any repo and contribute!
17+
If you don't know how, we've written a [Readme.md](https://github.com/Netcentric/stylelint-config/blob/main/README.md) for you to get started.
18+
19+
## Find any issues?
20+
21+
Pull requests are welcome! ❤️
22+
23+
## Grab it
24+
25+
👉 [Netcentric/stylelint-config](https://github.com/Netcentric/stylelint-config)

0 commit comments

Comments
 (0)