Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuoa/julia
A minimalistic jekyll theme.
https://github.com/kuoa/julia
jekyll jekyll-blog jekyll-template jekyll-theme jekyll-website
Last synced: 2 months ago
JSON representation
A minimalistic jekyll theme.
- Host: GitHub
- URL: https://github.com/kuoa/julia
- Owner: kuoa
- License: mit
- Created: 2016-07-30T14:36:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T13:40:40.000Z (over 5 years ago)
- Last Synced: 2024-09-29T03:02:34.215Z (3 months ago)
- Topics: jekyll, jekyll-blog, jekyll-template, jekyll-theme, jekyll-website
- Language: CSS
- Homepage: https://kuoa.github.io/julia/
- Size: 1.16 MB
- Stars: 31
- Watchers: 3
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia [![Demo](https://img.shields.io/badge/julia-demo-green.svg)](https://kuoa.github.io/julia/)
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)