Skip to content

Commit bc47718

Browse files
author
Agil Mammadov
authored
Merge pull request #3 from stiermid/release/v0.1.0
release/v0.1.0
2 parents f9582ef + 6e6648a commit bc47718

3 files changed

Lines changed: 7 additions & 26 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# monoholic
22

3-
Welcome to your new Jekyll theme! 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`.
4-
5-
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6-
7-
TODO: Delete this and the text above, and describe your gem
3+
Minimal dark jekyll theme
84

95
## Installation
106

@@ -28,22 +24,9 @@ Or install it yourself as:
2824
2925
$ gem install monoholic
3026
31-
## Usage
32-
33-
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34-
3527
## Contributing
3628
37-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/monoholic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
38-
39-
## Development
40-
41-
To set up your environment to develop this theme, run `bundle install`.
42-
43-
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.
44-
45-
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
46-
To add a custom directory to your theme-gem, please edit the regexp in `monoholic.gemspec` accordingly.
29+
Bug reports and pull requests are welcome on GitHub at https://github.com/stiermid/monoholic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
4730
4831
## License
4932

monoholic.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Agil Mammadov"]
77
spec.email = ["mammadovagil@tutamail.com"]
88

9-
spec.summary = "TODO: Write a short summary, because Rubygems requires one."
10-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
9+
spec.summary = "Minimal dark jekyll theme"
10+
spec.homepage = "https://github.com/stiermid/monoholic"
1111
spec.license = "MIT"
1212

1313
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "monoholic",
3-
"version": "1.0.0",
4-
"description": "Welcome to your new Jekyll theme! 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`.",
5-
"main": "index.js",
3+
"version": "0.1.0",
4+
"description": "Minimal dark jekyll theme",
65
"scripts": {
76
"format": "prettier --write ."
87
},
@@ -12,8 +11,7 @@
1211
},
1312
"keywords": [],
1413
"author": "",
15-
"license": "ISC",
16-
"type": "commonjs",
14+
"license": "MIT",
1715
"bugs": {
1816
"url": "https://github.com/stiermid/monoholic/issues"
1917
},

0 commit comments

Comments
 (0)