Automagical gallery page generator.
See a working example here: victoria.dev/tokyo-life
acme-gallery creates an HTML page with CSS styling included. You can add the page to your website as a standalone gallery, or extract the HTML and styling to mix into other pages. Some comfort with HTML and CSS is recommended for the latter.
index.html
(generated from index.pug
)style.css
(generated from style.sass
)gulpfile.js
package.json
$ git clone https://github.com/victoriadrake/acme-gallery.git
This tool makes use of Node.js and npm. You can find instructions for installing these here: https://docs.npmjs.com/getting-started/installing-node
$ cd acme-gallery
$ npm install
acme-gallery/images/
folderThese images will be optimized for you.
.sass
and .pug
filesYou may wish to change the styling, or the page’s title and description.
In acme-gallery/
, run:
$ gulp generate
The program will output a public/
folder containing the files for your gallery page.
Copyright (C) 2018 Victoria Drake
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.