Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moul-co/moul
[Rewrite] The minimalist publishing tool for photographers
https://github.com/moul-co/moul
photography photography-portfolio photos
Last synced: 3 months ago
JSON representation
[Rewrite] The minimalist publishing tool for photographers
- Host: GitHub
- URL: https://github.com/moul-co/moul
- Owner: moul-co
- License: apache-2.0
- Created: 2020-03-29T15:39:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T09:14:39.000Z (10 months ago)
- Last Synced: 2024-05-21T13:04:32.869Z (6 months ago)
- Topics: photography, photography-portfolio, photos
- Language: JavaScript
- Homepage: https://moul.app/
- Size: 4.37 MB
- Stars: 210
- Watchers: 7
- Forks: 24
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- go-awesome - moul - create photo page (Finished Items / Static Site Generator)
README
![Cover](https://repository-images.githubusercontent.com/251067944/e2b45680-3a56-11eb-9988-2a9fd64fb6e0)
# Moul
> The minimalist publishing tool for photographers
Demo: [https://demo.moul.app](https://demo.moul.app)
## Features
- `Simplicity` Simple text configuration control your photo collection
- `Flexible` Available in various layouts, easy to adjust with predefined layout
- `Smart` Look great for any aspect ratio without crop your composition
- `Self-hosted` Deploy exported collection to any hosting providers
- `The One` One Binary to rule them all## Installation
### Recommended
Download a [single binary](https://github.com/moulco/moul/releases), add to `$PATH` and you’re done
### Alternative
macOS & Linux
```
curl -s https://moul.app/install.sh | sh
```## Usage
Just 3 simple commands:
### Create new photo collection
```
$ moul create my-collection
```### Preview photo collection
```
$ moul preview
```### Export photo collection
```
$ moul export
```## `moul.toml` Configuration
See full options [here](https://github.com/moulco/moul/tree/master/docs)