All Projects → thasophearak → moul

thasophearak / moul

Licence: MIT license
See https://github.com/moulco/moul

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to moul

moul
The minimalist publishing tool for photographers
Stars: ✭ 147 (+764.71%)
Mutual labels:  photos, photography, photography-portfolio
Papr
🌁 An Unsplash app for iOS
Stars: ✭ 1,025 (+5929.41%)
Mutual labels:  photos, photography
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+4841.18%)
Mutual labels:  photos, photography
Wallpapers
Wallpapers for Pop!_OS
Stars: ✭ 91 (+435.29%)
Mutual labels:  photos, photography
Splash Cli
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.
Stars: ✭ 432 (+2441.18%)
Mutual labels:  photos, photography
Thumbsup
Generate static HTML photo / video galleries
Stars: ✭ 493 (+2800%)
Mutual labels:  photos, photography
Hexo Album
add album&photos with Hexo blog
Stars: ✭ 85 (+400%)
Mutual labels:  photos, photography
Pynet Pytorch
Generating RGB photos from RAW image files with PyNET (PyTorch)
Stars: ✭ 169 (+894.12%)
Mutual labels:  photos, photography
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+9588.24%)
Mutual labels:  photos, photography
Moul
The minimalist publishing tool for photographers
Stars: ✭ 113 (+564.71%)
Mutual labels:  photos, photography
Zing Gallery
基于node.js的web相册,让摄影照片的展示更加简单 Web albums based on node.js, more simple to show photography photos
Stars: ✭ 401 (+2258.82%)
Mutual labels:  photos, photography
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (+1088.24%)
Mutual labels:  photos, photography
QuickRawPicker
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
Stars: ✭ 26 (+52.94%)
Mutual labels:  photos, photography
Filmulator Gui
Filmulator --- Simplified raw editing with the power of film
Stars: ✭ 522 (+2970.59%)
Mutual labels:  photos, photography
picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (+29.41%)
Mutual labels:  photos, photography
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (+223.53%)
Mutual labels:  photos, photography
timeline
Timeline - A photo organizer
Stars: ✭ 39 (+129.41%)
Mutual labels:  photos, photography
google-photos-vue
Google Photos album viewer built with Vue.js
Stars: ✭ 17 (+0%)
Mutual labels:  photos, photography
Photostructure For Servers
PhotoStructure for Servers
Stars: ✭ 98 (+476.47%)
Mutual labels:  photos, photography
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+1076.47%)
Mutual labels:  photos, photography

moul •

The minimalist photo collection generator.

Demo: https://demo.moul.app

Features

  • Simplicity simple and easy to use
  • Smart deterministic image layout
  • JAMStack Future proof JAMStack
  • The One One Binary to rule them all

Installation

Download a single binary, add to $PATH and you’re done

Don't know what todo?

macOS and Linux

curl -s https://moul.app/install.sh | sh

Windows

coming soon

Usage

# Create new photo collection
$ moul new my-collection

# Place photos into its desire folders

# Add your information in config.json

# Generate your photo collection
$ cd my-collection && moul dev

# Build
$ moul build

It depends on how many photos you added to photos/collection, the command moul dev might take a while. It's a good time to grab coffee.

Recommended size

  • photos/cover: Any landscape aspect ratio will work fine (recommended: 2560px wide)
  • photos/profile: Square - 1:1 aspect ratio (recommended: 1024px wide)
  • photos/collection: Any aspect ratio (recommended: 2048px wide)

Configuration

{
  "site": {
    "url": "https://demo.moul.app",
    "name": "Moul",
    "bio": "The minimalist photo collection generator"
  },
  "social": {
    "twitter": "thasophearak",
    "youtube": "",
    "facebook": "",
    "instagram": ""
  }
}

The link for twitter will be come https://twitter.com/thasophearak

Deployment

You can pretty much deploy the dist folder to any static site hosting. That includes

and more.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].