forked from Phosh/phosh-site
Phosh website source code
- SCSS 74.7%
- HTML 11.9%
- Python 8.4%
- Shell 3.4%
- Makefile 0.7%
- Other 0.9%
Slightly nicer in the social media preview than using the first sentence of the text. Signed-off-by: Guido Günther <agx@sigxcpu.org> |
||
|---|---|---|
| .woodpecker | ||
| archetypes | ||
| assets | ||
| content | ||
| data | ||
| layouts | ||
| resources | ||
| static | ||
| themes | ||
| tools | ||
| .dir-locals.el | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| LICENSE | ||
| Makefile | ||
| posts.org | ||
| README.md | ||
| setup.cfg | ||
Phosh Website
This is the repository for the Phosh website. This site is built with Hugo. It's entirely static.
To run the site locally:
sudo apt install hugo make
git clone --recurse-submodules https://codeberg.org/phosh/phosh-site.git
cd phosh-site
make server
Contributions welcome. You can open merge requests at https://codeberg.org/Phosh/phosh-site/pulls
We're currently using hugo 0.150 for deployment.
The web pages are CC-BY-SA 4.0 (See LICENSE). The coder hugo theme is MIT licensed.