Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divanvisagie/blog
Source for blog
https://github.com/divanvisagie/blog
Last synced: 4 days ago
JSON representation
Source for blog
- Host: GitHub
- URL: https://github.com/divanvisagie/blog
- Owner: divanvisagie
- License: gpl-3.0
- Created: 2019-08-30T13:06:32.000Z (about 5 years ago)
- Default Branch: trunk
- Last Pushed: 2024-07-09T21:23:57.000Z (4 months ago)
- Last Synced: 2024-07-10T01:43:59.510Z (4 months ago)
- Language: CSS
- Homepage: https://divanv.com/
- Size: 22.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
Source code for generating my personal blog written in NodeJS.
The posts are all written in markdown and then processed into HTML with this custom code. The output is pushed via GitHub actions to the GitHub pages repository.
## Running
Project setup:
```sh
npm install
```To build:
```sh
npm run build
```For development, live reload server:
```
npm run dev
```Image optimization should be done in source prior to committing or publishing a new post.
```
optimize-images content/post/[the post in question] -cb -fd
```Publish to medium using [mdium](https://github.com/icyphox/mdium)