Skip to content

Commit f25fa48

Browse files
committed
feat(blog): link blog post series to intro post
1 parent 227b1ad commit f25fa48

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

_posts/2015-11-17-we-have-been-busy.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ This is a mini-series that we’ll publish every Tuesday for the next four weeks
1313

1414
Here are the highlights
1515

16-
## 1. Hoodie 1.0 milestones closing in
16+
## [1. Closing in on Hoodie 1.0 Milestones](http://hood.ie/blog/hoodie-updates.html "Closing in on Hoodie 1.0 Milestones")
1717

1818
We made some **significant progress** on [the Hoodie 1.0 milestones](http://gr2m.github.io/milestones/). Most notably, we ["completely re-structured how Hoodie is put together, tested and released](https://github.com/hoodiehq/discussion/issues/76). This work is already available in our new @next tag on npm, albeit not 100% functional yet. If you are keen on giving it a spin and help fix missing features, run *npm install hoodie@next* to get the work-in-progress version. See [https://github.com/hoodiehq/hoodie](https://github.com/hoodiehq/hoodie) for more details and a a way to find and file issues. The main work is done in the [Client](https://github.com/hoodiehq/hoodie-client), [Server](https://github.com/hoodiehq/hoodie-server) and [Admin Dashboard](https://github.com/hoodiehq/hoodie-admin-dashboard) modules.
1919

20+
[Read more…](http://hood.ie/blog/hoodie-updates.html "Closing in on Hoodie 1.0 Milestones")
2021

21-
## 2. JSConf EU, CSSconf EU, Reject.js & OTSConf
22+
## [2. JSConf EU, CSSconf EU, Reject.js & OTSConf](http://hood.ie/blog/conferences.html "JSConf EU, CSSconf EU, Reject.js & OTSConf")
2223

2324
Conferences Galore! — The Hoodie community has been actively involved in organising, attending and speaking at [JSConf EU](http://2015.jsconf.eu), [CSSconf EU](http://2015.cssconf.eu), [Reject.js](http://rejectjs.org) and [OTSConf](https://otsconf.com).
2425

@@ -31,7 +32,9 @@ Here’s a group picture from the JSConf EU-delegation of the Hoodie community.
3132
Featuring (from left to right):
3233
[@janl](https://twitter.com/janl), [@boennemann](https://twitter.com/boennemann), [@misprintedtype](https://twitter.com/misprintedtype), [@christophwitzko](https://twitter.com/christophwitzko), [@lewiscowper](https://twitter.com/lewiscowper), [@hipsterbrown](https://twitter.com/hipsterbrown), [@anderspree](https://twitter.com/anderspree), [@espylaub](https://twitter.com/espylaub), [@gr2m](https://twitter.com/gr2m) & [@autofocus](https://twitter.com/autofocus).
3334

34-
## 3. Greenkeeper
35+
[Read more…](http://hood.ie/blog/conferences.html "JSConf EU, CSSconf EU, Reject.js & OTSConf")
36+
37+
## [3. Greenkeeper](http://hood.ie/blog/greenkeeper.html "Greenkeeper")
3538

3639
As if we hadn’t been busy enough already, Neighbourhoodie Software, the company that helps finance Hoodie, launched a new product: [Greenkeeper](http://greenkeeper.io).
3740

@@ -41,6 +44,8 @@ Greenkeeper came out of something we wanted for Hoodie anyway, and we found it u
4144

4245
In short, Greenkeeper monitors your npm-modules and sends you a Pull Request, every time one of your dependencies updates. The Pull Request then runs your tests and you see if you can safely upgrade to the new version right there, without having to do any of the installation manually. We find it super useful, and since its launch, Greenkeeper has already sent over 18000 pull requests to packages that help developers make sure their code doesn’t break.
4346

47+
[Read more…](http://hood.ie/blog/greenkeeper.html "Greenkeeper")
48+
4449
* * *
4550

4651
With that, we are back! 🎉

0 commit comments

Comments
 (0)