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

博客中方便插入图片的方法 #32

Open
ifq opened this issue Jul 9, 2013 · 14 comments
Open

博客中方便插入图片的方法 #32

ifq opened this issue Jul 9, 2013 · 14 comments

Comments

@ifq
Copy link
Collaborator

ifq commented Jul 9, 2013

今天刚发现gor这个好东东,来支持一下。
之前用octopress,但是导入之前的博客后,几百篇博客每次生成都很慢,今天又一次想解决的时候,搜到这里来了。简单配置了下,觉得gor挺简洁。

想问下,gor下有没有什么方法快速插入图片的?请教下作者写博客是怎么样实现的?也是手动cp图片到制定文件夹,然后在markdown里添加link么?我翻了下,你的博客图片是按日期存放的,请问是自动的吗?

@wendal
Copy link
Owner

wendal commented Jul 9, 2013

暂时我还是手工放进去的

@ifq
Copy link
Collaborator Author

ifq commented Jul 9, 2013

要是能在导入图片方面更自动化一点,写博客可能更舒坦哈。 比如,gor new [标题] [本地图片文件夹路径] ,然后能自动按图片日期cp到特定目录,并在md文件中实现插好图片的连接这样~

可惜我不会golang 哈。。

@wendal
Copy link
Owner

wendal commented Jul 9, 2013

哦,这个提议不错,呵呵

@ifq
Copy link
Collaborator Author

ifq commented Jul 9, 2013

因为我喜欢发图,所以一直在找简单的方法。我用octopress的时候是用bash和perl的脚本这么做的。要是能原生支持,算是比较体贴的小功能哈。

@MxBird
Copy link

MxBird commented Jul 10, 2013

但是我还是喜欢连接其它图片网站的图片如果都放到git下面这个工程就会越来越大 不方便管理。。

@ifq
Copy link
Collaborator Author

ifq commented Jul 10, 2013

这倒也是个问题。不过我目前还没有遇到哈。。
那如果能够自动的导出到其他图片网站的话,是不是很体贴啊~

@wendal
Copy link
Owner

wendal commented Jul 10, 2013

自动有难度,但现在也可以设置媒体文件的URL前缀

@ifq
Copy link
Collaborator Author

ifq commented Jul 27, 2013

看你都是以下面这种形式插入图片:

  <img src="{{urls.media}}/2013-05-12/IMG_5585.JPG" alt="" height="800" width="600" ></img>

这里的 {{urls.media}} 是约定好的么?还是需要我自己配置?

@wendal
Copy link
Owner

wendal commented Jul 27, 2013

约定好的,默认指向media目录

@bsed
Copy link

bsed commented Aug 18, 2015

这个idea 什么时间能,实现,或者传到什么七牛云 或者 github上都可以的。

@alairs
Copy link

alairs commented Sep 25, 2015

我的图片在根目录下放着,名为ba.png 使用
gor post "test" ba.png
gor post "test" ./ba.png
gor post "test" [ba.png]
gor post "test" [./ba.png]
gor post "test" f:/3c.lc/ba.png
都没法插入? 咋整?

@wendal
Copy link
Owner

wendal commented Sep 25, 2015

是文件夹,不是文件

@bsed
Copy link

bsed commented Sep 26, 2015

哈哈 都在纠结 图片问题,建议把图片上传集成自动传到七牛上 就好了

@leonardyp
Copy link

请问现在插入图片有什么好的方法了吗?我有一张图片要插入的话怎么弄,然后markdown是要怎么写呢

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

6 participants