Skip to main content

Contributions

Add New/Update Member Profile

  • Fork this repository. (If you’ve already forked it, ignore this step.)
k4lm3d/nsg

Nousagi Gang - Gaming Group Website

HTML
1
0
  • Create a new folder with username inside of content/members and create a new index.md file, or use this command on the terminal: hugo new content members/username/index.md. (If you already have a member profile page, ignore this step.)
# File Structure
.
└── content
    └── members
        β”œβ”€β”€ _index.md
        β”œβ”€β”€ members.json      # /members/members.json
        └── username
            β”œβ”€β”€ index.md      # /members/username
            └── feature.jpg   # /members/username/feature.jpg
# ./content/members/username/index.md
---
title: 'username'
tags: ['Game']
externalUrl: "https://some-site.com"
weight: 01
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---

## Info:
- Username: username
- Position: role
- Bio: Gamer Writer Developer
- Socials:
    - [Facebook](#!)
    - [Instagram](#!)
  • Then, add/update details to content/members/members.json
# ./content/members/members.json
[
  {
    "title": "Nousagi",
    "url": "https://nousagi.onrender.com",
    "source": "https://github.com/k4lm3d/nsg",
    "tags": [
      "CyberCode Online",
      "Arclight City"
    ]
  },
  {
    "title": "Username",
    "url": "https://example.com",
    "source": "https://github.com/username",
    "tags": [
      "Game"
    ]
  }
]
  • Finally, send a pull request and 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 ping @Techie on Nousagi Gang discord server’s #support channel with your request message; or create a thread with the title Member Profile Request including your request message, and wait for a staff to do these for you.