Skip to content

Commit

Permalink
Add back sample content
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 2, 2020
1 parent d36aac1 commit 115cfea
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
_dist
node_modules
content/*.md
16 changes: 16 additions & 0 deletions _dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Senior Software Engineer - PHP, JS, Ruby, UI, UX - Josh Can Help</title>
</head>
<body>

<h1>Hi, I’m Josh. <br> Nice to meet you.</h1>
<p>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 <a href="https://auth0.com/blog/authors/josh-cunningham/">Auth0</a>.</p>
<p>You can find me on <a href="https://twitter.com/joshcanhelp">Twitter</a>, <a href="https://github.com/joshcanhelp">GitHub</a>, and <a href="https://www.linkedin.com/in/joshcanhelp/">LinkedIn</a>.</p>
<p>Unless attributed, words, photographs, and graphics are my own.</p>


</body>
</html>
13 changes: 13 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---

title: Senior Software Engineer - PHP, JS, Ruby, UI, UX
layout: page

---
# Hi, I’m Josh. <br> 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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 115cfea

Please sign in to comment.