TechTransThai Blog website using Hugo
Find a file
Late Night Defender d94291f435
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Remove Quadlet examples and rename C4Cs to Posts
2024-10-18 23:38:36 +07:00
archetypes addd test post 2023-11-23 03:55:05 +07:00
content/posts Remove Quadlet examples and rename C4Cs to Posts 2024-10-18 23:38:36 +07:00
static Add TWiB #44 2024-04-27 10:30:43 +07:00
themes Add PaperMod theme as submodule 2023-11-23 03:15:01 +07:00
.gitignore Add gitignore 2023-11-23 21:32:09 +07:00
.gitmodules Add PaperMod theme as submodule 2023-11-23 03:15:01 +07:00
.woodpecker.yml Add CI 2024-10-06 18:25:34 +07:00
config.yml Remove Quadlet examples and rename C4Cs to Posts 2024-10-18 23:38:36 +07:00
Dockerfile use latest hugo 2023-12-31 23:54:48 +07:00
install.sh fix typo 2024-07-23 13:31:11 +07:00
LICENSE add LICENSE 2023-11-24 02:06:44 +07:00
README.md Addd missing git submodule command 2023-11-24 01:03:26 +07:00
techtransthai-blog.container specify correct image name 2024-07-23 13:33:47 +07:00

Compute4Change News

Source code for the Compute4Change News website. This repo contains assets for building with Hugo using PaperMod theme and our articles.

Run the website for development with

$ git clone https://codeberg.org/TechTransThai/compute4change-news.git
$ cd compute4change-news
$ git submodule update --init --recursive
$ hugo server

Please don't upload to GitHub