https://github.com/jdan/thatjdanisso.cool
My blog
https://github.com/jdan/thatjdanisso.cool
Last synced: about 1 year ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/jdan/thatjdanisso.cool
- Owner: jdan
- License: mit
- Created: 2019-05-06T17:21:36.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T03:43:47.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:18:50.007Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://thatjdanisso.cool
- Size: 3.15 MB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## thatjdanisso.cool
This is a collection of node scripts to build my blog - https://thatjdanisso.cool
### building
```
$ npm install
$ npm run build
```
You can also run `npm run watch` to auto-build on relevant file changes.
### editing
I shipped an editor for some reason. You can access it with:
```
$ npm run editor
```
I'm also working on a new editor using [Trix](https://trix-editor.org/)
with `npm run trix-editor`.
### all of the above
I typically write with my editor, watcher, and server running simultaneously. You
can do this with
```
$ npm run suite
```
### importing
I like Medium's editor a lot (way better than my own) so I built an importer
```
$ npm run import
```
### license
The contents of this blog (articles, code snippets) are licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). The code powering the blog itself is MIT licensed, see [LICENSE.txt](/LICENSE.txt) for details.