Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cetinajero/jekyll-theme-marketing
A Jekyll theme :gem: managed with Yarn
https://github.com/cetinajero/jekyll-theme-marketing
gem jekyll jekyll-theme jekyll-themes ruby ruby-gem
Last synced: 3 months ago
JSON representation
A Jekyll theme :gem: managed with Yarn
- Host: GitHub
- URL: https://github.com/cetinajero/jekyll-theme-marketing
- Owner: cetinajero
- License: mit
- Created: 2018-01-01T20:31:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:12:48.000Z (5 months ago)
- Last Synced: 2024-09-29T03:05:20.640Z (3 months ago)
- Topics: gem, jekyll, jekyll-theme, jekyll-themes, ruby, ruby-gem
- Language: Liquid
- Homepage: https://cetinajero.github.io/jekyll-theme-marketing/
- Size: 9.74 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# jekyll-theme-marketing
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-marketing.svg)](https://rubygems.org/gems/jekyll-theme-marketing)
[![CI Status](https://travis-ci.org/cetinajero/jekyll-theme-marketing.svg?branch=master)](https://travis-ci.org/cetinajero/jekyll-theme-marketing)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=cetinajero/jekyll-theme-marketing)](https://github.com/cetinajero/jekyll-theme-marketing/pulls?utf8=✓&q=is%3Apr+author%3Aapp%2Fdependabot)
[![Gem Downloads](https://ruby-gem-downloads-badge.herokuapp.com/jekyll-theme-marketing?type=total&total_label=)](https://rubygems.org/gems/jekyll-theme-marketing)A Jekyll theme :gem: managed with Yarn.
## Installation
### Installation on Jekyll sites using GitHub Pages
1. Add the following to your Gemfile
```ruby
gem "jekyll-remote-theme"
```
and run `bundle install` to install the plugin2. Add the following 3 lines to your site's `_config.yml` to activate the `jekyll-theme-marketing` theme and the `jekyll-remote-theme` plugin
```yml
...
remote_theme: cetinajero/jekyll-theme-marketing
...
...
plugins:
- jekyll-remote-theme
...
```### Installation on all Jekyll sites
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-theme-marketing"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-theme-marketing
```And then execute:
$ bundle install
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/cetinajero/jekyll-theme-marketing/issues. 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-marketing.gemspec` accordingly.## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Credits
**Edgar Tinajero**
-
-