hey-world 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -21
  3. data/_layouts/default.html +9 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5929dff21bc4a279cec4d4060ef79c98b7eb4a8233b538efba00c720e3331eb5
4
- data.tar.gz: 346889a0983d716dc7b23250914d488812ab6bf96cb024fdc830944bc6e8e580
3
+ metadata.gz: 77e07484d2474fe275f95011673b4c4f2a1f77aafc99d3122c240324b4bccd30
4
+ data.tar.gz: 1499b421a207c768adcd2c39aa5b96b859f3124884dd8bf870078b9419922a98
5
5
  SHA512:
6
- metadata.gz: af9a9b164846164de91fd533e93ddc286fb5d371d76e378b8e071e58d95862e61cd47a27a959f416b1f739f3a01802c4eecfaa5089190fd4d203975036605266
7
- data.tar.gz: 9d268e31ba850e5a1754b0062580e3ac6a242a1bd3bdac8a47468682853688aa87edf5c677d05b072736082f46b1f7e82f99912cb3b50408fe8a7cbda1589628
6
+ metadata.gz: 8b1339e1e7733e0f6a0d3d132f2a501622f3b40389845ff33929ef3d672beebfde1f87095bccceddd27069a2e0c249bf433eaed6860976657bf15330c5e066b4
7
+ data.tar.gz: 12339f44eee5d74e0c727fef9858743d663905fd6c6434888595093bbf53e5d3765e552fa1697cd6a1d7fc33f74d7e230bf36d90a329cc447471f3e127a24a54
data/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # hey-world
2
2
 
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
+ This theme is inspired by Hey by Basecamp. They have recently introduce https://hey.com/world/ and really like the minimal look for the blogging page. Here is one example by [DHH](https://world.hey.com/dhh/)
8
4
 
9
5
 
10
6
  ## Installation
@@ -29,22 +25,6 @@ Or install it yourself as:
29
25
 
30
26
  $ gem install hey-world
31
27
 
32
- ## Usage
33
-
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
-
36
- ## Contributing
37
-
38
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. 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.
39
-
40
- ## Development
41
-
42
- To set up your environment to develop this theme, run `bundle install`.
43
-
44
- 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.
45
-
46
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
- To add a custom directory to your theme-gem, please edit the regexp in `hey-world.gemspec` accordingly.
48
28
 
49
29
  ## License
50
30
 
@@ -4,6 +4,15 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <title>
8
+ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
9
+ </title>
10
+ <link
11
+ rel="shortcut icon"
12
+ type="image/jpg"
13
+ href="{{ site.logo | relative_url }}"
14
+ />
15
+
7
16
  <!-- Fonts -->
8
17
  <link rel="preconnect" href="https://fonts.gstatic.com" />
9
18
  <link
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hey-world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Heng