2
0
Fork
You've already forked docs
0
Documentation site
  • HTML 100%
2026年06月20日 22:50:19 +02:00
.github/workflows Updated poetry setup 2025年01月15日 16:22:26 +01:00
assets Livemark support 2022年08月26日 16:59:35 +02:00
docs Merge branch 'main' of github.com:dribdat/docs 2026年06月20日 22:50:19 +02:00
.gitignore Index 2024年11月18日 12:55:25 +01:00
CNAME Links 2023年04月19日 23:56:31 +02:00
index.html Index 2024年11月18日 12:55:25 +01:00
livemark.yaml Matching 2026年05月01日 19:09:00 +02:00
mkdocs.yml Index 2024年11月18日 12:55:25 +01:00
poetry.lock Matching 2026年05月01日 18:56:08 +02:00
pyproject.toml Updated poetry setup 2025年01月15日 16:22:26 +01:00
README.md Remove old Twitter links 2024年12月18日 16:17:50 +01:00

Dribdat Docs

This repository and wiki drafts collect helpful advice on using Dribdat. See the web version at https://dribdat.cc and for more curated resources, visit awesome-hackathons. This is a perpetual work-in-progress: new org-hacks and tools pop up all the time, so please contribute your favorites and questions.

Contributing

We welcome you to contribute ideas for this guide! Please open an issue, start a Pull Request, or edit the wiki if you have a question or a suggestion that merits discussion. The discussion forum is also a good place to do this.

Installation

The documentation site for dribdat is built using Livemark. To set this up as a developer:

Install Python Poetry and then install the dependencies:

poetry install

Enter the Poetry environment:

poetry shell

If all is good you can start the local server:

livemark start

Open http://localhost:7000/docs/ in your browser.

Deployment

We are currently deploying this inside of a tidy GitHub Action, no need for manual upload. This command force updates the gh-pages branch on GitHub:

livemark build && ghp-import -p -f -o docs/

(Use only if there's an issue with the Action!)