Visit groupincome.org
A group income
(n) is a fair income sharing mechanism that allows groups to provide their members with a basic income. To provide a basic income to its members, a group will need:
- sufficient monetizeable value
- the right mindset
- Website: groupincome.org
- Twitter: @Group_Income
This project uses Hexo to generate the HTML from the index.md
files inside /source
! So if you want to translate or update this webpage, __please focus on index.md
.
Make sure to work in a named branch. See CONTRIBUTING.md
for details.
If you haven't already, you'll need to install Hexo. Some optional dependencies were causing a "Module version mismatch" error, so we recommend using the --no-optional
tag and --save
-ing that preference to hexo's package.json
:
npm install hexo -g --no-optional --save
Clone the website repo & install dependencies:
$ git clone https://github.com/okTurtles/groupincome.org.git
$ cd groupincome.org/
$ npm install
To generate static files from /source
:
$ hexo generate
To run the Hexo server:
$ hexo server
The Hexo server will watch for file changes/additions and update automatically, so it's not necessary to restart the server to see most changes. However, if you install or update Hexo plugins or make changes to either _config.yml
file, you'll need to restart the server to see the changes.