Skip to content

Commit b3c1cdc

Browse files
authored
Merge pull request #5 from Netcentric/dynamic-content
Dynamic content
2 parents ec56988 + 3091d16 commit b3c1cdc

File tree

14 files changed

+66
-159
lines changed

14 files changed

+66
-159
lines changed

.github/workflows/npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/checkout@master
1515
with:
1616
submodules: true
17-
- name: Install dependencies
18-
run: npm ci
1917
- name: Build Hugo
2018
uses: chabad360/hugo-gh-pages@v2
2119
with:

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# netcentric.github.io
2-
3-
Netcentric Open Source Site
1+
# Netcentric Open Source Site
42

53
## To Do
64

75
- [x] Import theme
86
- [x] Create Page / Blog structure
97
- [x] Add basic NC values to configuration
108
- [x] Add NC Logo
11-
- [ ] Add some NC color touches
12-
- [ ] Add Homepage content
13-
- [ ] Add Homepage meta description
14-
- [ ] Add Homepage meta title
9+
- [x] Add Homepage content
10+
- [x] Add Homepage meta description
11+
- [x] Add Homepage meta title
1512
- [x] Add footer links back to NC site
16-
- [ ] Add link to Github Org
17-
- [ ] Add About content
18-
- [ ] Add Projects Content
19-
- [ ] Remove demo content
13+
- [x] Add link to Github Org
14+
- [x] Add About content
15+
- [x] Remove demo content
2016
- [x] Remove demo content images
17+
- [ ] Add some NC color touches
18+
- [ ] Get rid of the SAsS mixins for transforms, etc.
2119
- [ ] See if we can unused JS/CSS
2220
- [ ] Performance checks
2321

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ paginate = 6
5959
logo = "images/netcentric-logo.svg"
6060
home = "Home"
6161
# Meta data
62-
description = ""
62+
description = "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
6363
author = "Themefisher"
6464
# Google Analitycs
6565
googleAnalitycsID = "" # Your ID

content/about/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "About"
33
date: 2021-12-23T15:28:43+06:00
44
draft: false
5-
description: ""
65
layout: page
76
---
87

9-
{{% about %}}
8+
{{% about %}}

content/code-of-conduct/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Code of Conduct"
33
date: 2021-12-23T15:28:43+06:00
44
draft: false
5-
description: ""
65
layout: page
76
---
87

data/homepage.yml

Lines changed: 3 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ banner:
33
enable : true
44
title : "We ❤️ Open Source"
55
image : "images/about/book.png"
6-
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam venenatis lacinia justo, at consequat quam viverra vitae. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam non porta urna, ac pulvinar odio. Curabitur hendrerit blandit faucibus."
6+
content : "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects."
77
cta:
88
text: "Checkout our repos"
99
link: "https://github.com/orgs/Netcentric/repositories"
1010

