Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

画像保存パスの変更 #36

Open
takanakahiko opened this issue Jan 11, 2019 · 2 comments
Open

画像保存パスの変更 #36

takanakahiko opened this issue Jan 11, 2019 · 2 comments

Comments

@takanakahiko
Copy link
Member

takanakahiko commented Jan 11, 2019

追加したい機能

記事毎にディレクトリを作成し,そこに記事と使用画像を入れたい

Before:

- _posts
  - 2018-12-01-hoge.md(image1とimage2を参照)
  - 2018-12-02-huga.md(image3とimage4を参照)
- imagse
  - hoge
    - image1.jpg
    - image2.jpg
  - huga
    - image3.jpg
    - image4.jpg

After:

- _posts
  - 2018-12-01-hoge
    - index.md(image1とimage2を参照)
    - image1.jpg
    - image2.jpg
  - 2018-12-02-huga
    - index.md(image3とimage4を参照)
    - image3.jpg
    - image4.jpg

参考文献

@takanakahiko
Copy link
Member Author

他の人の意見がほしい

@zyundamochi080
Copy link
Member

記事ごとに画像置き場は分けるべきだと思う
そのうち画像増えてきたら虚無になりそう

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants