Skip to content

Commit

Permalink
proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Jan 10, 2018
1 parent 0cc6d02 commit 0bba6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There shouldn't be a need to set `permalink` in frontmatter because all content

* **[Formspree.io](https://formspree.io/) contact form integration** - just add your email to the `_config.yml` and it works!
* Add your **social profiles** easily in `_config.yml`. Only the social profiles buttons you enter in `config.yml` will show up on the site footer.
* Custom 404 page (called 404.html).
* Custom 404 page (called 404.html; to activate, move to your project directory).
* Comprehensive search engine optimization (SEO) tags based on info you provide in _config.yml
* Google Analytics built-in; just put your [Tracking ID](https://support.google.com/analytics/answer/1008080?hl=en) in _config.yml

Expand Down
4 changes: 2 additions & 2 deletions jekyll-theme-prologue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-prologue"
spec.version = "0.2.3"
spec.version = "0.2.4"
spec.authors = ["HTML5 UP", "Chris Bobbe"]
spec.email = ["[email protected]"]

Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chrisbobbe/jekyll-theme-prologue"
spec.license = "CC-BY-3.0"

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

spec.add_development_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
Expand Down

0 comments on commit 0bba6f8

Please sign in to comment.