1111
########################## Featured Projects ##############################
1212
featured:
1313
enable : true
14-
title: "Featured projects"
14+
title: "Featured Projects"
1515
featuredItem:
1616
# service item loop
1717
- title : "HTL Style Guide"
@@ -34,73 +34,8 @@ featured:
3434
######################### projects ##########################
3535
projects:
3636
enable : true
37-
title : "Might Also Interest you"
37+
title : "Our Projects"
3838
subtitle : "We have a long list of open source projects"
39-
project:
40-
41-
- title : "Pickaxe Security Scanner"
42-
content : "A fast and customizable security scan library"
43-
link : "https://github.com/Netcentric/pickaxe-security-scanner"
44-
45-
- title : "Stylelint-config"
46-
content : "Netcentric's coding and style rules for Stylelint"
47-
link : "https://github.com/Netcentric/stylelint-config"
48-
49-
- title : "NPM Package Template"
50-
content : "Template repo for NPM packages"
51-
link : "https://github.com/Netcentric/npm-package-template"
52-
53-
- title : "AEM Cloud Validator"
54-
content : "Jackrabbit FileVault validator which verifies that a package complies with the AEM as a Cloud Service deployment restrictions"
55-
link : "https://github.com/Netcentric/aem-cloud-validator"
56-
57-
- title : "Healthcheck Migration Kit"
58-
content : "Allows to migrate an AEM 6.4/6.5 instance to Felix Health Checks"
59-
link : "https://github.com/Netcentric/healthcheck-migration-kit"
60-
61-
- title : "Vault Upgrade Hook"
62-
content : "An easy way to add additional logic to the installation of content packages."
63-
link : "https://github.com/Netcentric/vault-upgrade-hook"
64-
65-
- title : "AEM Node Types"
66-
content : "Provides a CND file with all Node Types and Namespaces defined in AEM"
67-
link : "https://github.com/Netcentric/aem-nodetypes"
68-
69-
- title : "AEM Classification"
70-
content : "Validator and classification maps for AEM Content Classification"
71-
link : "https://github.com/Netcentric/aem-classification"
72-
73-
- title : "AEM Taggable Image"
74-
content : "Taggable Image Component for Adobe Experience Manager"
75-
link : "https://github.com/Netcentric/aem-taggable-image"
76-
77-
- title : "Apply Server"
78-
content : "Deploy to servers/run scripts on servers via http"
79-
link : "https://github.com/Netcentric/apply-server"
80-
81-
- title : "Maven-ext-repos-from-env"
82-
content : "Allows to auto-configure maven repositories from system environment"
83-
link : "https://github.com/Netcentric/maven-ext-repos-from-env"
84-
85-
- title : "System env install hook"
86-
content : "Elastic AEM instances made easy."
87-
link : "https://github.com/Netcentric/system-env-install-hook"
88-
89-
- title : "Cloudformation IAC"
90-
content : "CloudFormation framework for AWS based project infrastructure"
91-
link : "hhttps://github.com/Netcentric/cloudformation-iac"
92-
93-
- title : "AEMMJML"
94-
content : "mjml for Adobe Experience Manager"
95-
link : "https://github.com/Netcentric/aemmjml"
96-
97-
- title : "ProgUX"
98-
content : "A Progressive User Experience Library."
99-
link : "https://github.com/Netcentric/progux"
100-
101-
- title : "ProgUX Demo Site"
102-
content : "Documentation/marketing website for ProgUX Library"
103-
link : "https://github.com/Netcentric/progux-demo-site"
10439

10540
################################ Blog ###################################
10641
blog:
Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
// Transition
22
@mixin transition($what: all, $time: 0.2s, $how: ease-in-out) {
3-
-webkit-transition: $what $time $how;
4-
-moz-transition: $what $time $how;
5-
-ms-transition: $what $time $how;
6-
-o-transition: $what $time $how;
7-
transition: $what $time $how;
3+
transition: $what $time $how;
84
}
95

106
// Transform
117
@mixin transform($transforms) {
12-
-moz-transform: $transforms;
13-
-o-transform: $transforms;
14-
-ms-transform: $transforms;
15-
-webkit-transform: $transforms;
16-
transform: $transforms;
8+
transform: $transforms;
179
}
1810
// rotate
1911
@mixin rotate ($deg) {
2012
@include transform(rotate(#{$deg}deg));
2113
}
22-
14+
2315
// scale
2416
@mixin scale($scale) {
2517
@include transform(scale($scale));
26-
}
18+
}
2719
// translate
2820
@mixin translate ($x, $y) {
2921
@include transform(translate($x, $y));
@@ -34,9 +26,5 @@
3426
}
3527
//transform origin
3628
@mixin transform-origin ($origin) {
37-
moz-transform-origin: $origin;
38-
-o-transform-origin: $origin;
39-
-ms-transform-origin: $origin;
40-
-webkit-transform-origin: $origin;
41-
transform-origin: $origin;
29+
transform-origin: $origin;
4230
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
@import 'templates/about.scss';
2121

22+
@import 'templates/repos.scss';
23+
2224
@import 'templates/service.scss';
2325

2426
@import 'templates/testimonial.scss';
2527

26-
@import 'templates/contact.scss';
27-
2828
@import 'templates/blog.scss';
2929

3030
@import 'templates/footer.scss';

themes/influencer-hugo/assets/scss/templates/_about.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
// ABout
34-
//
34+
//
3535

3636
.about {
3737
position: relative;
@@ -56,12 +56,12 @@
5656
}
5757
}
5858

59-
// Cta
59+
// Cta
6060
.cta-home {
6161
background: #F4F7FC;
6262
}
6363

64-
.chapter-item {
64+
.repo-item {
6565
padding: 30px;
6666
box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
6767
margin-bottom: 30px;

themes/influencer-hugo/assets/scss/templates/_contact.scss

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

0 commit comments

Comments
 (0)