Skip to content

Commit 63b2945

Browse files
committed
Impor theme
1 parent 4035f79 commit 63b2945

File tree

132 files changed

+3828
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3828
-0
lines changed

.github/workflows/npm.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build Site
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
build-deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout Repo
14+
uses: actions/checkout@master
15+
with:
16+
submodules: true
17+
- name: Install dependencies
18+
run: npm ci
19+
- name: Build Hugo
20+
uses: chabad360/hugo-gh-pages@master
21+
with:
22+
githubToken: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Hugo build
2+
public
3+
14
# Logs
25
logs
36
*.log
@@ -102,3 +105,5 @@ dist
102105

103106
# TernJS port file
104107
.tern-port
108+
109+
.DS_Store

README.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# netcentric.github.io
2+
23
Netcentric Open Source Site
4+
5+
## To Do
6+
7+
- [x] Import theme
8+
- [x] Create Page / Blog structure
9+
- [x] Add basic NC values to configuration
10+
- [ ] Add NC Logo
11+
- [ ] Add some NC color touches
12+
- [ ] Add Homepage content
13+
- [ ] Add Homepage meta description
14+
- [ ] Add Homepage meta title
15+
- [ ] 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
20+
- [ ] Remove demo content images
21+
- [ ] See if we can unused JS/CSS
22+
23+
## Contribute
24+
25+
1. Clone the repository
26+
2. Create Markdown pages
27+
3. Test your content locally
28+
4. Open a PR
29+
30+
### Install Hugo
31+
32+
```bash
33+
brew install hugo
34+
# or
35+
port install hugo
36+
```
37+
38+
### Local server
39+
40+
```bash
41+
hugo server
42+
```
43+
44+
### Build locally
45+
46+
```bash
47+
hugo
48+
```

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
######################## default configuration ####################
2+
baseURL = "https://examplesite.com"
3+
languageCode = "en-us"
4+
title = "Netcentric Open Source"
5+
theme = "influencer-hugo"
6+
summaryLength = "10"
7+
paginate = 6
8+
9+
############################# Plugins ##############################
10+
[params.plugins]
11+
12+
# CSS Plugins
13+
[[params.plugins.css]]
14+
URL = "plugins/bootstrap/bootstrap.min.css"
15+
[[params.plugins.css]]
16+
URL = "plugins/slick/slick.css"
17+
[[params.plugins.css]]
18+
URL = "plugins/themify-icons/themify-icons.css"
19+
[[params.plugins.css]]
20+
URL = "plugins/magnific-popup/magnific-popup.css"
21+
22+
# JS Plugins
23+
[[params.plugins.js]]
24+
URL = "plugins/jQuery/jquery.min.js"
25+
[[params.plugins.js]]
26+
URL = "plugins/bootstrap/bootstrap.min.js"
27+
[[params.plugins.js]]
28+
URL = "plugins/slick/slick.min.js"
29+
[[params.plugins.js]]
30+
URL = "plugins/magnific-popup/magnific-popup.min.js"
31+
32+
33+
############################## navigation ###############################
34+
[menu]
35+
36+
[[menu.main]]
37+
name = "About"
38+
URL = "about"
39+
weight = 1
40+
41+
[[menu.main]]
42+
name = "Projects"
43+
URL = "projects"
44+
weight = 2
45+
46+
[[menu.main]]
47+
name = "Code of Conduct"
48+
URL = "code-of-conduct"
49+
weight = 3
50+
51+
[[menu.main]]
52+
name = "Blog"
53+
URL = "blog"
54+
weight = 4
55+
56+
57+
#################### default parameters ################################
58+
[params]
59+
logo = ""
60+
home = "Home"
61+
# Meta data
62+
description = ""
63+
author = "Themefisher"
64+
# Google Analitycs
65+
googleAnalitycsID = "" # Your ID
66+
# copyright
67+
copyright = "Netcentric, A Cognizant Digital Business"
68+
69+
# Preloader
70+
[params.preloader]
71+
enable = true
72+
preloader = "" # use .png , .svg or .gif format
73+
74+
# Navigation get start button
75+
[params.navButton]
76+
enable = false
77+
78+
# cookies
79+
[params.cookies]
80+
enable = false
81+
expire_days = 2
82+
83+
############################# Footer ########################
84+
[params.footer]
85+
content = "Netcentric is an Adobe Platinum Solution Partner with deep expertise in building scalable digital experience solutions for our clients and we love 💜 cutting-edge technology to serve our customers best. We value open source 🙌 and we closely collaborate with Adobe on shared interest projects of the Apache Software Foundation, in Adobe’s open source space and in our own space here on Github. We invite everyone to contribute and provide feedback to our open source work - get in touch with us! 🙇‍♂️ 🚀"
86+
87+
88+
############################# post share ###################
89+
[[params.share]]
90+
title = "facebook"
91+
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
92+
link = "#"
93+
94+
[[params.share]]
95+
title = "twitter"
96+
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
97+
link = "#"
98+
99+
[[params.share]]
100+
title = "linkedin"
101+
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
102+
link = "#"
103+
104+
[[params.share]]
105+
title = "github"
106+
icon = "ti-github" # themify icon : https://themify.me/themify-icons
107+
link = "#"

