diff --git a/projects/graduation-divination/dont-download.png b/projects/graduation-divination/dont-download.png new file mode 100644 index 0000000..ef59a4f Binary files /dev/null and b/projects/graduation-divination/dont-download.png differ diff --git a/projects/take-away/take-away.md b/projects/take-away/take-away.md index 9e0de49..70d9a9a 100644 --- a/projects/take-away/take-away.md +++ b/projects/take-away/take-away.md @@ -73,6 +73,3 @@ Software is a river - 2 A3 means 1 A3 to provide context 1 A3 to provide a starting point for this - context: - situated doc -------> excerpts from the proj prop, framed in an accessible way (the outside of the spiral) - - - -context from the pro pro: diff --git a/projects/wlist/wlist.md b/projects/wlist/wlist.md new file mode 100644 index 0000000..492d25a --- /dev/null +++ b/projects/wlist/wlist.md @@ -0,0 +1,30 @@ +--- +categories: + - Prototype + - Web + - Print +cover: tanuki.jpg +cover_alt: tanuki +date: 23/11/2022 +description: riting machine to explore the list format +git: https://git.xpub.nl/kamo/writing-list +slug: wlist +title: wlist +url: hub.xpub.nl/soupboat/wlist/ +--- + +A small writing machine to experiment the list format. It's again web-to-print, it's again flask, it's again markdown, it's again it's again it's again. I'm 30% sorry. + +## How to use + +- Clone the repo +- Create a virtual environment +- `python3 -m venv venv` +- Activate the virtual environment +- `source venv/bin/activate` +- Install the dependencies +- `pip install -r requirements.txt` +- Run the script +- `python main.py` + +It will open a browser window that renders the list from the `list.md` file. You can write there. Put your images in the `img` folder.