Sha256: 75ddb7db75979c2e89d334327e7dc9da1e7f7fb8b680ee436b8adaf7104c38f0

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

# jekyll-theme-ascii

![GitHub](https://img.shields.io/github/license/antoniovazquezblanco/jekyll-theme-ascii)
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-ascii.svg)](https://badge.fury.io/rb/jekyll-theme-ascii)
[![pages-build-deployment](https://github.com/antoniovazquezblanco/jekyll-theme-ascii/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/antoniovazquezblanco/jekyll-theme-ascii/actions/workflows/pages/pages-build-deployment)

Simple theme that relies mostly on ASCII characters. And maybe emojis :).


## Installation

Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "jekyll-theme-ascii"
```

And add this line to your Jekyll site's `_config.yml`:

```yaml
theme: jekyll-theme-ascii
```

For `github-pages` you must use the following line instead:

```yaml
remote_theme: jekyll-theme-ascii
```

Finally execute:

```
bundle
```

Or install it yourself as:

```
gem install jekyll-theme-ascii
```


## License

The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-ascii-0.3.1 README.md
jekyll-theme-ascii-0.3.0 README.md
jekyll-theme-ascii-0.2.3 README.md
jekyll-theme-ascii-0.2.2 README.md