blog.timmybankers.nl
Setting Up A New Blog Using Github Pages · Tim's Tech blog
http://blog.timmybankers.nl/2014/03/10/Setting-up-a-new-blog-using-Github-Pages
Setting Up A New Blog Using Github Pages. A long time ago I started out with a self-hosted Wordpress blog. It took some time to setup, but in the end I got it working on my server at home and was available together with some other sites through Apache. My eye fell upon GitHub pages. Which is a free. Which is a blog-aware static page generator. The blog itself is just a GitHub repository and the blog posts are files written in markdown. The process to get it up and running was easy:. Your new blog is up a...
mattsurabian.github.io
Moving My Blog To Jekyll
http://mattsurabian.github.io/moving-my-blog-to-jekyll
Moving My Blog To Jekyll. WordPress is an incredible blogging platform and the strategy for deploying WordPress at moderate scale is pretty straightforward: a horizontally scaling web array and a vertically scaling database. The problem is that I (and I imagine the majority of people with industry blogs) don’t need constant scale. A scaling event might occur once every few months. I refuse to sacrifice ability to scale for convenience or cost. This weekend I realized I didn’t have to choose. Or cheaply b...
keepfoolish.com
利用Jekyll搭建个人博客
http://keepfoolish.com/open/jekyll-introduction.html
安装Python 推荐Python 2.7.3. 添加 C: Python27 Scripts 假设你的Python安装在C盘根目录下 到你的path. 创建一个新的版本库,命名为 USERNAME.github.com. 2 - 安装Jekyll引导程序 Jekyll-Bootstrap. 2 - Install Jekyll-Bootstrap. Git clone https:/ github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com $. USERNAME.github.com $. Url origin git@github.com:USERNAME/USERNAME.github.com.git $. Git push origin master. 两分钟后你的Blog神奇的出现在 http:/ USERNAME.github.com. Git clone https:/ github.com/plusjade/jekyll-bootstrap.git $. USERNAME.github.com $. Layout: pos...
davidsiaw.github.io
New Blog - ./home/davidsiaw
http://davidsiaw.github.io/blog/2013/10/12/new-blog
What I want to talk about here is actually how I started doing this and why I ended up moving my blog across, along with what I learned along the way about Jekyll-Bootstrap, Octopress, Jekyll, the annoying problems and the process of migrating from a WordPress blog to a Octopress/Disqus duo. The themes provided were incredibly high quality, and were easy to read on the iPhone. The syntax highlighting seemed to just work too so it seemed like everything was going to be good. Believing in the power of exis...
lilysui.cn
用jekyll搭建github免费博客
http://www.lilysui.cn/fun/2016/01/12/make-your-github-blog-by-jekyll
建议 最好用Gmail,因为国内邮箱在找回密码时根本收不到邮件,😢 前车之鉴. Gem sources - add https:/ ruby.taobao.org/ - remove https:/ rubygems.org/ $ gem sources -l * * CURRENT SOURCES * * https:/ ruby.taobao.org # 请确保只有 ruby.taobao.org $ sudo gem install jekyll #加sudo避免无写权限. 建名为USERNAME.github.com的repository USERNAME是注册时申请的github用户名. 等几分钟后,就可以在http:/ USERNAME.github.io下看到博客模板最开始的样子. Cd USERNAME.github.com $ jekyll serve. Rake post title="Hello World". Git add . $ git commit -m "Add new content" $ git push origin master.
blog.securem.eu
Reloading this blog on GitHub Pages with Jekyll
http://blog.securem.eu/news/2014/12/13/reloading-this-blog-on-github-pages-with-jekyll
A Student Hacker's Life. Reloading this blog on GitHub Pages with Jekyll. It has been a long time since I have posted anything on my old. Blog I used to write things for myself, to share the little knowledge I gained, interesting websites, and good security practices. I wanted a fast (my previous hoster, Olympe Network. Is doing a wonderful work to provide free, ad-free, and opensource hosting to 50000 users, but the performances weren’t good enough), simple, and customizable blog. Which makes it fast.
urthen.github.io
Deploying a blog to Github in 30 minutes or less - Document This
http://urthen.github.io/2013/04/20/deploying-a-blog-to-github-in-30-minutes-or-less
Deploying a blog to Github in 30 minutes or less. An introduction to installing and setting up Jekyll. There’s a whole lot of ways out there to start a blog. From WordPress. You can set up your own soapbox in a matter of moments. Some of us, however, desire a more hands-on approach. Fortunately there’s a way to have a completely self-managed blog without having to spend a dime on hosting costs. GitHub will let you create and host static HTML pages, or pages written with Markdown. Next ten minutes will be...
SOCIAL ENGAGEMENT