Phosh website source code
  • Python 61.1%
  • HTML 30.6%
  • CSS 4.2%
  • Ruby 2.7%
  • Makefile 1.4%
Find a file
Guido Günther b1e4bd959c about: Link to /posts
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-05-22 07:01:02 +02:00
archetypes Initial commit 2023-02-18 13:05:05 +01:00
assets/css features: highlight selected footnote 2025-05-16 16:17:51 +02:00
content about: Link to /posts 2025-05-22 07:01:02 +02:00
data/features/debiantrixie/smartphones features/volte: update librem 5 comment and add link to instructions 2025-05-17 18:30:48 +02:00
layouts features/volte: update librem 5 comment and add link to instructions 2025-05-17 18:30:48 +02:00
resources Initial commit 2023-02-18 13:05:05 +01:00
static Block some AI bots 2024-06-23 08:55:51 +02:00
themes Initial commit 2023-02-18 13:05:05 +01:00
tools Bump releases of dependencies and related components 2025-05-18 14:30:27 +02:00
.dir-locals.el Add Emacs defaults 2025-05-10 21:42:24 +02:00
.gitignore Move Videos to videos/ 2025-04-29 18:16:44 +02:00
.gitmodules Drop unused submodules 2023-06-17 12:12:03 +02:00
config.toml Add 0.47.0 2025-05-18 14:32:17 +02:00
LICENSE Initial commit 2023-02-18 13:05:05 +01:00
Makefile build: Restrict markdown lint to posts 2025-05-10 21:42:24 +02:00
posts.org posts: Move posts into their respective folder 2024-02-02 13:58:39 +01:00
README.md README: use codeberg link 2025-05-04 15:11:42 +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

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