Phosh website source code
  • SCSS 74.7%
  • HTML 11.9%
  • Python 8.4%
  • Shell 3.4%
  • Makefile 0.7%
  • Other 0.9%
Find a file
Guido Günther 2556a67544 2025-in-retrospect: Add description
Slightly nicer in the social media preview than using the first sentence
of the text.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-12-30 17:51:24 +01:00
.woodpecker ci: Check tools in ci 2025-11-02 13:19:42 +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 2025-in-retrospect: Add description 2025-12-30 17:51:24 +01:00
data supporters: Add supporters 2025 2025-12-30 17:19:07 +01:00
layouts Add shortcodes to center content 2025-12-30 17:19:07 +01:00
resources Initial commit 2023-02-18 13:05:05 +01:00
static Add slideshow images 2025-11-05 09:50:13 +01:00
themes Update theme 2025-10-11 09:08:48 +02:00
tools mk-phosh-rel: Add version for libcall-ui 2025-11-27 16:39:59 +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.51.0 2025-11-16 17:22:55 +01:00
LICENSE Initial commit 2023-02-18 13:05:05 +01:00
Makefile build: Panic on warnings 2025-12-30 17:19:07 +01:00
posts.org doc: Update 2025-11-04 22:34:06 +01:00
README.md doc: Mention current hugo version 2025-10-11 09:08:48 +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.150 for deployment.

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