Skip to content

Commit ce43fac

Browse files
authored
Merge pull request #21 from Netcentric/re-enable-blog
re-enable the blog
2 parents 0984e6a + 0e02baa commit ce43fac

File tree

6 files changed

+60
-12
lines changed

6 files changed

+60
-12
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ maxAge = "10s"
2424

2525
[[menu.main]]
2626
name = "Blog"
27-
URL = "https://www.netcentric.biz/insights/blog.html"
27+
URL = "blog"
2828
weight = 2
2929

3030
[[menu.main]]

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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Netcentric's coding and style rules for Stylelint"
3+
date: 2022-01-10T15: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+
We have recently released a [new open source project](https://github.com/Netcentric/stylelint-config) for all those frontend heroes out there 🎉
12+
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/).
14+
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!
16+
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)

content/blog/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Blog"
3+
date: 2019-11-23T15:28:43+06:00
4+
draft: false
5+
description: "Updates on our Github repositories"
6+
---

data/homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ projects:
3131

3232
################################ Blog ###################################
3333
blog:
34-
enable : false
34+
enable : true
3535
title : "Blog"
3636
subtitle : "Updates and milestones of our open source projects"
3737
# blog post comes from 'content/blog'

themes/influencer-hugo/assets/scss/_typography.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Version : 1.0
1313
font-style: normal;
1414
font-weight: 400;
1515
src: local(''),
16-
url('../fonts/lora-v20-latin-regular.woff2') format('woff2'),
16+
url('/fonts/lora-v20-latin-regular.woff2') format('woff2'),
1717
/* Chrome 26+, Opera 23+, Firefox 39+ */
18-
url('../fonts/lora-v20-latin-regular.woff') format('woff');
18+
url('/fonts/lora-v20-latin-regular.woff') format('woff');
1919
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
2020
}
2121

@@ -26,9 +26,9 @@ Version : 1.0
2626
font-style: normal;
2727
font-weight: 700;
2828
src: local(''),
29-
url('../fonts/lora-v20-latin-700.woff2') format('woff2'),
29+
url('/fonts/lora-v20-latin-700.woff2') format('woff2'),
3030
/* Chrome 26+, Opera 23+, Firefox 39+ */
31-
url('../fonts/lora-v20-latin-700.woff') format('woff');
31+
url('/fonts/lora-v20-latin-700.woff') format('woff');
3232
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
3333
}
3434

@@ -39,9 +39,9 @@ Version : 1.0
3939
font-style: normal;
4040
font-weight: 400;
4141
src: local(''),
42-
url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
42+
url('/fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
4343
/* Chrome 26+, Opera 23+, Firefox 39+ */
44-
url('../fonts/open-sans-v27-latin-regular.woff') format('woff');
44+
url('/fonts/open-sans-v27-latin-regular.woff') format('woff');
4545
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
4646
}
4747

@@ -52,9 +52,9 @@ Version : 1.0
5252
font-style: normal;
5353
font-weight: 600;
5454
src: local(''),
55-
url('../fonts/open-sans-v27-latin-600.woff2') format('woff2'),
55+
url('/fonts/open-sans-v27-latin-600.woff2') format('woff2'),
5656
/* Chrome 26+, Opera 23+, Firefox 39+ */
57-
url('../fonts/open-sans-v27-latin-600.woff') format('woff');
57+
url('/fonts/open-sans-v27-latin-600.woff') format('woff');
5858
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
5959
}
6060

@@ -65,9 +65,9 @@ Version : 1.0
6565
font-style: normal;
6666
font-weight: 700;
6767
src: local(''),
68-
url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'),
68+
url('/fonts/open-sans-v27-latin-700.woff2') format('woff2'),
6969
/* Chrome 26+, Opera 23+, Firefox 39+ */
70-
url('../fonts/open-sans-v27-latin-700.woff') format('woff');
70+
url('/fonts/open-sans-v27-latin-700.woff') format('woff');
7171
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
7272
}
7373

0 commit comments

Comments
 (0)