4
2
Fork
You've already forked phosh-dev-site
2
Phosh Contributor Manual https://dev.phosh.mobi
  • CSS 91.5%
  • Makefile 7.6%
  • SCSS 0.9%
Guido d0b12f391f
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Merge pull request 'release: Add release testing information' ( #12 ) from agx/phosh-dev-site:release-testing into main
Reviewed-on: #12 
2026年06月24日 12:55:00 +02:00
.woodpecker ci: Switch to quay.io 2026年02月02日 10:55:42 +01:00
assets Switch syntax highlight theme base on user's dark color preference 2025年12月11日 11:59:23 +01:00
content release: Add release testing information 2026年06月24日 12:53:16 +02:00
themes Initial commit 2025年11月30日 16:11:53 +01:00
.dir-locals.el Initial commit 2025年11月30日 16:11:53 +01:00
.editorconfig Initial commit 2025年11月30日 16:11:53 +01:00
.gitignore Initial commit 2025年11月30日 16:11:53 +01:00
.gitmodules Initial commit 2025年11月30日 16:11:53 +01:00
.mdl.rb Initial commit 2025年11月30日 16:11:53 +01:00
config.toml Switch syntax highlight theme base on user's dark color preference 2025年12月11日 11:59:23 +01:00
Makefile Makefile: Check README.md too 2025年12月11日 17:28:42 +05:30
README.md tree: Use # for headings in README.md 2025年12月11日 17:28:42 +05:30

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.