forked from Phosh/phosh-site
Phosh website source code
- Python 61.1%
- HTML 30.6%
- CSS 4.2%
- Ruby 2.7%
- Makefile 1.4%
|
|
||
|---|---|---|
| archetypes | ||
| assets/css | ||
| content | ||
| data/features/debiantrixie/smartphones | ||
| layouts | ||
| resources | ||
| static | ||
| themes | ||
| tools | ||
| .dir-locals.el | ||
| .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
The web pages are CC-BY-SA 4.0 (See LICENSE). The coder hugo theme is MIT licensed.