https://github.com/bndw/len.to
🖼️ A photo blog
https://github.com/bndw/len.to
blog photography
Last synced: over 1 year ago
JSON representation
🖼️ A photo blog
- Host: GitHub
- URL: https://github.com/bndw/len.to
- Owner: bndw
- License: agpl-3.0
- Created: 2016-07-04T20:52:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T01:08:20.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T03:45:04.006Z (over 1 year ago)
- Topics: blog, photography
- Language: JavaScript
- Homepage: https://len.to
- Size: 27.2 MB
- Stars: 33
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# len.to
My personal photo blog.
### Quickstart
Run the latest Docker image on http://localhost:8080
```
make run
```
Build the Docker image
```
make build
```
Run the live-reload server on http://localhost:1313
```
make dev
```
### License
The code for this site is licensed under [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/). The content for this site is licensed under [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).