Skip to main content

Contributions

Table of Contents

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
---

![image](#link)

## 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.jpg filename 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.jpg as 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 πŸ™