|  | 
|  | 1 | +# NodeJunkie Theme | 
|  | 2 | + | 
|  | 3 | + | 
|  | 4 | + | 
|  | 5 | +# About Us | 
|  | 6 | + | 
|  | 7 | +Just another team who is passionte about ECMA/JavaScript and NodeJS. Anyone is open to join NodeJunkie and contribute  | 
|  | 8 | +to the packages under the @nodejunkie userspace. If you would like to join the team, please read Contribution Guidelines  | 
|  | 9 | +and contact one of the @nodejunkie/admins to get the ball rolling | 
|  | 10 | + | 
|  | 11 | +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in  | 
|  | 12 | +your site, from the content in your Markdown files.  | 
|  | 13 | + | 
|  | 14 | +<a href="https://github.com/NodeJunkie/nodejunkie.github.io/edit/master/README.md" class="btn btn-github"> | 
|  | 15 | +    <span class="icon"></span> | 
|  | 16 | +    Edit on GitHub | 
|  | 17 | +</a> | 
|  | 18 | + | 
|  | 19 | +## Installation | 
|  | 20 | + | 
|  | 21 | +Add this line to your Jekyll site's `Gemfile`: | 
|  | 22 | + | 
|  | 23 | +```ruby | 
|  | 24 | +gem "nodejunkie.github.io" | 
|  | 25 | +``` | 
|  | 26 | + | 
|  | 27 | +And add this line to your Jekyll site's `_config.yml`: | 
|  | 28 | + | 
|  | 29 | +```yaml | 
|  | 30 | +theme: nodejunkie.github.io | 
|  | 31 | +``` | 
|  | 32 | +
 | 
|  | 33 | +And then execute: | 
|  | 34 | +
 | 
|  | 35 | +    $ bundle | 
|  | 36 | +
 | 
|  | 37 | +Or install it yourself as: | 
|  | 38 | +
 | 
|  | 39 | +    $ gem install nodejunkie.github.io | 
|  | 40 | +
 | 
|  | 41 | +## Usage | 
|  | 42 | +
 | 
|  | 43 | +See https://pages-themes.github.io/hacker/ as the base example | 
|  | 44 | +
 | 
|  | 45 | +## Contributing | 
|  | 46 | +
 | 
|  | 47 | +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. | 
|  | 48 | +
 | 
|  | 49 | +## Development | 
|  | 50 | +
 | 
|  | 51 | +To set up your environment to develop this theme, run `bundle install`. | 
|  | 52 | + | 
|  | 53 | +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. | 
|  | 54 | + | 
|  | 55 | +When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. | 
|  | 56 | +To add a custom directory to your theme-gem, please edit the regexp in `nodejunkie.github.io.gemspec` accordingly. | 
|  | 57 | + | 
|  | 58 | +## License | 
|  | 59 | + | 
|  | 60 | +The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). | 
|  | 61 | + | 
|  | 62 | + | 
|  | 63 | + | 
|  | 64 | + | 
|  | 65 | +--- | 
|  | 66 | + | 
|  | 67 | +## Latest Posts | 
|  | 68 | + | 
|  | 69 | +<ul> | 
|  | 70 | +  {% for post in site.posts %} | 
|  | 71 | +    <li> | 
|  | 72 | +      <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> | 
|  | 73 | +      {{ post.excerpt }} | 
|  | 74 | +    </li> | 
|  | 75 | +  {% endfor %} | 
|  | 76 | +</ul> | 
0 commit comments