Personal website and blog
.github/workflows | ||
.reuse | ||
assets | ||
content | ||
data | ||
i18n | ||
LICENSES | ||
static | ||
themes/red | ||
.build.yml | ||
.gitignore | ||
.htmltest.yml | ||
config.yaml | ||
DATA.md | ||
README.md |
redstrate.com
This is the source code of my personal website hosted at redstrate.com.
Building
You need Hugo (extended edition) to build the site. To build the site, just run hugo
and the built site will appear in public
.
$ cd redstrate.com
$ hugo
For quick development, Hugo has a built-in HTTP server that auto-reloads on changes:
$ cd redstrate.com
$ hugo server
Gallery System
The galleries are defined via JSON, located under data
. The files are rarely edited by hand, I use Redai to edit these. The JSON is read by Hugo when the site is built via Content adapters.
License
The content of this website is licensed under CC-BY-SA 4.0. There may be other copyrighted works showcased on this website that are licensed differently.
The Hugo themes of this website is licensed under the MIT license.