web/README.md

58 lines
1.9 KiB
Markdown
Raw Normal View History

2019-09-30 15:37:14 +03:00
# Jekyll Theme Chirpy
[![Build Status](https://travis-ci.com/cotes2020/jekyll-theme-chirpy.svg?branch=master)](https://travis-ci.com/cotes2020/jekyll-theme-chirpy)
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
![devices-mockup](assets/img/sample/devices-mockup.png)
2019-11-05 17:14:02 +03:00
A Jekyll theme with responsive web design that focuses on text presentation. Hope you like it! [Live Demo »](https://chirpy.cotes.info)
2019-09-30 15:37:14 +03:00
## Features
* Last modified date
* Table of Contents
* Disqus Comments
* Syntax highlighting
* Two Level Categories
* Search
* HTML compress
* Atom feeds
* Google Analytics
* Pageviews (Advanced)
## Quick start
2019-11-05 17:14:02 +03:00
Complete the installation of the following environment dependencies:
2019-09-30 15:37:14 +03:00
- [Ruby](https://www.ruby-lang.org/en/downloads/)
- [RubyGem](https://rubygems.org/pages/download)
- [Bundler](https://bundler.io/)
- [Jekyll](https://jekyllrb.com/)
- [Python](https://www.python.org/downloads/)
- [ruamel.yaml](https://pypi.org/project/ruamel.yaml/)
2019-11-05 17:14:02 +03:00
- [fswatch](http://emcrisostomo.github.io/fswatch/getting.html)
2019-09-30 15:37:14 +03:00
2019-11-05 17:14:02 +03:00
Next, [**fork**](https://github.com/cotes2020/jekyll-theme-chirpy/fork) this project and rename as `<username>.github.io`, then clone the replicated repository locally. Go to the root directory and install the Jekyll plugins:
2019-09-30 15:37:14 +03:00
```
$ bundle install
```
Boot your site locally:
```
$ bash run.sh
```
Now, open your favorite brower and visit <http://127.0.0.1:4000>
2019-11-05 17:14:02 +03:00
## Documentation
For more details, please check the [tutorial](https://chirpy.cotes.info/posts/getting-started/). BTW, a copy of the tutorial is also available on the [Wiki](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).
2019-09-30 15:37:14 +03:00
## License
This work is published under [MIT](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE) License.