Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelset/kelset.github.io
my personal website
https://github.com/kelset/kelset.github.io
go hugo netlify personal-website
Last synced: about 11 hours ago
JSON representation
my personal website
- Host: GitHub
- URL: https://github.com/kelset/kelset.github.io
- Owner: kelset
- License: mit
- Created: 2017-12-09T14:29:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:22:48.000Z (5 days ago)
- Last Synced: 2024-11-12T22:27:15.871Z (5 days ago)
- Topics: go, hugo, netlify, personal-website
- Language: HTML
- Homepage: https://kelset.dev/
- Size: 6.33 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kelset.github.io
[![Netlify Status](https://api.netlify.com/api/v1/badges/bb974a55-c950-4200-993b-a4cbfe73abea/deploy-status)](https://app.netlify.com/sites/xenodochial-northcutt-74ba42/deploys) ![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)
Personal website ([kelset.dev](https://kelset.dev/)) made with [Hugo](https://gohugo.io/) & [Congo](https://github.com/jpanther/congo).
## Contributing
First off, thanks for deciding to work on this codebase! In case you need to test out stuff locally, after git cloning the repo, you need to just run `hugo server`.
This of course implies that your machine is setup to [work with Hugo](https://gohugo.io/getting-started/quick-start/) and you also need to follow the [installation guide](https://jpanther.github.io/congo/docs/installation/) for the theme (which basically boils down to [installing Go](https://go.dev/dl/)).
### Upgrade the tooling
There are 3 things to keep an eye on for this codebase and each require a few quick steps to update.
- the version of Go - [releases are here](https://go.dev/doc/devel/release)
- *Remember that you also have to install locally the version of Go (via the installer on their website AFAIK).*
- the version of Hugo - [releases are here](https://github.com/gohugoio/hugo/releases)
- the version of congo - [releases are here](https://github.com/jpanther/congo/releases)## License
[MIT](./LICENSE)