diff --git a/.gitignore b/.gitignore index 640a3f1..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -_dist node_modules -content/*.md diff --git a/_dist/index.html b/_dist/index.html new file mode 100644 index 0000000..0254da5 --- /dev/null +++ b/_dist/index.html @@ -0,0 +1,16 @@ + + + + + Senior Software Engineer - PHP, JS, Ruby, UI, UX - Josh Can Help + + + +

Hi, I’m Josh.
Nice to meet you.

+

I’ve been working on the web since 2007 as an engineer, UI/UX consultant, team lead, project manager, and product builder. I currently work at Auth0.

+

You can find me on Twitter, GitHub, and LinkedIn.

+

Unless attributed, words, photographs, and graphics are my own.

+ + + + diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..362b392 --- /dev/null +++ b/content/index.md @@ -0,0 +1,13 @@ +--- + +title: Senior Software Engineer - PHP, JS, Ruby, UI, UX +layout: page + +--- +# Hi, I’m Josh.
Nice to meet you. + +I’ve been working on the web since 2007 as an engineer, UI/UX consultant, team lead, project manager, and product builder. I currently work at [Auth0](https://auth0.com/blog/authors/josh-cunningham/). + +You can find me on [Twitter](https://twitter.com/joshcanhelp), [GitHub](https://github.com/joshcanhelp), and [LinkedIn](https://www.linkedin.com/in/joshcanhelp/). + +Unless attributed, words, photographs, and graphics are my own. diff --git a/package.json b/package.json index 3f38b27..41993f8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "josh-to-11", - "version": "0.1.0", + "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "11": "npx @11ty/eleventy --formats=md", "test": "echo \"Error: no test specified\" && exit 1", - "serve": "npx @11ty/eleventy --serve" + "serve": "npx @11ty/eleventy --serve --watch --formats=md" }, "author": "", "license": "MIT"