3
3
Fork
You've already forked phosh-site
6
Phosh website source code https://phosh.mobi/
  • SCSS 73.1%
  • HTML 12.1%
  • Python 9.1%
  • Shell 4%
  • Makefile 0.8%
  • Other 0.9%
Guido Günther e6d82c1207
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
phosh-overview: Update session picture and components
It changed a bit over the years
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2026年07月08日 21:24:56 +02:00
.woodpecker ci: Use image with hugo 0.160 2026年05月17日 15:02:49 +02:00
archetypes Initial commit 2023年02月18日 13:05:05 +01:00
assets css: Nicer scrolling to headlines anchors 2026年06月03日 14:30:18 +02:00
content phosh-overview: Update session picture and components 2026年07月08日 21:24:56 +02:00
data releases: Flip freeze and release date for 0.56 2026年06月01日 13:04:29 +02:00
images phosh-overview: Update session picture and components 2026年07月08日 21:24:56 +02:00
layouts releases: Don't fail without featured image 2026年05月17日 15:16:16 +02:00
resources Initial commit 2023年02月18日 13:05:05 +01:00
static posts: Add devnews image 2026年02月15日 13:16:05 +01:00
themes Update theme 2025年10月11日 09:08:48 +02:00
tools phosh-rel: Bump versions 2026年07月05日 10:57:33 +02:00
.dir-locals.el dir-locals: Make it easier to format JS and CSS in emacs 2025年11月05日 09:50:13 +01:00
.eslintrc.yml build: Lint JS as well 2025年11月10日 20:19:33 +01:00
.gitignore gitignore: No need to ignore videos 2025年10月17日 15:55:41 +02:00
.gitmodules Drop unused submodules 2023年06月17日 12:12:03 +02:00
config.toml Add 0.56.0 2026年07月05日 11:16:21 +02:00
LICENSE Initial commit 2023年02月18日 13:05:05 +01:00
Makefile phosh-overview: Update session picture and components 2026年07月08日 21:24:56 +02:00
posts.org doc: Update 2025年11月04日 22:34:06 +01:00
README.md ci: Use image with hugo 0.160 2026年05月17日 15:02:49 +02:00
setup.cfg Add script to build a new release page 2023年06月19日 12:45:41 +02:00

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.160 for deployment.

The web pages are CC-BY-SA 4.0 (See LICENSE). The coder hugo theme is MIT licensed.