Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.