NobGit Docs

.NobGit

.NobGit is a special repository you can create to customize a NobGit user or organization profile with Markdown.

How it works

Create a repository named .NobGit under your user account or organization. Markdown files in that repository can hold profile content, notes, links, and other profile material.

Add a README.md file to customize the main profile page for that user or organization. NobGit uses that README as the profile introduction.

.NobGit/
  README.md
  About.md
  Projects.md
  Contact.md

Create a profile README

  1. Create a repository called .NobGit for the user or organization you want to customize.
  2. Add a README.md file.
  3. Write the profile content in Markdown.
  4. Commit and push the file to NobGit.
  5. Open the user or organization profile to review the rendered profile README.

Use NobGit Builder

You can use NobGit Builder to generate a polished README.md for a user, organization, or project profile.

After Builder creates the Markdown, copy or download it, add it to the .NobGit repository as README.md, then commit it. You can also upload the file directly through the NobGit UI.