Paper is a minimal Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. The styling is purposely minimalistic so that you can add your own flare to the website.
Live demo of the theme can be seen here. I'm also currently using this theme on my personal blog.
rake check
- Check links/html files of the generated siterake clean
- Clean up generated siterake post
- Begin a new post in ./_posts
rake preview
- Preview with livereload on local machinegit clone https://github.com/mkchoi212/paper-jekyll-theme.git
bundle install
rake preview
Then, go to your favorite brower and type in the address http://127.0.0.1:YOUR_PORT_NUM_HERE
to preview your website.
To customize various details - title/description of the website, your SNS accout names, etc - edit the _config.yml
file.
rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]
This will create a markdown file in the default folder where all posts are stored in Jekyll; _post
.
If you wish to change the directory where posts are saved, go to the Rakefile
and edit the CONFIG = { 'posts': CUSTOM_PATH_HERE }
. This will allow rake post
to know where to save the new posts to.
The drafts you are working on can be saved in the _drafts
directory. When you push your code to the server, files in this directory will NOT be included to the list of posts.
Please see LICENSE
前言 拥有一个个人博客基本上已经接近是开发者的标配之一了,在博客中记录自己的学习过程,分享自己的经验总结,也是促进自己技术成长的重要途径。当前有许多种创建个人博客的方式可以选择,如选择专业的博客网站提供的博客服务,国内有例如CSDN、博客园等,或是自己购买服务器搭建博客。在这里,也是推荐一种新的博客架设方式,也就是使用Github Pages服务搭建自己的博客。通过Jekyll在Github上搭建
Lightning Network Paper This is the Bitcoin Lightning Network paper. Paper PDF: http://lightning.network/lightning-network-paper.pdf #Compiling/Editing Paper is in LaTeX format. Diagrams are in dia, b
Let's Reproduce Paper Simulations! Some paper simulations by matlab for multi-robot systems, formation control, distributed optimization and cooperative manipulation. If you have any interesting paper
White Paper White Paper is a theme for Jekyll. It is made keeping content in focus and is best for writers/developers who also like to share code with their essays. Create blog posts jekyll-compose ge
Ember Paper This project aims to bring Google's new Material Design to Ember. The goal is to encapsulate everything possible in Ember components. This project is packaged as an Ember-cli addon. Explor
paper-switch 是 Swift 的 UISwitch 子类,可以在父视图上使用 onTintColor 绘制。实现了 Ramotion 的 this Dribbble 概念。
实现折叠样式的视图切换效果。当手指向左或者向右划动屏幕界面时,左边或者右边隐藏的视图会随着手指的划动以展开折叠的方式展开视图,同样,隐藏视图也是将左右视图慢慢折叠回去。支持ARC。 [Code4App.com]