https://github.com/jmini/dtc-experiments
Experiments with docToolchain
https://github.com/jmini/dtc-experiments
Last synced: about 1 year ago
JSON representation
Experiments with docToolchain
- Host: GitHub
- URL: https://github.com/jmini/dtc-experiments
- Owner: jmini
- License: epl-2.0
- Created: 2021-10-28T08:31:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T14:46:35.000Z (about 3 years ago)
- Last Synced: 2024-10-06T03:03:11.704Z (over 1 year ago)
- Language: Groovy
- Homepage: https://jmini.github.io/dtc-experiments/
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: dtc-experiments
:project-name: dtc Experiments
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}/
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
:author: Jeremie Bresson
Experiments with link:http://doctoolchain.org/[docToolchain], inspired from the https://gitlab.com/doctoolchain/ci-cd-demo/[docToolchain CI-CD Demo].
NOTE: the same project is hosted on both https://github.com/jmini/dtc-experiments/[GitHub] and https://gitlab.com/jmini/dtc-experiments/[GitLab]
//end::header[]
//tag::description[]
== Description
This repository is an example setup of a site generated with link:http://doctoolchain.org/[docToolchain]
//end::description[]
See the publish site link:{homepage}[on GitHub pages].
//tag::contact-section[]
== Get in touch
Use the link:{issues}[issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
Code is under link:{license}[{license-name}].
Documentation and slides are under the link:https://creativecommons.org/licenses/by-sa/4.0/[Creative Commons BY-SA 4.0]
//end::license-section[]