Skip to content

Commit 8aac38c

Browse files
committed
Adds new blog post
1 parent 420f739 commit 8aac38c

File tree

7 files changed

+179
-195
lines changed

7 files changed

+179
-195
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unsafe= true
1414
[caches]
1515
[caches.getjson]
1616
dir = ":cacheDir/:project"
17-
maxAge = "10s"
17+
maxAge = "120s"
1818

1919
############################# Plugins ##############################
2020
[params.plugins]

content/blog/2022-09-29.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "How to use the Cognizant Netcentric Frontend Build for your side projects"
3+
date: 2022-09-29T08:00:00+06:00
4+
draft: false
5+
author:
6+
name: "Ricard Torres"
7+
url: "https://ricard.dev/"
8+
type: "post"
9+
---
10+
11+
We have recorded a short video to showcase how you can use our [FE Build](https://github.com/Netcentric/fe-build/) on any side project (outside of AEM).
12+
13+
{{< youtube qKQf031aTyA >}}
14+
15+
## About Netcentric Open Source Projects
16+
17+
The FE Build, as other projects in the [Cognizant Netcentric open source space](https://github.com/Netcentric), is the result of the effort of your colleagues at Cognizant Netcentric. Anyone can be part of it and help to make it better. If you find an issue, please don't hesitate and [open an issue](https://github.com/Netcentric/fe-build/issues) in Github. Or, even better, open a pull request and start [contributing](https://github.com/Netcentric/fe-build/blob/main/docs/CONTRIBUTING.md) to our open source projects ❤️.

0 commit comments

Comments
 (0)