harttle.github.io icon indicating copy to clipboard operation
harttle.github.io copied to clipboard

2013/10/18/github-homepage-tutorial

Open harttle opened this issue 7 years ago • 11 comments

部署自己的博客:Github+Jekyll - Harttle Land

http://harttle.land/2013/10/18/github-homepage-tutorial.html

harttle avatar May 02 '18 18:05 harttle

博主,现在的网站用的就是Jekyll吗,评论区用的是disqus?

By wang haoyu (spartawhy117) 2016-06-12T10:27:57Z

harttle avatar May 02 '18 18:05 harttle

对的~ 部署在github pages

By Yang Jun 2016-06-12T15:40:49Z

harttle avatar May 02 '18 18:05 harttle

博主,我看了你的博客维护的非常好啊,牛逼。
我主要在跟着你的博客看effective c++,写的很好啊。关键是有自己的实践和理解,排版也很简洁。

By wang haoyu (spartawhy117) 2016-06-16T08:53:40Z

harttle avatar May 02 '18 18:05 harttle

Blog 做得好棒啊……

报个无关紧要的小 Bug 吧,微信的分享按钮可以一直点,然后会出现一堆二维码= =

By kurubot 2016-10-18T06:46:49Z

harttle avatar May 02 '18 18:05 harttle

嗯……这个用的是https://github.com/harttle/...

By Yang Jun 2016-10-19T05:34:05Z

harttle avatar May 02 '18 18:05 harttle

not bad!

By xgqfrms 2017-02-24T01:10:07Z

harttle avatar May 02 '18 18:05 harttle

现在不需要“创建名为 username.github.io 的仓库”了,任何一个仓库都可以创建github pages,只不过url会有所不同

By merrier 2017-07-25T04:38:59Z

harttle avatar May 02 '18 18:05 harttle

测试disqus邮件连通性

By Jun 2017-09-15T11:17:08Z

harttle avatar May 02 '18 18:05 harttle

今天折腾了一天的jekyll啊,一个坑跳出来又跳进另一个坑。 很早就知道可以搭建静态博客,试了几次都是因为配置本地环境问题作罢。 今天上午终于搞好了。然后选模板,卡在了怎么做目录的环节,参考了别人的,准备用[http://jekyllbootstrap.com/]这个,然后发现css样式之类的有问题。 觉得自己好蠢浪费了一天在这种查依赖搞问题的无聊事情上。 看到博主的博客觉得有了希望。想问下:

博主的目录,标签这些都是怎么做到的。 这里是我的安装过程,如果有时间希望指点下。感激不尽。 [https://github.com/BearJean/home-config/tree/master/bole]

ghost avatar May 21 '18 17:05 ghost

看 Jekyll 官方文档: https://jekyllrb.com/ 挺详细的。标签的文档在这里: https://jekyllrb.com/docs/variables/ 要写对应的 FrontMatter: https://jekyllrb.com/docs/frontmatter/

harttle avatar May 22 '18 04:05 harttle

好的,多谢。

ghost avatar May 22 '18 08:05 ghost