Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edearth/edearth.github.io
https://github.com/edearth/edearth.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edearth/edearth.github.io
- Owner: Edearth
- Created: 2020-08-29T14:48:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:52:08.000Z (3 months ago)
- Last Synced: 2024-11-10T19:39:14.865Z (3 months ago)
- Language: JavaScript
- Size: 9.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hey, somehow you've reached the repo for my personal blog. Hi!
If you're looking for the deployed site it's in https://blog.jnepo.dev/
## Usage
- `make` or `make build`: generate site.
You just need to commit and push it for it to be deployed.
- `make debug`: generate site for local debugging.
The main url is replaced with the local project's path in the file system.## Why not use an existing static site generator?
Because:
- They usually have too many things. It's hard to learn them
and at any time they might be updated and something will break.
Also Jekyll forces you to use node and Ruby and lots of dependencies
and I can't deal with that many things for just a blog.
- I was bored and I thought a bash-only site generator
would be fun to make.
- I wanted to learn more about bash and GNU/Linux programs.