Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crispgm/moderu
Photographer's album theme for モデル (Model)
https://github.com/crispgm/moderu
jekyll jekyll-template jekyll-theme jekyll-themes
Last synced: 30 days ago
JSON representation
Photographer's album theme for モデル (Model)
- Host: GitHub
- URL: https://github.com/crispgm/moderu
- Owner: crispgm
- License: mit
- Created: 2019-03-07T06:39:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:55:42.000Z (2 months ago)
- Last Synced: 2024-11-23T08:32:02.318Z (about 1 month ago)
- Topics: jekyll, jekyll-template, jekyll-theme, jekyll-themes
- Language: CSS
- Homepage: https://crispgm.github.io/moderu/
- Size: 4.25 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Moderu モデル](https://crispgm.github.io/moderu/index.html)
Moderu is a Jekyll theme designed for photography models, as a place to show their photos.
Moderu is the Romaji of the Japanese word モデル, which actually the English word--model. :)
![screenshot](./assets/images/screenshot.png)
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-moderu"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-moderu
```And then execute:
```shell
bundle install
```Or install it yourself as:
```shell
gem install jekyll-moderu
```## Usage
### Photos
Edit `_data/photo.yml`:
```yaml
- name: Gakki 1
desc: From Douban
file: p2331515866.jpg
date: 2019-03-11
place: Tokyo
```Only `file` is mandatory and others are optional fields. However, it would display better with these fields.
### Colors
There are only 2 colors used in this theme. A major color `$color-major` and a minor color `$color-minor`. Change it in `./assets/style.scss` at your own interest.
### Contacts
Contact's info is configured in `_config.yml`.
```yaml
links:
- icon: icon-envelope-o
link: https://link.to/your/page
```Icon is powered by IcoMoon with FontAwesome icon font and icons of social networks are included by default. e.g. `icon-twitter` for Twitter icon. For more icons, please replace with your own icon pack.
## Showcases
-
## Contributing
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).