https://github.com/kellpossible/blog
My personal blog
https://github.com/kellpossible/blog
Last synced: 4 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/kellpossible/blog
- Owner: kellpossible
- Created: 2016-11-24T02:49:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T02:44:23.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:12:56.359Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://lukefrisken.com
- Size: 61.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog - [lukefrisken.com](http://lukefrisken.com)
This is the personal blog for me (Luke Frisken). Content is written in CommonMark Markdown and the website is generated using [Zola](https://www.getzola.org/). Photo captions were create/edited using the [photo-captioner](https://github.com/kellpossible/photo-captioner)
tool which was created for this purpose.
Photos are rotated according to their exif data using [exiftran](https://linux.die.net/man/1/exiftran)
```sh
exiftran -a -i *.jpg
```