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
- Host: GitHub
- URL: https://github.com/thecodingmachine/tcm-couscous-template
- Owner: thecodingmachine
- Created: 2017-01-27T14:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T19:40:24.000Z (about 9 years ago)
- Last Synced: 2025-02-16T12:30:30.098Z (over 1 year ago)
- Language: CSS
- Size: 3.68 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```