https://github.com/naokazuterada/middleman-template
@karappo flavored middleman template
https://github.com/naokazuterada/middleman-template
middleman middleman-template
Last synced: about 2 months ago
JSON representation
@karappo flavored middleman template
- Host: GitHub
- URL: https://github.com/naokazuterada/middleman-template
- Owner: naokazuterada
- Created: 2015-04-17T02:56:52.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T08:51:55.000Z (about 2 years ago)
- Last Synced: 2023-03-11T12:02:36.904Z (about 2 years ago)
- Topics: middleman, middleman-template
- Language: Ruby
- Homepage: https://middleman-tmpl.vercel.app/
- Size: 36.4 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README-TEMPLATE.md
Awesome Lists containing this project
README
# [TODO]
| Env | URL | BasicAuth |
|:--------------|:---------------------------------------|:------------|
| Production | | |
| Staging | | |
| Local | | |# Getting started
```sh
git clone --recursive [email protected]:karappo/xxxx.git xxxx
cd xxxx
yarn setup
yarn start
```# 画像圧縮について
1. XDの書き出し機能(⌘+E)を使う
1. jpeg形式の画質は特に理由がなければ`80%`
1. [JPEGmini](https://www.jpegmini.com/)は、かけると画質が微妙に変わってしまうため使わない
1. [ImageOptim](https://imageoptim.com/)は、メタ情報やカラープロファイルを削除するだけで画質は変えないのでかけても良い
1. Photoshopでカラープロファイルを埋め込む場合はImageOptimも使わないこと# 納品
納品時の注意点(差分納品なのか、受け渡しにDropboxが使えるか、パスワードポリシー等)