forked from tommy351/Octopress-Theme-Slash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#Slash | ||
|
||
Slash is a minimal theme for Octopress. | ||
|
||
##Install | ||
|
||
Type the code below in terminal. | ||
|
||
$ cd octopress | ||
$ git clone [email protected]:tommy351/Octopress-Theme-Slash.git .themes/slash | ||
$ rake install['slash'] | ||
$ rake generate | ||
|
||
##Features | ||
|
||
- Read `alt` property of photos and add it below photos. | ||
- Built-in [Fancybox](http://fancyapps.com/fancybox/) enables you to showcase your works easily. | ||
- Resize HTML5 `video` and embedded video like `iframe`, `object` to page width automatically. | ||
- Supports responsive layouts. Whatever devices you use, you can get a great experience. | ||
- [More info…](http://zespia.tw/Octopress-Theme-Slash/) |