Giter VIP home page Giter VIP logo

governance.foundation's Introduction

Governance Foundation

build_status github license github issues github last commit github repo size Gitter Gitter Keybase

Research and synthesize governance practices. Develop next-generation governance technology that will enable systemic governance in organizations by focusing on managing spectrum from data and knowledge.

Updating this Repo

You can update this repo using your favorite IDE or use a web based editor

Markdown Cheatsheet

When creating pages in this repo use the markdown syntax, you can find syntax here:

Icons

Icons can be selected form here Fontawesome

Getting Started

  • setup ruby

  • install dependecies run

./install.sh
  • run server while editing
./serve.sh

On Windows

On windows, for best results use docker for everything.

#POWERSHELL
docker run -it --rm -p 4000:4000 -p 35729:35729 -v ${pwd}:/build/source:rw aemdesign/centos-java-buildpack bash --login

cd source/
rvm install "ruby-2.6.3"
gem install jekyll bundler jemoji nokogiri -n /usr/local/bin
bundle install
bundle exec jekyll serve --host 0.0.0.0 --livereload --force_polling

Google Ads

Config is located in _data/advertising.yml html should not need to be changed and located in _includes/adds/adsense.html

Project Structure Description

Following is the description of important sections in the project.

  • assets - folder for all assets that appear on the site
  • _posts - location for all Blog posts, add your markdown here and create a subfolder in assests for all your images etc
  • _layouts - templates for pages
  • _pages - admin pages for site
  • _data - data config for page modules
  • _config.yml - primary config for whole site

Additional Notes

  • all items with _ (underscore) are essentially hidden.
  • to add new sections and items to navigation _config.yml and _data/navigation.yml should be updated

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.