https://github.com/tedder/tedder-indieweb
collecting stuff to make an indieweb/static site.
https://github.com/tedder/tedder-indieweb
Last synced: 5 months ago
JSON representation
collecting stuff to make an indieweb/static site.
- Host: GitHub
- URL: https://github.com/tedder/tedder-indieweb
- Owner: tedder
- License: mit
- Created: 2015-11-07T22:03:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T22:06:52.000Z (over 10 years ago)
- Last Synced: 2025-10-10T06:11:21.607Z (10 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Design notes
This is an indieweb **static site generator**. It's designed to be used for an entire domain, including making an 'index page' with a user-specified order.
### Plugins
Thinking this will eventually have various input and output plugins. Here's what I am writing for my needs and *others I might add in italics*:
* master input: yml file that will become the index page and drive creation of subsidiary pages
* input: page (photos) from Smugmug
* output: pretty photo page (simple, responsive, with a 'picture popup')
* output: user-defined index page
* publish: post to S3. *Selectively re-upload pages, assets, etc.*
* *output: use (https://github.com/aFarkas/lazysizes)*
* *output:* check this out: http://photoswipe.com/
## Manifesto
I'm absolutely using [Common Markdown](http://commonmark.org/) (aka Standard Markdown or Common Mark), Gruber be damned.
I'm writing this in Python. It's unsexy now but has enough OO and