Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/program247365/100daysofsketches
https://100daysofsketches.com/
https://github.com/program247365/100daysofsketches
art drawing sketches
Last synced: about 6 hours ago
JSON representation
https://100daysofsketches.com/
- Host: GitHub
- URL: https://github.com/program247365/100daysofsketches
- Owner: program247365
- License: mit
- Created: 2018-11-05T23:00:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T22:18:45.000Z (6 months ago)
- Last Synced: 2024-07-20T23:25:10.997Z (6 months ago)
- Topics: art, drawing, sketches
- Language: JavaScript
- Homepage: https://100daysofsketches.program247365.now.sh
- Size: 24.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [100 Days of Sketches](https://100daysofsketches.com/)
> Let's see if I can sketch for 100 days...
## Constraints
1. Using only the pencil tool
2. Only using the color black
3. No extensive layers use, 2 layers max
4. No straight line tool, scissors, move tool, or any "assistance" tools used
5. Erase, undo/redo tools are ok to use
6. Less than 20 minutes spent on each sketch
7. No sketch idea can repeat## Current Workflow to Post New Sketch
1. Draw in Linea Sketch on iPad, with the pencil tool ANYTHING. Export to dropbox folder \_Sketches.
2. Copy that file to new folder e.g. `src/pages/02`, and put it and name it for day e.g. `02.jpg`
3. Create new index.md in that folder with the following template```
---
title: Day 1
date: '2018-10-31T02:59:03.408Z'
---![Day 1](./01.jpg)
```4. Insert the right date using `new Date().toUTCString()` and putting it in the `date`
5. Look at it with `npm run dev`
6. Post it with `npm run deploy`## TODO
- Make posting more seemless!!
- Make it so homepage shows off the images! (make it a gallery for X recent posts, etc, or page right from there?)