GithubHelp home page GithubHelp logo

mattjtodd / indix-radar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from indix/indix-radar

0.0 2.0 0.0 669 KB

Indix Tech Radar

Home Page: http://oss.indix.com/indix-radar/

License: GNU Affero General Public License v3.0

Shell 0.04% JavaScript 97.95% CSS 1.21% HTML 0.80%

indix-radar's Introduction

📡 Indix™ Technology Radar

The Indix™ technology radar is used to assess emerging technologies in the market and their adoption strategy. This is heavily inspired by the ThoughWorks® Radar.

Build Status

⚡ Usage

To start developing for Indix-Radar, set up the environment first.

  1. npm install [email protected] [email protected] --global
  2. curl -o- -L https://yarnpkg.com/install.sh | bash
  3. Clone the repo and cd to repo directory.
  4. yarn install

Now, each time you make a change, run Hexo's generator by using the command -

hexo clean && hexo generate && webpack

To run the development server (say, on port 6040), use the command -

hexo server -p 6040

⚡ Development

Adding a new topic

To create a new topic, add a new markdown file in source\_posts. For example, to create a new topic called "Marketing", create source\_posts\Marketing.md.

Adding data for a topic

For adding data to the "Marketing" topic, create a new YAML file in source\_data. For example, to create a data file for the "Marketing" topic, create source\_data\marketing.yml.

YAML data should be of the form -

- name: Marketing Product #1
  quadrant: Products
  ring: Hold
  isNew: true
  description: Insert description here
  opinion: Insert organization opinion here
- name: Marketing Paradigm #4
  quadrant: Paradigms
  ring: Assess
  isNew: true
  description: Insert description here
  opinion: Insert organization opinion here
- name: Marketing Concept #3
  quadrant: Concepts
  ring: Trial
  isNew: false
  description: Insert description here
  opinion: Insert organization opinion here
- name: Marketing Algorithm #6
  quadrant: Algorithms
  ring: Adopt
  isNew: false
  description: Insert description here
  opinion: Insert organization opinion here

Formatting Options

Descriptions can contain markdown and valid HTML markup! Allowed HTML tags are -

'b', 'i', 'em', 'strong', 'a', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'li', 'ul', 'br', 'p', 'u'

Heads up!

🔔 Data YAML filename should be a lowercase version of the topic markdown filename.

🔔 Each topic's data should have exactly 4 unique quadrants in total.

🔔 If your description or opinion tags start with markdown, be sure to wrap it in quotes.

⚡ Deployment

Simply run ./deploy.sh and BAM!

License

Licensed under the GNU Affero General Public License v3.

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.