TechTransThai Blog website using Hugo
Go to file
2024-07-23 13:33:47 +07:00
archetypes addd test post 2023-11-23 03:55:05 +07:00
content/compute4change Restructure for TechTranThai Blog which supports both c4c and quadlet-examples 2024-07-23 11:28:50 +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
config.yml Restructure for TechTranThai Blog which supports both c4c and quadlet-examples 2024-07-23 11:28:50 +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