Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 971 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 971 Bytes

docs.mybb.com

The source of the Docs.MyBB.com website.

Hosted on GitHub Pages using the Jekyll server, Markdown formatting, Liquid templates, and YAML data format.

Some assets are pulled from the mybb-website-theme.

Development

Clone the repository with git and use Docker to serve the website from local source:

docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" mybb/jekyll-docker

This will create a container from a customized Jekyll image. The website will be available at https://127.0.0.1:4000 (your browser will warn you about an unsigned certificate that was just generated).

Contributing

See CONTRIBUTING.md.