We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
記事毎にディレクトリを作成し,そこに記事と使用画像を入れたい
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
The text was updated successfully, but these errors were encountered:
他の人の意見がほしい
Sorry, something went wrong.
記事ごとに画像置き場は分けるべきだと思う そのうち画像増えてきたら虚無になりそう
No branches or pull requests
追加したい機能
記事毎にディレクトリを作成し,そこに記事と使用画像を入れたい
Before:
After:
参考文献
The text was updated successfully, but these errors were encountered: