Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/declanchidlow/vale.rocks
A website full of the trials and tribulations of Declan Chidlow
https://github.com/declanchidlow/vale.rocks
adduce giscus github-pages personal-blog personal-website website
Last synced: 25 days ago
JSON representation
A website full of the trials and tribulations of Declan Chidlow
- Host: GitHub
- URL: https://github.com/declanchidlow/vale.rocks
- Owner: DeclanChidlow
- Created: 2021-10-05T02:38:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:36:24.000Z (about 1 month ago)
- Last Synced: 2024-11-24T19:51:21.223Z (29 days ago)
- Topics: adduce, giscus, github-pages, personal-blog, personal-website, website
- Language: CSS
- Homepage: https://vale.rocks/
- Size: 9.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Support: docs/support.html
Awesome Lists containing this project
README
Vale.Rocks
[![Stars](https://img.shields.io/github/stars/DeclanChidlow/vale.rocks?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/vale.rocks/stargazers)
[![Forks](https://img.shields.io/github/forks/DeclanChidlow/vale.rocks?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/vale.rocks/network/members)
[![Pull Requests](https://img.shields.io/github/issues-pr/DeclanChidlow/vale.rocks?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/vale.rocks/pulls)
[![Issues](https://img.shields.io/github/issues/DeclanChidlow/vale.rocks?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/vale.rocks/issues)
[![Contributors](https://img.shields.io/github/contributors/DeclanChidlow/vale.rocks?style=flat-square&logoColor=white)](https://github.com/DeclanChidlow/vale.rocks/graphs/contributors)
Personal website of Declan Chidlow
A website full of the trials and tribulations of Declan Chidlow. You can view the site live at [vale.rocks](https://vale.rocks).
> [!NOTE]
> I don't accept pull requests on this repository as it is a personal project. However, you are welcome to open [issues](https://github.com/DeclanChidlow/vale.rocks/issues) where necessary.This site is built using my static site generator, [Adduce](https://adduce.vale.rocks). I build Adduce alongside my site, so the public build of Adduce is not always guaranteed to work as expected with this site.
## Generating
The site can be conveniently generated with the [`gen.sh`](https://github.com/DeclanChidlow/vale.rocks/blob/main/gen.sh) script. Currently, the site is hosted using GitHub Pages, so the script is configured to output the built site to the `/docs` folder within the repository for easy deployment.
To generate the Atom feed, [`atom.sh`](https://github.com/DeclanChidlow/vale.rocks/blob/main/atom.sh) should be run. This is separate to `gen.sh` so that all diffs aren't just the Atom feed changing.