Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
change path name
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Jan 13, 2018
1 parent 85a84b3 commit 94cbd91
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
---
path: "/wsl-setup/"
date: "2018-01-07"
title: "WSL setup"
path: "/wsl-setup"
date: "2018-01-13"
title: "Windows Subsystem Linux setup"
tags: ['information', 'guide', 'wsl', 'bash on windows', 'n', 'node']
published: false
published: true
---

I'm a Windows user, I have been a Linux user as well but I have found
that Windows is a bit less neckbeardy for me, both have their pros and
cons. One of the big cons with Windows for me was when I started
learning web development.

![how to fix any computer](./fix-any-computer.jpg)

###### [How to fix any computer - The Oatmeal]

That was until Windows Subsystem Linux came along 🙏

Windows 10 Fall Creators Update

I love it, you can have a bash shell in Windows and run all your node
apps through it too

Expand Down Expand Up @@ -202,6 +208,7 @@ global npm packages you want for development now.

<!-- links -->

[how to fix any computer - the oatmeal]: http://theoatmeal.com/blog/fix_computer
[slowbash]: https://github.com/Microsoft/WSL/issues/776
[wslmsstore]: https://www.microsoft.com/store/productId/9NBLGGH4MSV6
[usen]: https://github.com/Microsoft/WSL/issues/776#issuecomment-266112578
Expand Down
18 changes: 18 additions & 0 deletions src/pages/2018/2018-01-14-travis-ci/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
path: "/travis-ci-with-now"
date: "2018-01-12:17:08:004Z"
title: "Making a CI pipeline with Travis CI"
tags: ['information', 'guide', 'travisci', 'now', 'zeit']
published: false
---

I thought I'd set up this blog with some sort of pipeline

I love Zeit's now

Travis 👌

Tried now pipline 💩

make sure that your folder names are not the same as your frontmatter
path names

0 comments on commit 94cbd91

Please sign in to comment.