Phosh website source code https://phosh.mobi/
  • SCSS 73.8%
  • HTML 12.1%
  • Python 8.4%
  • Shell 4%
  • Makefile 0.7%
  • Other 1%
Find a file
Guido Günther 7220dee368
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
about: Add supporting libraries
This hopefully helps to better figure out how components
fit together.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2026-03-28 19:21:02 +01:00
.woodpecker ci: Move to quay.io 2026-02-02 11:13:57 +01:00
archetypes Initial commit 2023-02-18 13:05:05 +01:00
assets Add shortcodes to center content 2025-12-30 17:19:07 +01:00
content about: Add supporting libraries 2026-03-28 19:21:02 +01:00
data features: Add some details 2026-03-28 08:36:18 +01:00
layouts features: Switch to Forky 2026-03-28 08:24:48 +01: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 mk-phosh-rel: Bump versions 2026-02-15 13:37:46 +01: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.53.0 2026-02-15 13:37:46 +01:00
LICENSE Initial commit 2023-02-18 13:05:05 +01:00
Makefile tools: Add helper to build release 2026-01-07 18:25:08 +01:00
posts.org doc: Update 2025-11-04 22:34:06 +01:00
README.md README: bump hugo version 2026-01-07 18:25:08 +01: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.152 for deployment.

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