From bab0628b84f8a538a3d120078174979e8d64d6a3 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 17 Apr 2016 11:51:56 -0700 Subject: [PATCH] Initial commit of Hexo build & Minos theme. Configured theme. Created homepage, favicon, /_drafts, FAQ. Removed default theme. Updated "Contributing" in README. --- .gitignore | 7 ++++ README.md | 6 +++ _config.yml | 71 ++++++++++++++++++++++++++++++++++ package.json | 19 +++++++++ scaffolds/draft.md | 4 ++ scaffolds/page.md | 4 ++ scaffolds/post.md | 5 +++ source/FAQ/index.md | 14 +++++++ source/_drafts/hello-world.md | 38 ++++++++++++++++++ source/favicon.ico | Bin 0 -> 1150 bytes source/index.md | 13 +++++++ 11 files changed, 181 insertions(+) create mode 100644 .gitignore create mode 100644 _config.yml create mode 100644 package.json create mode 100644 scaffolds/draft.md create mode 100644 scaffolds/page.md create mode 100644 scaffolds/post.md create mode 100644 source/FAQ/index.md create mode 100644 source/_drafts/hello-world.md create mode 100644 source/favicon.ico create mode 100644 source/index.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..063b0e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +Thumbs.db +db.json +*.log +node_modules/ +public/ +.deploy*/ \ No newline at end of file diff --git a/README.md b/README.md index 347dbed..fc592e4 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ A `group income` ___(n)___ is a fair income sharing mechanism that allows groups - Website: __[groupincome.org](http://groupIncome.org)__ - Twitter: __[@Group_Income](https://twitter.com/Group_Income)__ + +### Contributing + +__This project uses [Hexo](https://hexo.io/) to generate the HTML from the `index.md` files inside `/source`!__ + +So if you want to translate this webpage, or update it, __please focus on `index.md` files.__ diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..9b7f78a --- /dev/null +++ b/_config.yml @@ -0,0 +1,71 @@ +# Hexo Configuration +## Docs: https://hexo.io/docs/configuration.html +## Source: https://github.com/hexojs/hexo/ + +# Site +title: Group Income +subtitle: Voluntary Automated Decentralized Basic Income +description: +author: okTurtles Foundation +language: en +timezone: + +# URL +## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' +url: http://groupcurrency.org +root: / +permalink: :title/ +permalink_defaults: + +# Directory +source_dir: source +public_dir: public +tag_dir: tags +archive_dir: archives +category_dir: categories +code_dir: downloads/code +i18n_dir: :lang +skip_render: README.md + +# Writing +new_post_name: :title.md # File name of new posts +default_layout: page +titlecase: false # Transform title into titlecase +external_link: true # Open external links in new tab +filename_case: 0 +render_drafts: false +post_asset_folder: false +relative_link: false +future: true +highlight: + enable: true + line_number: true + auto_detect: false + tab_replace: + +# Category & Tag +default_category: uncategorized +category_map: +tag_map: + +# Date / Time format +## Hexo uses Moment.js to parse and display date +## You can customize the date format as defined in +## http://momentjs.com/docs/#/displaying/format/ +date_format: YYYY-MM-DD +time_format: HH:mm:ss + +# Pagination +## Set per_page to 0 to disable pagination +per_page: 10 +pagination_dir: page + +# Extensions +## Plugins: https://hexo.io/plugins/ +## Themes: https://hexo.io/themes/ +theme: minos + +# Deployment +## Docs: https://hexo.io/docs/deployment.html +deploy: + type: diff --git a/package.json b/package.json new file mode 100644 index 0000000..24e8345 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "hexo-site", + "version": "0.0.0", + "private": true, + "hexo": { + "version": "3.2.0" + }, + "dependencies": { + "hexo": "^3.2.0", + "hexo-generator-archive": "^0.1.4", + "hexo-generator-category": "^0.1.3", + "hexo-generator-index": "^0.2.0", + "hexo-generator-tag": "^0.2.0", + "hexo-renderer-ejs": "^0.2.0", + "hexo-renderer-stylus": "^0.3.1", + "hexo-renderer-marked": "^0.2.10", + "hexo-server": "^0.2.0" + } +} \ No newline at end of file diff --git a/scaffolds/draft.md b/scaffolds/draft.md new file mode 100644 index 0000000..498e95b --- /dev/null +++ b/scaffolds/draft.md @@ -0,0 +1,4 @@ +--- +title: {{ title }} +tags: +--- diff --git a/scaffolds/page.md b/scaffolds/page.md new file mode 100644 index 0000000..f01ba3c --- /dev/null +++ b/scaffolds/page.md @@ -0,0 +1,4 @@ +--- +title: {{ title }} +date: {{ date }} +--- diff --git a/scaffolds/post.md b/scaffolds/post.md new file mode 100644 index 0000000..1f9b9a4 --- /dev/null +++ b/scaffolds/post.md @@ -0,0 +1,5 @@ +--- +title: {{ title }} +date: {{ date }} +tags: +--- diff --git a/source/FAQ/index.md b/source/FAQ/index.md new file mode 100644 index 0000000..8c97d40 --- /dev/null +++ b/source/FAQ/index.md @@ -0,0 +1,14 @@ +--- +title: FAQ +--- + +## What is the minimum size for a group? + +There is no minimum size for a group, so long as the group can meet its basic income. Two individuals could form a group, and even a single individual with sufficient resources could provide their own basic income. + + +## How can I do this today? + +- Establish a group +- Decide on a basic income amount +- Implement Group Income going forward \ No newline at end of file diff --git a/source/_drafts/hello-world.md b/source/_drafts/hello-world.md new file mode 100644 index 0000000..c090297 --- /dev/null +++ b/source/_drafts/hello-world.md @@ -0,0 +1,38 @@ +--- +title: Hello World +--- +Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). + +## Quick Start + +### Create a new post + +``` bash +$ hexo new "My New Post" +``` + +More info: [Writing](https://hexo.io/docs/writing.html) + +### Run server + +``` bash +$ hexo server +``` + +More info: [Server](https://hexo.io/docs/server.html) + +### Generate static files + +``` bash +$ hexo generate +``` + +More info: [Generating](https://hexo.io/docs/generating.html) + +### Deploy to remote sites + +``` bash +$ hexo deploy +``` + +More info: [Deployment](https://hexo.io/docs/deployment.html) diff --git a/source/favicon.ico b/source/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..eec2d80087fce0a67683e90c9da6ba1ec165c528 GIT binary patch literal 1150 zcmbVMO=uHA6kfrbm*P)*s`c+s4~n4RNm1|OMZ9?MP=tb|wxCrkf(VKQ@ur9+inTVa zR;*Ugh@hg;^j}Mp#+s&0)1);`HUHV2-PzAKGrL8^lP}Ed%=hMd-}|y&dDb@HuDCfr8JgkAJMZoml!}b#Th9s{UZjkZA;<@r=FpSw1v4k zmaX!-n+{`pum{ZM(k~}kyV^<8IvV?oJXf(S;i0&k26N&cnCeHz@|5B`ak!pBX|@xk z@HHUPhT`{|FqQ`>0k)!JIyqcS4x=&tX$5C=E;CpM7QKxm<^3__hd$qn{CF#JV@)y^ zO9#MMR&rXX4$bj^Tw8@1WQR_IWy5kG&DyB)0EwasZx&)G$GpgmU%*e&0BP-wyh48_ zDi0JwS5Thok!xG#%CX}?8GR9vw+%~`4e}ON9=8^Uv1{@vW-@d&@?}RFAaW393V`hR zONLgzDc6j1Fs|0#%p5jMbRv*TV^0T%FJ=+{6nH5i&$|2@qZW=lS9Q~gFYM~#7%Im* z5Xh(G{&K*?p~noluPrcA?DQUJ}P3-d|U3h3mr>_V=h73!kyzqqlCxudy>g=q&nzaa6b4NR`z6g{&iuWRY^e zW8g*9?O`W#(Wm7Fu;RQ>!+F1js&*Z{5etjNNfc~640Eg_?xg`I5g{&2_OV+5th~D? bXrYE`v7R_$Y`t%w>zmRQz2W{3{O|WSrg5FJ literal 0 HcmV?d00001 diff --git a/source/index.md b/source/index.md new file mode 100644 index 0000000..fdd5b63 --- /dev/null +++ b/source/index.md @@ -0,0 +1,13 @@ +# Group Income + +A `Group Income` **_(n)_** is a fair income sharing mechanism that allows groups to provide their members with a **[basic income](https://en.wikipedia.org/wiki/Basic_income)**. + +# Coming Soon! + +Detailed information about Group Income will be posted here soon. + +Can't wait? Here's what you can do in the meantime: + +- Follow **[@Group_Income](https://twitter.com/Group_Income)** (and enable notifications). +- Start or join a discussion on **[the forum](https://forums.okturtles.com/index.php?board=9.0)**. +- Sign up for the [okTurtles newsletter](https://okturtles.com) (scroll to the bottom).