An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/tcm-couscous-template

A Couscous.io template for Open-Source projects by TheCodingMachine
https://github.com/thecodingmachine/tcm-couscous-template

Last synced: 3 months ago
JSON representation

A Couscous.io template for Open-Source projects by TheCodingMachine

Awesome Lists containing this project

README

          

TheCodingMachine Couscous template
==================================

This package contains a [Couscous template](http://couscous.io/templates.html) used by many [TheCodingMachine](https://www.thecodingmachine.com) open-source projects.

Sample project using this template: https://thecodingmachine.github.io/discovery

Note: to use this template, in your `couscous.yml` file, you must add:

```yml
template:
url: https://github.com/thecodingmachine/tcm-couscous-template.git

scripts:
after:
- cd .couscous/generated && npm install && npm run build
```

Google analytics integration
----------------------------

Simply add your tracking ID in the `couscous.yml` file

```yml
google_analytics: UA-XXXXXXXX-X
```