{"id":20950640,"url":"https://github.com/ovac/ovac-couscous-template","last_synced_at":"2026-03-15T09:48:13.829Z","repository":{"id":71794598,"uuid":"100968629","full_name":"ovac/ovac-couscous-template","owner":"ovac","description":"A template for couscous generated webpages from markdown documentation.","archived":false,"fork":false,"pushed_at":"2017-09-17T00:01:28.000Z","size":5091,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T22:41:50.259Z","etag":null,"topics":["couscous","documentation","ghana","nigeria","ovac","ovac4u","template"],"latest_commit_sha":null,"homepage":"https://www.ovac4u.com/ovac-couscous-template","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ovac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-08-21T15:52:30.000Z","updated_at":"2024-08-05T04:23:48.000Z","dependencies_parsed_at":"2023-06-10T14:35:43.576Z","dependency_job_id":null,"html_url":"https://github.com/ovac/ovac-couscous-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovac%2Fovac-couscous-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovac%2Fovac-couscous-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovac%2Fovac-couscous-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovac%2Fovac-couscous-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ovac","download_url":"https://codeload.github.com/ovac/ovac-couscous-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243346001,"owners_count":20275934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["couscous","documentation","ghana","nigeria","ovac","ovac4u","template"],"created_at":"2024-11-19T00:49:32.165Z","updated_at":"2025-12-26T09:24:04.007Z","avatar_url":"https://github.com/ovac.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OVAC Couscous Template\n\n\n```md\n Follow me anywhere @ovac4u                         | GitHub\n _________                          _________       | Twitter\n|   ___   |.-----.--.--.---.-.----.|  |  |.--.--.   | Facboook\n|  |  _   ||  _  |  |  |  _  |  __||__    |  |  |   | Instagram\n|  |______||_____|\\___/|___._|____|   |__||_____|   | Github + @ovac\n|_________|                        www.ovac4u.com   | Facebook + @ovacposts\n```\n\n\n## Introduction\nA 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.\n\n[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.\n\nCurious 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.\n\n## Screenshot\n[![ScreenShot](https://raw.githubusercontent.com/ovac/ovac-couscous-template/master/img/screenshot.png)](https://www.ovac4u.com/ovac-couscous-template)\n\n\n## Usage\n\nTo use the template, set it up in your `couscous.yml` configuration file in the root of your project:\n\n```yaml\ntemplate:\n    url: https://github.com/ovac/ovac-couscous-template\n```\n\n## Configuration\n\nHere are all the variables you can set in your `couscous.yml`:\n\n```yaml\n# Your base URL to which the website will be published\n# baseUrl: http://www.example.com\n\n# Used to link to the GitHub project\ngithub:\n    # your github username\n    user: your-github-username\n\n    # your github repo\n    repo: your-github-repo\n\nwidgets:\n    # Your addthis key from your addthis application.\n    addthis: ra-XXXXXXXXXXXX\n\n    # Your google analytics key\n    googleAnalytics: UA-XXXXXXX-X\n\n    # Your google tag manager key\n    googletag: GTM-XXXXXXX\n\ntemplate:\n    # the github url for this template. !Dont change this if you want this theme.\n    url: https://github.com/ovac/ovac-couscous-template\n\ninclude:\n    # Specify the folders where your markdown files live\n    - .\n    - docs\n\nexclude:\n    # specify folders to be ignored by the scanner\n    - vendor\n\n# A title of the documentation website\ntitle: OVAC Couscous template\n\n# A subtitle for the documentation website\nsubTitle: it's beautiful.\n\n# The left menu bar\nmenu:\n    sections:\n        introduction:\n            name: Introduction\n            items:\n                home:\n                    text: Home\n                    relativeUrl:\n        getting-started:\n            name: Getting Started\n            items:\n                installation:\n                    text: Installation\n                    relativeUrl: installation.html\n\n        guide:\n            name: Guide\n            items:\n                config:\n                    text: Config\n                    relativeUrl: config.html\n\n        api:\n            name: Api\n            items:\n                api:\n                    text: Api\n                    relativeUrl: api/index.html\n\n                coverage:\n                    text: Coverage\n                    relativeUrl: coverage/index.html\n\n        links:\n            name: Links\n            items:\n                external-documentation:\n                    text: External Official Documentation\n                    absoluteUrl: https://some-website\n\n                external-swagger:\n                    text: Api Swagger UI\n                    absoluteUrl: https://some-website\n```\n\nThis template configuration is based on the excellent [Template-Dark](https://github.com/CouscousPHP/Template-Dark)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovac%2Fovac-couscous-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovac%2Fovac-couscous-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovac%2Fovac-couscous-template/lists"}