blog/README.md

55 lines
2 KiB
Markdown
Raw Normal View History

2019-08-03 11:14:05 +02:00
# jekyll-theme-yat
2020-07-12 15:02:28 +02:00
Hey, nice to meet you, you found this Jekyll theme. Here the yet another theme is a modern theme, and it's quiet clear, clean and neat for writers and posts.
2019-08-03 11:14:05 +02:00
2020-07-12 15:02:28 +02:00
<p align="center">
2019-08-03 11:14:05 +02:00
2020-07-12 15:02:28 +02:00
<img src="https://user-images.githubusercontent.com/9413601/87244819-c34ada80-c472-11ea-9c67-5827dd55d3c7.png" alt="demo-screenshot" width="720px" style="box-shadow: 0px 0px 18px 5px #f2f2f2" />
2019-08-03 11:14:05 +02:00
2020-07-12 15:02:28 +02:00
</p>
2019-08-03 11:14:05 +02:00
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-theme-yat"
```
And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-theme-yat
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-theme-yat
## Usage
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
## Development
To set up your environment to develop this theme, run `bundle install`.
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
2019-09-12 12:38:59 +02:00
When your theme is released, only the files in `_data`, `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
2019-08-03 11:14:05 +02:00
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-yat.gemspec` accordingly.
2020-07-12 15:02:28 +02:00
## Contributing
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
2019-08-03 11:14:05 +02:00
2020-07-12 15:02:28 +02:00
You can start by [opening an issue](https://github.com/jeffreytse/jekyll-theme-yat/issues/new) describing the problem that you're looking to resolve and we'll go from there.
## License
2019-08-03 11:14:05 +02:00
2020-07-12 15:02:28 +02:00
This theme is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php) © JeffreyTse.