2020-10-30 10:22:55 +01:00
|
|
|
# Portfolio generators
|
|
|
|
## Basic prototype
|
|
|
|
- [[markdown]] and media files in single file tree aka [[vault]]
|
|
|
|
- render
|
|
|
|
- --> web
|
|
|
|
- --> pdf //can be interactive
|
|
|
|
- --> printable file //probably pdf
|
|
|
|
- --> etc
|
|
|
|
- media files
|
|
|
|
- archive vs. presentation media files
|
|
|
|
|
|
|
|
|
|
|
|
## Managment
|
|
|
|
:proposal:
|
|
|
|
- managment through
|
2020-11-12 16:49:29 +01:00
|
|
|
- [filetag](filetag)
|
2020-10-30 10:22:55 +01:00
|
|
|
- [media annotation](media%20annotation)
|
|
|
|
- ...
|
Automatic update, changed: 000_start-here.md, ALEADUB.md, Algorithmic Editing.md, Speed and Information Cyberspace Alarm.md, UpEnd.md, backlinks.md, decentralization.md, filetag.md, obsidian.md, pg_backup.md, portfolio generator.md, stream.md, syncthing.md, tags-tallguyjenks.md, tagspaces.md, vault.md
2020-12-28 17:16:15 +01:00
|
|
|
- [[tools.tagspaces]] for [digital asset managment](digital%20asset%20managment)
|
2020-11-12 16:49:29 +01:00
|
|
|
- [obsidian](obsidian) or similiar
|
2020-10-30 10:22:55 +01:00
|
|
|
- how to understand media files and their renders?
|
|
|
|
- yaml
|
|
|
|
- naming convetions
|
|
|
|
|
|
|
|
## Going ONLINE
|
|
|
|
### Plan of Action mk. JEKYLL
|
|
|
|
#### Essentials
|
|
|
|
- https://jekyllrb.com/
|
|
|
|
- uses [[markdown]]
|
|
|
|
- CLI / coding heavy, but!
|
|
|
|
- general templates can be created
|
|
|
|
- [ ] how to avoid all portfolios looking the same?
|
|
|
|
- additionally, cost of set-up for non-computerandos not too high
|
|
|
|
- [GitLab CI](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) can be used to build and deploy (!) websites
|
|
|
|
- no previews though
|
|
|
|
- pre-setup [[anabasis]] machines?
|
|
|
|
|
|
|
|
#### Minimal requirements on users
|
|
|
|
- [[markdown]] knowledge
|
|
|
|
- [[git]] user knowledge (?)
|
|
|
|
- no reasonable user-friendly GUI :(
|
|
|
|
|
|
|
|
#### Features / Workflows
|
|
|
|
- full page (e.g. about, contact, history...) = single [[markdown]] file
|
|
|
|
- **OR** [[markdown]] files as separate page components/blocks (i.e. portfolios)
|
|
|
|
- annotation with [[yaml metadata]], which allows for:
|
|
|
|
- sorting by date, name, project, medium...
|
|
|
|
- automatic inclusion into pages (if specified by template)
|
|
|
|
- living example: https://t.mldk.cz/tools
|
|
|
|
- (each tool a single .md file)
|
|
|
|
- result = single folder of plain HTML files
|
|
|
|
- allows for embedding of dynamic content (videos, javascripten, blinkenlichten)
|
|
|
|
|
|
|
|
|
|
|
|
#### Example of a component markdown file
|
|
|
|
---
|
|
|
|
name: kollagen
|
|
|
|
stage: beta
|
|
|
|
live-url: /tools/kollagen/
|
|
|
|
git: https://gitlab.com/tmladek/kollagen
|
|
|
|
tags:
|
|
|
|
- image
|
|
|
|
- experimental
|
|
|
|
---
|
|
|
|
*kollagen* is a random image mashup/collage generator. Mostly for fun and [kun saxan](https://kunsaxan.sdbs.cz) image feed.
|
|
|
|
|
|
|
|
|
|
|
|
### Plan of action mk. Wordpress (???)
|
|
|
|
*?**?**?*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-----------
|