Add New/Update Member Profile
STEP 1
Fork this repository
If you’ve already forked it, ignore this step.
STEP 2
Create a new folder with your-username inside of content/members directory
See the file structure
.
βββ content
βββ members
βββ _index.md
βββ members.json
βββ your-username
βββ index.md
βββ feature.jpg
Replace ‘your-username’ with your actual username.
STEP 3
Create a new index.md file
If you’ve already have a member profile page, ignore this step.
Tip
If you have Hugo installed on your terminal, you can easily do steps 2 and 3 by using this command:
hugo new content members/your-username/index.md
STEP 4
Inside of your index.md, Add and/or Update this code below:
---
title: 'username'
tags: ['Game']
weight: 01
layoutBackgroundHeaderSpace: false
---

## Info:
- Username: username
- Bio: Gamer Writer Developer
- Socials:
- [Facebook](#!)
- [Instagram](#!)Add feature or background images (Optional)
- You can change the default background of your members profile page by adding an image with
background.jpgfilename to your folder (./content/members/your-username). - You can also change the default feature image of your profile page by doing the same. Just use
feature.jpgas your filename.
STEP 5
Finally, commit all your changes and send a pull request. Please wait for it to be approved.
Request to Add/Update Member Profile
If you donβt know how to code and don’t want to do all these, you can simply create a thread on NSG’s Discord server #support channel with your request message and wait for server staff to assist you.
Tip
Be specific with your thread title.
Spacial Thanks π
- Hugo (static site generator)
- Blowfish by Nuno Coraco (π₯ Hugo theme)
- GitHub (code hosting)
- Render (deployment handling)
- Open-Domains (free subdomains)
- Auto Creative (GIF banners)
- Google Gemini (creative writing)
- Dola, formerly Cici (background images)
- ChatGPT (help fix stuff)
- and to all the developers who made this website possibly all-free π§‘

