Phosh Contributor Manual
https://dev.phosh.mobi
- CSS 91.5%
- Makefile 7.6%
- SCSS 0.9%
| .woodpecker | ci: Switch to quay.io | |
| assets | Switch syntax highlight theme base on user's dark color preference | |
| content | release: Add release testing information | |
| themes | Initial commit | |
| .dir-locals.el | Initial commit | |
| .editorconfig | Initial commit | |
| .gitignore | Initial commit | |
| .gitmodules | Initial commit | |
| .mdl.rb | Initial commit | |
| config.toml | Switch syntax highlight theme base on user's dark color preference | |
| Makefile |
Makefile: Check README.md too
|
|
| README.md |
tree: Use # for headings in README.md
|
|
Phosh Website
This is the repository for the Phosh contributors manual. This site is built with Hugo. It's entirely static.
Scope
The purpose of this manual is to document everything contributors may need to know. This is not limited to code contributions. This also includes, artwork bug reports, people that want to organize hack meetings etc. What we don't want to cover is how to use Phosh or where to get Phosh. This happens over at https://phosh.mobi.
Contributing
To run the site locally:
sudo apt install hugo make
git clone --recurse-submodules https://codeberg.org/phosh/phosh-dev-site.git
cd phosh-dev-site
make server
Contributions welcome. You can open merge requests at https://codeberg.org/Phosh/phosh-dev-site/pulls
We're currently using Hugo 0.150 for deployment.
License
The web pages are CC-BY-SA 4.0 (see LICENSE). The
hugo-book is MIT licensed.