TechTransThai Blog website using Hugo
Find a file
Late Night Defender a3c100d3c7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove TWiB section as it is now discontinued
2024-10-19 00:34:32 +07:00
archetypes addd test post 2023-11-23 03:55:05 +07:00
content/posts remove c4c page 2024-10-19 00:32:01 +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 Use older hugo for now 2024-10-18 23:43:45 +07:00
config.yml Remove TWiB section as it is now discontinued 2024-10-19 00:34:32 +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