Merge branch 'master' of https://git.xpub.nl/kamo/kamo-soupbato
commit
b234a76be5
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
@ -0,0 +1,36 @@
|
||||
---
|
||||
categories:
|
||||
- Prototype
|
||||
- Web
|
||||
- Print
|
||||
cover: 123964-yamato-gensho.jpg
|
||||
cover_alt: yamato gensho cover
|
||||
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: https://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.
|
||||
|
||||
## Trivia
|
||||
|
||||
![swing ball](swing.png)
|
||||
|
||||
The cover for this project is the cover from this album [Geinoh Yamashirogumi - Yamato Gensho](https://www.youtube.com/watch?v=UWxQF3gitEs), the guys that made also the soundtrack for Akira. E va be.
|
Loading…
Reference in New Issue