2019-11-25 12:04:46 +01:00
|
|
|
# Jekyll Theme Dark Reader
|
2019-11-25 13:51:43 +01:00
|
|
|
|
|
|
|
>A Minimal Dark theme for jekyll with minimal CSS
|
|
|
|
|
|
|
|
[Live Demo](https://sharadcodes.github.io/jekyll-theme-dark-reader/)
|
|
|
|
|
|
|
|
## How to install
|
|
|
|
|
|
|
|
1. Download or clone the repo
|
|
|
|
`git clone https://github.com/sharadcodes/jekyll-theme-dark-reader.git`
|
|
|
|
2. Enter the folder
|
|
|
|
`cd jekyll-theme-dark-reader`
|
|
|
|
3. Run
|
|
|
|
`bundle install`
|
|
|
|
4. Start Jekyll server
|
|
|
|
`bundle exec jekyll serve`
|
|
|
|
5. Access via
|
|
|
|
* localhost or according to your pc configurations.
|
|
|
|
6. Change the `_config.yml` file according to you.
|
|
|
|
7. Upload the files on your repository and :sunglasses: enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
# Screenshots
|
|
|
|
|
|
|
|
## BLOG PAGE
|
|
|
|
![Blog page](https://github.com/sharadcodes/jekyll-theme-dark-reader/raw/master/screenshots/1.png)
|
|
|
|
## POST EXAMPLE
|
2019-11-25 14:03:36 +01:00
|
|
|
![Post page](https://github.com/sharadcodes/jekyll-theme-dark-reader/raw/master/screenshots/2.png)
|