Git Product home page Git Product logo

sigmanauts's Introduction

sigmanauts.com

This repository serves two purposes:

  1. It is the official repository of Ergo's Sigmanaut program, which will eventually become a decentralized, autonomous organization.

  2. There will be a general need for DAOs on ERGO to have a turn-key solution to create a website and manage important documents, proposals and other information relevant to the DAO. By cloning this repository and making a few modifications using markdown, new organizations can launch a website on github.io without a need to buy a server, design a website, etc.

Modifying the site

To add information, functionality or to reuse this website for your purposes:

  1. Install Hugo on your operating system.

  2. If not already installed, install git.

  3. If you do not already have a github account, sign-up for one.

  4. Fork this repository.

  5. Make the changes you want to add. This will typically involve one or more of the following:

    • Changing menus on the main page, by changing config.toml
    • Changing the logo, change both config.toml and add logo to /public/img/new_logo.png (square dimensions)
    • Adding a page under /content/new_file.md
  6. Preview changes after making them on your computer:

  7. Once you have checked the changes, you can create a pull request using git. From the command line it might look like the following sequence of commands:

    • $ git fetch (updates your repo)
    • $ git pull (gets new files)
    • $ git status (shows your changes)
    • $ git add filename(s)
    • $ git commit -m "Explain what you have done."
    • $ git push (sends changes to your forked repo)
  8. Once the changes are in your repository, you can then, either:

    1. Create a pull request to have your changes added to the original repository, or
    2. Use this template to create a new community website of your own

For those using this repository to create their own site, consult Hugo's Host on Github guide for creating your own site.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.