content/about/_index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "About"
3+
date: 2021-12-23T15:28:43+06:00
4+
draft: false
5+
description: ""
6+
layout: page
7+
---
8+
9+
This is the about page

content/blog/_index.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Blog"
3+
date: 2019-11-23T15:28:43+06:00
4+
draft: false
5+
description: "This is meta description"
6+
---
7+

content/blog/blog-post-2.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "My Awesome Blog Post"
3+
date: 2019-11-23T15:28:43+06:00
4+
draft: false
5+
6+
# post author
7+
author : "themefisher"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["New Book"]
17+
tags: ["Photos", "HTML", "Book", "New"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
23+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus natus, consectetur? Illum libero vel
24+
nihil nisi quae, voluptatem, sapiente necessitatibus distinctio voluptates, iusto qui. Laboriosam autem,
25+
nam voluptate in beatae.
26+
27+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam officiis perspiciatis, eaque porro ad
28+
facilis vel amet. Pariatur eligendi odio voluptatem provident modi eos, perferendis quas delectus.
29+
Dolore, quo. Ad.
30+
31+
32+
> A brand for a company is like a reputation for a person. You earn reputation by
33+
trying to do hard things well.
34+
35+
## We are leading industry to build your career
36+
37+
The same is true as we experience the emotional sensation of
38+
stress from our first instances of social rejection ridicule. We quickly learn to fear and thus
39+
automatically.
40+
41+
42+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel sunt, neque voluptatibus excepturi
43+
laboriosam possimus adipisci quidem dolores omnis, nemo dolore eligendi blanditiis voluptatem in,
44+
doloribus hic aperiam maiores fugit.
45+
46+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste, rerum beatae repellat
47+
tenetur incidunt quisquam libero dolores laudantium. Nesciunt quis itaque quidem, voluptatem autem eos
48+
animi laborum iusto expedita sapiente.
49+

content/blog/blog-post-3.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "My Awesome Blog Post"
3+
date: 2019-11-23T15:28:43+06:00
4+
draft: false
5+
6+
# post author
7+
author : "themefisher"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Creative"]
17+
tags: ["Photos", "HTML", "Book", "New"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
23+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus natus, consectetur? Illum libero vel
24+
nihil nisi quae, voluptatem, sapiente necessitatibus distinctio voluptates, iusto qui. Laboriosam autem,
25+
nam voluptate in beatae.
26+
27+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam officiis perspiciatis, eaque porro ad
28+
facilis vel amet. Pariatur eligendi odio voluptatem provident modi eos, perferendis quas delectus.
29+
Dolore, quo. Ad.
30+
31+
32+
> A brand for a company is like a reputation for a person. You earn reputation by
33+
trying to do hard things well.
34+
35+
## We are leading industry to build your career
36+
37+
The same is true as we experience the emotional sensation of
38+
stress from our first instances of social rejection ridicule. We quickly learn to fear and thus
39+
automatically.
40+
41+
42+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel sunt, neque voluptatibus excepturi
43+
laboriosam possimus adipisci quidem dolores omnis, nemo dolore eligendi blanditiis voluptatem in,
44+
doloribus hic aperiam maiores fugit.
45+
46+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste, rerum beatae repellat
47+
tenetur incidunt quisquam libero dolores laudantium. Nesciunt quis itaque quidem, voluptatem autem eos
48+
animi laborum iusto expedita sapiente.
49+

content/blog/blog-post.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "My Awesome Blog Post"
3+
date: 2019-11-23T15:28:43+06:00
4+
draft: false
5+
6+
# post author
7+
author : "themefisher"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Go Language"]
17+
tags: ["Photos", "HTML", "Python", "New"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
23+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus natus, consectetur? Illum libero vel
24+
nihil nisi quae, voluptatem, sapiente necessitatibus distinctio voluptates, iusto qui. Laboriosam autem,
25+
nam voluptate in beatae.
26+
27+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam officiis perspiciatis, eaque porro ad
28+
facilis vel amet. Pariatur eligendi odio voluptatem provident modi eos, perferendis quas delectus.
29+
Dolore, quo. Ad.
30+
31+
32+
> A brand for a company is like a reputation for a person. You earn reputation by
33+
trying to do hard things well.
34+
35+
## We are leading industry to build your career
36+
37+
The same is true as we experience the emotional sensation of
38+
stress from our first instances of social rejection ridicule. We quickly learn to fear and thus
39+
automatically.
40+
41+
42+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel sunt, neque voluptatibus excepturi
43+
laboriosam possimus adipisci quidem dolores omnis, nemo dolore eligendi blanditiis voluptatem in,
44+
doloribus hic aperiam maiores fugit.
45+
46+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste, rerum beatae repellat
47+
tenetur incidunt quisquam libero dolores laudantium. Nesciunt quis itaque quidem, voluptatem autem eos
48+
animi laborum iusto expedita sapiente.
49+

0 commit comments

Comments
 (0)