Skip to content

Commit 115cfea

Browse files
committed
Add back sample content
1 parent d36aac1 commit 115cfea

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
_dist
21
node_modules
3-
content/*.md

_dist/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Senior Software Engineer - PHP, JS, Ruby, UI, UX - Josh Can Help</title>
6+
</head>
7+
<body>
8+
9+
<h1>Hi, I’m Josh. <br> Nice to meet you.</h1>
10+
<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>
11+
<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>
12+
<p>Unless attributed, words, photographs, and graphics are my own.</p>
13+
14+
15+
</body>
16+
</html>

content/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
3+
title: Senior Software Engineer - PHP, JS, Ruby, UI, UX
4+
layout: page
5+
6+
---
7+
# Hi, I’m Josh. <br> Nice to meet you.
8+
9+
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/).
10+
11+
You can find me on [Twitter](https://twitter.com/joshcanhelp), [GitHub](https://github.com/joshcanhelp), and [LinkedIn](https://www.linkedin.com/in/joshcanhelp/).
12+
13+
Unless attributed, words, photographs, and graphics are my own.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "josh-to-11",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"11": "npx @11ty/eleventy --formats=md",
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"serve": "npx @11ty/eleventy --serve"
9+
"serve": "npx @11ty/eleventy --serve --watch --formats=md"
1010
},
1111
"author": "",
1212
"license": "MIT"

0 commit comments

Comments
 (0)