Go to file
Leo CHIU 46c84e51dd
change matrix.org to joinmatrix.org for the quotation in matrix post
2022-02-22 22:27:57 +08:00
content change matrix.org to joinmatrix.org for the quotation in matrix post 2022-02-22 22:27:57 +08:00
layouts update file structure to original 2022-02-02 13:27:30 +08:00
static/rmarkdown-libs/header-attrs rename post folder and add rclone post 2022-02-02 13:28:10 +08:00
themes/hugo-PaperMod update file structure to original 2022-02-02 13:27:30 +08:00
.gitignore add mastodon 2022-02-07 14:53:21 +08:00
LICENSE update license to cc by sa 2022-02-02 13:27:24 +08:00
README.md remove prebuilt file section in offline reading in readme 2022-02-15 22:44:45 +08:00
SUGGEST_CHANGES.md change the way of suggesting changes for post 2022-02-15 22:29:25 +08:00
build.r change matrix.org to joinmatrix.org for the quotation in matrix post 2022-02-22 22:27:57 +08:00
config.yaml update introduction 2022-02-15 22:41:19 +08:00
index.Rmd update file structure to original 2022-02-02 13:27:30 +08:00
push2branches edit push2branches script 2022-02-13 00:22:40 +08:00
serve.r change matrix.org to joinmatrix.org for the quotation in matrix post 2022-02-22 22:27:57 +08:00

README.md

Website status License: CC BY-SA 4.0 PRs Welcome Issues welcome

Introduction

This website is mainly powered by Hugo and Blogdown. The math typesetting is powered by KaTeX.

Link: https://leochiu.codeberg.page

Offline reading

You can build the website from source by running the following commands:

git clone https://codeberg.org/leochiu/pages.git
cd pages
git checkout main
Rscript build-and-serve.r

and then you can view the website served by following the instructions. The files built are contained in public folder (which are the files in pages branch).