https://github.com/nexussjcet/nexussjcet
Students FOSS Club, SJCET PALAI
https://github.com/nexussjcet/nexussjcet
gitlab-pages hugo
Last synced: 25 days ago
JSON representation
Students FOSS Club, SJCET PALAI
- Host: GitHub
- URL: https://github.com/nexussjcet/nexussjcet
- Owner: nexussjcet
- License: agpl-3.0
- Created: 2021-05-30T11:33:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T10:49:46.000Z (over 4 years ago)
- Last Synced: 2025-01-14T14:11:12.921Z (10 months ago)
- Topics: gitlab-pages, hugo
- Language: HTML
- Homepage: https://nexus.sjcetpalai.ac.in/
- Size: 173 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official Webite of Nexus, SJCET
This is the official website of Nexus, SJCET. It is built using [Hugo](https://gohugo.io/),
a static site generator and deployed using [Gitlab Pages](https://docs.gitlab.com/ee/user/project/pages/).
The website aspires to be simple yet functional, the aim of which being that even someone who only has basic
knowledge in web development should be able to make any necessary changes to the website. In addition to this
it was our aim make it possible for non technical folks to be able to add content such as blog posts to this
website this is still a working progress.
## Adding Blog posts to this website.
You add blog posts to this website by adding markdown files (files ending in .md) to the contents/post folder.
Just make sure to add the relevant frontmatter at the begining of the file. You can refer to existing posts to
see the available metadata that can be added in the frontmatter.
## Testing the website locally.
- Install hugo using instructions for your operating system from this [page](https://gohugo.io/getting-started/installing/).
- Clone this repo using the following command:
```
git clone https://gitlab.com/thenexusproject/thenexusproject.gitlab.io.git
```
- Change directory to the cloned repository and run the following command:
```
hugo server -D
```
- The above command will start a development server at `localhost:1313/`. So you can open `localhost:1313/` in your browser to
view the website locally.
## Licensing
All content in this website is licensed under Creative Commons 4.0 License.

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.