https://github.com/toktok/website
The TokTok website
https://github.com/toktok/website
toktok tox
Last synced: 9 months ago
JSON representation
The TokTok website
- Host: GitHub
- URL: https://github.com/toktok/website
- Owner: TokTok
- License: gpl-3.0
- Created: 2017-01-07T03:20:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T01:48:09.000Z (10 months ago)
- Last Synced: 2025-04-02T06:57:21.843Z (9 months ago)
- Topics: toktok, tox
- Language: CSS
- Homepage: https://toktok.ltd/
- Size: 18.3 MB
- Stars: 11
- Watchers: 23
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# website
The new website with something better than Yst (also, change the title)
## Development
To work on the website you need the following things:
- Jekyll and mdl via ruby gems: `gem install jekyll mdl guard-livereload`.
You might need ruby development headers for this to work: `apt-get install ruby-dev`.
Also in case of trouble [this](https://github.com/jekyll/jekyll/issues/5165#issuecomment-236341627) may help (install `gem install bundler`).
`mdl` is optional for linting the markdown.
- pandoc, version 1.10 or higher
(optional for building the spec).
Install it via `apt-get install pandoc`,
or `cabal install pandoc`, if you prefer the haskell way of doing it (this may take a while to install though).
See for other methods.
- linkchecker via `apt-get install linkchecker`
(optional for link checking).
The follwing make targets are available:
- `make all`: build the complete website including external content.
- `make changelog`: download changelogs (included in `all`)
- `make roadmap`: download roadmaps (included in `all`)
- `make spec`: download and parse the spec with pandoc (included in `all`)
- `make lint`: run markdown linter `mdl`
- `make check`: run linkchecker