Skip to content

Commit fa8f373

Browse files
authored
Merge pull request #20 from Netcentric/remove-blog
Remove blog
2 parents 8a2857e + 7497f27 commit fa8f373

File tree

25 files changed

+1609
-138
lines changed

25 files changed

+1609
-138
lines changed

.github/workflows/npm.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v2
1515
with:
1616
submodules: true
17+
- name: Install dependencies
18+
run: npm ci
1719
- name: Build Hugo
18-
uses: chabad360/hugo-gh-pages@v2
20+
uses: chabad360/hugo-gh-pages@master
1921
with:
20-
githubToken: ${{ secrets.GITHUB_TOKEN }}
22+
githubToken: ${{ secrets.GITHUB_TOKEN }}

config.toml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,25 @@ maxAge = "10s"
1818
[menu]
1919

2020
[[menu.main]]
21-
name = "About"
22-
URL = "about"
21+
name = "Projects"
22+
URL = "https://github.com/orgs/Netcentric/repositories"
2323
weight = 1
2424

2525
[[menu.main]]
26-
name = "Projects"
27-
URL = "https://github.com/orgs/Netcentric/repositories"
26+
name = "Blog"
27+
URL = "https://www.netcentric.biz/insights/blog.html"
2828
weight = 2
2929

3030
[[menu.main]]
31-
name = "Code of Conduct"
32-
URL = "code-of-conduct"
31+
name = "About"
32+
URL = "about"
3333
weight = 3
3434

3535
[[menu.main]]
36-
name = "Blog"
37-
URL = "blog"
36+
name = "Code of Conduct"
37+
URL = "code-of-conduct"
3838
weight = 4
3939

40-
4140
#################### default parameters ################################
4241
[params]
4342
logo = "images/netcentric-logo.svg"
@@ -49,6 +48,10 @@ author = "Themefisher"
4948
text = "Netcentric, A Cognizant Digital Business"
5049
link = "https://www.netcentric.biz/"
5150

51+
[params.social]
52+
twitter = "https://twitter.com/NetcentricHQ"
53+
linkedin = "https://www.linkedin.com/company/netcentric-a-cognizant-digital-business/"
54+
5255
# Preloader
5356
[params.preloader]
5457
enable = true

content/blog/2022-01-09.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/blog/2022-01-10.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/blog/_index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

data/homepage.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
########################## Banner #############################
22
banner:
33
enable : true
4-
title : "We ❤️ Open Source"
5-
image : "images/about/book.png"
64
content : "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects."
75
cta:
86
text: "Checkout our repos"
@@ -33,7 +31,14 @@ projects:
3331

3432
################################ Blog ###################################
3533
blog:
36-
enable : true
34+
enable : false
3735
title : "Blog"
3836
subtitle : "Updates and milestones of our open source projects"
3937
# blog post comes from 'content/blog'
38+
39+
################################ Blog ###################################
40+
careers:
41+
enable : true
42+
title : "Careers"
43+
subtitle : "Like what you see? We're hiring!"
44+
url: "https://www.netcentric.biz/jobs.html"

netlify.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)