-
Notifications
You must be signed in to change notification settings - Fork 43
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
3 changed files
with
58 additions
and
3 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,53 @@ | ||
# Julia [![Demo](https://img.shields.io/badge/julia-demo-green.svg)](http://kuoa.github.io) | ||
|
||
A minimalistic jekyll theme | ||
|
||
--------------------------- | ||
Home page | ||
|
||
![about-page](https://raw.githubusercontent.com/kuoa/julia/master/assets/home.png) | ||
--------------------------- | ||
|
||
Part one of a long post | ||
![post-1](https://raw.githubusercontent.com/kuoa/julia/master/assets/post_1.png) | ||
--------------------------- | ||
|
||
Part two of a long post | ||
![post-2](https://raw.githubusercontent.com/kuoa/julia/master/assets/post_2.png) | ||
--------------------------- | ||
|
||
Posts will be listed by category in the `Archive` page alongside with their tags | ||
![archive-page](https://raw.githubusercontent.com/kuoa/julia/master/assets/archive.png) | ||
|
||
--------------------------- | ||
|
||
How to use it | ||
========= | ||
|
||
|
||
### Install from github | ||
|
||
1. [Fork this repository](https://github.com/kuoa/julia/fork) | ||
|
||
2. Clone the repository to your computer and run it | ||
|
||
``` sh | ||
$ git clone https://github.com/kuoa/julia.git | ||
$ bundler install | ||
$ jekyll serve | ||
``` | ||
|
||
--------------------------- | ||
|
||
### Configurations | ||
Edit the `_config.yml` file and make the theme yours. | ||
* Change the base color in */css/main.sccs* ```$brand-color: new-color;``` | ||
* To enable comments modify the ```disqus_shortname``` | ||
* To enable google-analytics set ```google-analytics``` to true and paste your tracking code in ```/_inludes/google_analytics.html``` | ||
* To add links to the navbar edit the ```links``` section | ||
|
||
--------------------------- | ||
### Author [![Twitter](https://img.shields.io/badge/kuoa-<3-66BAB7.svg)](https://github.com/kuoa) | ||
|
||
--------------------------- | ||
### License [![License](https://img.shields.io/npm/l/express.svg)](https://github.com/kuoa/julia/blob/master/LICENSE) |
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
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