Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednafi/rednafi.com
Musings & rants on software
https://github.com/rednafi/rednafi.com
database go javascript networking python sql sqlite web
Last synced: 6 days ago
JSON representation
Musings & rants on software
- Host: GitHub
- URL: https://github.com/rednafi/rednafi.com
- Owner: rednafi
- License: zlib
- Created: 2023-04-25T03:49:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T01:22:18.000Z (12 days ago)
- Last Synced: 2024-11-04T02:22:05.482Z (12 days ago)
- Topics: database, go, javascript, networking, python, sql, sqlite, web
- Language: HTML
- Homepage: https://rednafi.com/
- Size: 2.09 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Redowan's Reflections][site]
[![pre-commit.ci status][precommit-svg]][this]
Musings & rants on software. Find them at [rednafi.com][site].
## Local development
- Install [Hugo][hugo]. I'm on macOS and Hugo can be installed with `brew`:
```sh
brew install hugo
```- Bootstrap the theme:
```sh
make init
```- Update the theme:
```sh
make update
```- Run the local server:
```sh
make devserver
```- Go to [http://localhost:1313][localhost] to access the site locally.
## Deployment
The site is deployed to GitHub Pages via GitHub Actions.
[site]: https://rednafi.com
[hugo]: https://gohugo.io/
[localhost]: http://localhost:1313
[precommit-svg]: https://results.pre-commit.ci/badge/github/rednafi/rednafi.com/main.svg
[this]: https://results.pre-commit.ci/latest/github/rednafi/rednafi.com/main