Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovac/ovac-couscous-template
A template for couscous generated webpages from markdown documentation.
https://github.com/ovac/ovac-couscous-template
couscous documentation ghana nigeria ovac ovac4u template
Last synced: about 1 month ago
JSON representation
A template for couscous generated webpages from markdown documentation.
- Host: GitHub
- URL: https://github.com/ovac/ovac-couscous-template
- Owner: ovac
- License: mit
- Created: 2017-08-21T15:52:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T00:01:28.000Z (over 7 years ago)
- Last Synced: 2024-04-14T10:08:01.830Z (9 months ago)
- Topics: couscous, documentation, ghana, nigeria, ovac, ovac4u, template
- Language: HTML
- Homepage: https://www.ovac4u.com/ovac-couscous-template
- Size: 4.86 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OVAC Couscous Template
```md
Follow me anywhere @ovac4u | GitHub
_________ _________ | Twitter
| ___ |.-----.--.--.---.-.----.| | |.--.--. | Facboook
| | _ || _ | | | _ | __||__ | | | | Instagram
| |______||_____|\___/|___._|____| |__||_____| | Github + @ovac
|_________| www.ovac4u.com | Facebook + @ovacposts
```## Introduction
A template for couscous generated static html documents by [OVAC4U](https://www.ovac4u.com) inspired by the [ElephantlyCouscous](https://github.com/elephantly/ElephantlyCouscous) template design and the [Template-Dark](https://github.com/CouscousPHP/Template-Dark) template configuration with widgets and google analytics.[Read The Docs](https://readthedocs.org/) builds websites using a Sphinx template. [That template](https://github.com/snide/sphinx_rtd_template) is open source and released under the MIT license.
Curious about seeing what it looks like? checkout the [OVAC\Hubtel-Payment](https://ovac4u.com/packages/hubtel-payment) composer package official documentation generated using this theme and configuration.
## Screenshot
[![ScreenShot](https://raw.githubusercontent.com/ovac/ovac-couscous-template/master/img/screenshot.png)](https://www.ovac4u.com/ovac-couscous-template)## Usage
To use the template, set it up in your `couscous.yml` configuration file in the root of your project:
```yaml
template:
url: https://github.com/ovac/ovac-couscous-template
```## Configuration
Here are all the variables you can set in your `couscous.yml`:
```yaml
# Your base URL to which the website will be published
# baseUrl: http://www.example.com# Used to link to the GitHub project
github:
# your github username
user: your-github-username# your github repo
repo: your-github-repowidgets:
# Your addthis key from your addthis application.
addthis: ra-XXXXXXXXXXXX# Your google analytics key
googleAnalytics: UA-XXXXXXX-X# Your google tag manager key
googletag: GTM-XXXXXXXtemplate:
# the github url for this template. !Dont change this if you want this theme.
url: https://github.com/ovac/ovac-couscous-templateinclude:
# Specify the folders where your markdown files live
- .
- docsexclude:
# specify folders to be ignored by the scanner
- vendor# A title of the documentation website
title: OVAC Couscous template# A subtitle for the documentation website
subTitle: it's beautiful.# The left menu bar
menu:
sections:
introduction:
name: Introduction
items:
home:
text: Home
relativeUrl:
getting-started:
name: Getting Started
items:
installation:
text: Installation
relativeUrl: installation.htmlguide:
name: Guide
items:
config:
text: Config
relativeUrl: config.htmlapi:
name: Api
items:
api:
text: Api
relativeUrl: api/index.htmlcoverage:
text: Coverage
relativeUrl: coverage/index.htmllinks:
name: Links
items:
external-documentation:
text: External Official Documentation
absoluteUrl: https://some-websiteexternal-swagger:
text: Api Swagger UI
absoluteUrl: https://some-website
```This template configuration is based on the excellent [Template-Dark](https://github.com/CouscousPHP/Template-Dark)