Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jack000/expose-legacy
Dead simple static site generator for photo/editorial mix content
https://github.com/Jack000/expose-legacy
Last synced: 9 days ago
JSON representation
Dead simple static site generator for photo/editorial mix content
- Host: GitHub
- URL: https://github.com/Jack000/expose-legacy
- Owner: Jack000
- License: mit
- Created: 2015-02-03T06:42:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T12:24:53.000Z (about 9 years ago)
- Last Synced: 2024-08-01T13:33:17.918Z (3 months ago)
- Language: HTML
- Size: 14.6 MB
- Stars: 73
- Watchers: 9
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expose
note: this is now deprecated. Try [Expose 2.0](https://github.com/Jack000/Expose-2.0)
Dead simple static site generator for photo/editorial mix content, exactly like my personal site at www.jack.ventures
Note: this is 3 bash scripts I wrote over a weekend for personal use, expect hacks
Note 2: these scripts were written on a mac, mileage may vary for other environmentshow to use:
1. /japan-2014/resize.sh uses imagemagick (a dependency) to resize each photo into common resolutions
2. generate.sh to generate the html page and put in japan-2014
3. copy.sh to copy the whole thing to /generated-site
4. post contents to Amazon S3 or other static host
content management:
1. create folders named 01, 02, etc..
2. put photo in the folder, name it full.jpg
3. put a text file in the folder, name it post.txt
4. see example files for post.txt formatting. It's just markdown.