Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristan957/tristan.partin.io
Personal website (Mirror of https://sr.ht/~tristan957/tristan.partin.io)
https://github.com/tristan957/tristan.partin.io
blog hugo
Last synced: 27 days ago
JSON representation
Personal website (Mirror of https://sr.ht/~tristan957/tristan.partin.io)
- Host: GitHub
- URL: https://github.com/tristan957/tristan.partin.io
- Owner: tristan957
- License: agpl-3.0
- Created: 2019-02-15T08:09:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T05:42:37.000Z (3 months ago)
- Last Synced: 2024-08-07T09:02:59.126Z (3 months ago)
- Topics: blog, hugo
- Language: HTML
- Homepage: https://tristan.partin.io
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/AGPL-3.0-or-later.txt
Awesome Lists containing this project
README
[![builds.sr.ht status](https://builds.sr.ht/~tristan957/tristan.partin.io.svg)](https://builds.sr.ht/~tristan957/tristan.partin.io?)
# tristan.partin.io
This is code used to create [tristan.partin.io](https://tristan.partin.io).
## Comments
Comments can be emailed to my
[public inbox](mailto:tristan957/[email protected]).## Theme
The site also includes dark mode support which will be handled by your system
preferences, specifically `prefers-color-scheme`.It is inspired by an older iteration of
[drewdevault.com](https://drewdevault.com).## Dependencies
- [`hugo`](https://gohugo.io)
- [`openring`](https://git.sr.ht/~sircmpwn/openring)
- [`prettier`](https://prettier.io/)## Contributing
- Clone the repo
- Run `git submodule update --init`
- Run the `bootstrap.sh` script from the project root
- Run the `scripts/openring/build.sh` script from the project root
- Run `hugo -D server` to get live reloading in a development environment## Miscellaneous
### Marking a blog as unlisted
Add the following to the front-matter
```yaml
_build:
list: never
```### Permissions-Policy
Generate a `Permissions-Policy` [here](https://www.permissionspolicy.com/).
## Licenses
The code is licensed under the AGPL-3.0.
The content on the site is licensed under the CC-BY-SA-4.0.