TechTransThai Blog website using Hugo
Go to file
Late Night Defender 09146e0b44 add rss feed
2024-03-13 15:33:50 +07:00
archetypes addd test post 2023-11-23 03:55:05 +07:00
content Update Fediverse link in posts 2024-03-12 03:30:35 +07:00
static Add TWiB #42 2024-03-12 03:27:51 +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 add rss feed 2024-03-13 15:33:50 +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