Sha256: fc8d09b98a94ace3bcdeb0a6d33f8cc45702f77ffbb9ba7048ae12d2436fb883

Contents?: true

Size: 2 KB

Versions: 63

Compression:

Stored size: 2 KB

Contents

# jekyll-theme-centos

Welcome to jekyll-theme-centos! In this directory, you'll find the files you
need to be able to package up your theme into a gem. Put your layouts in
`_layouts`, your includes in `_includes`, your sass files in `_sass` and any
other assets in `assets`.

To experiment with this code, add some sample content and run `bundle exec
jekyll serve` – this directory is setup just like a Jekyll site!

## Installation

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

```ruby
gem "jekyll-theme-centos"
```

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

```yaml
theme: jekyll-theme-centos
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jekyll-theme-centos

## Usage

Usage documentation is available at https://gitlab.com/areguera/jekyll-theme-centos-styleguide/.

## Contributing

Bug reports and pull requests are welcome on GitHub at
https://gitlab.com/areguera/jekyll-theme-centos. This project is intended to be
a safe, welcoming space for collaboration, and contributors are expected to
adhere to the [Contributor Covenant](http://contributor-covenant.org) code of
conduct.

## 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.

When your theme is released, only the files in `_layouts`, `_includes`, `_sass`
and `assets` tracked with Git will be bundled.  To add a custom directory to
your theme-gem, please edit the regexp in `jekyll-theme-centos.gemspec`
accordingly.

## License

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

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.9.20221031122647 README.md
jekyll-theme-centos-0.9.20220805132206 README.md
jekyll-theme-centos-0.9.20220227231551 README.md
jekyll-theme-centos-0.9.20220212202853 README.md
jekyll-theme-centos-0.9.20220212195701 README.md
jekyll-theme-centos-0.9.20220201124228 README.md
jekyll-theme-centos-0.9.20220201033517 README.md
jekyll-theme-centos-0.9.20220201032927 README.md
jekyll-theme-centos-0.9.20211202171349 README.md
jekyll-theme-centos-0.9.20211031215618 README.md
jekyll-theme-centos-0.8.10 README.md
jekyll-theme-centos-0.8.9 README.md
jekyll-theme-centos-0.8.8 README.md
jekyll-theme-centos-0.8.7 README.md
jekyll-theme-centos-0.8.6 README.md
jekyll-theme-centos-0.8.5 README.md
jekyll-theme-centos-0.8.4 README.md
jekyll-theme-centos-0.8.3 README.md
jekyll-theme-centos-0.8.2 README.md
jekyll-theme-centos-0.8.1 README.md