Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redstrate/redstrate.com
Personal website and blog
https://github.com/redstrate/redstrate.com
art-gallery personal-blog personal-website
Last synced: 4 days ago
JSON representation
Personal website and blog
- Host: GitHub
- URL: https://github.com/redstrate/redstrate.com
- Owner: redstrate
- Created: 2024-05-23T00:38:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:35:32.000Z (14 days ago)
- Last Synced: 2024-11-06T22:18:54.191Z (14 days ago)
- Topics: art-gallery, personal-blog, personal-website
- Language: JavaScript
- Homepage: https://redstrate.com
- Size: 186 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# redstrate.com
This is the source code of my personal website hosted at [redstrate.com](https://redstrate.com/).
## Building
You need [Hugo](https://gohugo.io/installation/) (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](https://codeberg.org/redstrate/Redai) to edit these. The JSON is read by Hugo when the site is built via [Content adapters](https://gohugo.io/content-management/content-adapters/).
## License
![License](https://licensebuttons.net/l/by-sa/3.0/88x31.png)
The content of this website is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/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.