TechTransThai Blog website using Hugo
Go to file
2023-12-31 23:54:48 +07:00
archetypes addd test post 2023-11-23 03:55:05 +07:00
content Add TWiB #38 2023-12-31 23:43:46 +07:00
static Add TWiB #38 2023-12-31 23:43:46 +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
compute4change-news.container change ports 2023-11-23 03:39:07 +07:00
config.yml Fix broken asocial link 2023-12-08 01:42:11 +07:00
Dockerfile use latest hugo 2023-12-31 23:54:48 +07:00
install.sh fix typo 2023-11-23 03:32:28 +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

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