diff --git a/.eleventy.js b/.eleventy.js new file mode 100644 index 0000000..2685cf9 --- /dev/null +++ b/.eleventy.js @@ -0,0 +1,6 @@ +module.exports = function(eleventyConfig) { + eleventyConfig.addCollection( + "pinned", + collection => collection.getAllSorted().filter(item => item.data.pinned), + ); +}; diff --git a/.gitignore b/.gitignore index d25fdab..705c76d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,4 @@ jspm_packages .node_repl_history # Ignore build -/dist +/_site diff --git a/_data/navigation.json b/_data/navigation.json new file mode 100644 index 0000000..d2c9c54 --- /dev/null +++ b/_data/navigation.json @@ -0,0 +1,22 @@ +[ + { + "title": "Welcome", + "url": "/" + }, + { + "title": "Repos", + "url": "/repos/" + }, + { + "title": "Work", + "url": "/work-history/" + }, + { + "title": "Volunteering", + "url": "/volunteering/" + }, + { + "title": "About | Uses", + "url": "/uses/" + } +] diff --git a/_includes/base-footer.html b/_includes/base-footer.html index c9efd30..353727e 100644 --- a/_includes/base-footer.html +++ b/_includes/base-footer.html @@ -1,3 +1,8 @@ + diff --git a/_includes/base-header.html b/_includes/base-header.html index 635b4d6..eeb3bf5 100644 --- a/_includes/base-header.html +++ b/_includes/base-header.html @@ -9,15 +9,65 @@
-
diff --git a/_includes/pinned.njk b/_includes/pinned.njk new file mode 100644 index 0000000..70107de --- /dev/null +++ b/_includes/pinned.njk @@ -0,0 +1,39 @@ +{% include "base-header.html" %} + +
+
+
+

+ {{ title }} +

+
+ {{ content | safe }} +
+
+ +
+ {%- for content in collections.pinned -%} +
+
+ + + {{ content.data.category }} + + +
+ +

+ {{ content.data.title }} +

+

+ {{ content.data.description }} +

+
+
+ {%- endfor -%} +
+
+
+ +{% include "base-footer.html" %} + diff --git a/_site/index.html b/_site/index.html index 908f81e..6eafd18 100644 --- a/_site/index.html +++ b/_site/index.html @@ -9,93 +9,191 @@
-
-
-
-
-

+
+
+
+

Welcome -

-

in

-
-
-
-
-

Home

+

+
+

Homepage content goes here!

+
+ +
+ diff --git a/_site/repos/blabber-comic/index.html b/_site/repos/blabber-comic/index.html index f3a232a..7467312 100644 --- a/_site/repos/blabber-comic/index.html +++ b/_site/repos/blabber-comic/index.html @@ -9,72 +9,86 @@
-
@@ -176,6 +190,11 @@ blabbercomic(messages, config); + diff --git a/_site/repos/ember-select-light/index.html b/_site/repos/ember-select-light/index.html index 2d9cdc7..1c78ca6 100644 --- a/_site/repos/ember-select-light/index.html +++ b/_site/repos/ember-select-light/index.html @@ -9,72 +9,86 @@
-
@@ -85,16 +99,12 @@

ember-select-light

-

in

+

in Repos

-
-

Ember Select Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.

-
- -

Fork from Github

+

Fork from Github

Ember-Select-Light

CI PRs Welcome License: MIT npm package Ember Observer

Ember-Select-Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.

@@ -163,6 +173,11 @@
+ diff --git a/_site/repos/json-query-chain/index.html b/_site/repos/json-query-chain/index.html index d46e8ca..3634d06 100644 --- a/_site/repos/json-query-chain/index.html +++ b/_site/repos/json-query-chain/index.html @@ -9,72 +9,86 @@
-
@@ -145,6 +159,11 @@ let myQ = new Query(someJsonData)
+ diff --git a/_site/repos/my_spells/index.html b/_site/repos/my_spells/index.html index eaf6a00..124fcb4 100644 --- a/_site/repos/my_spells/index.html +++ b/_site/repos/my_spells/index.html @@ -9,72 +9,86 @@
-
@@ -132,6 +146,11 @@ $ npm run lint + diff --git a/_site/repos/sortable-recipes/index.html b/_site/repos/sortable-recipes/index.html index a1f0b42..8c47b4e 100644 --- a/_site/repos/sortable-recipes/index.html +++ b/_site/repos/sortable-recipes/index.html @@ -9,72 +9,86 @@
-
@@ -85,16 +99,12 @@

sortable-recipes

-

in

+

in Repos

-
-

A sample project for my EmberConf 2020 talk. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend.

-
- -

Fork from Gitlab

+

Fork from Gitlab

Sortable-Recipes

Watch the talk here

Getting Started

@@ -109,6 +119,11 @@
+ diff --git a/_site/repos/svgdir2sprite/index.html b/_site/repos/svgdir2sprite/index.html index ba3c92a..0b7bd24 100644 --- a/_site/repos/svgdir2sprite/index.html +++ b/_site/repos/svgdir2sprite/index.html @@ -9,72 +9,86 @@
-
@@ -124,6 +138,11 @@ svgdir2sprite('./src/svgs', './build/spritesheet.svg');
+ diff --git a/_site/repos/team-cli/index.html b/_site/repos/team-cli/index.html index 1f3f94d..fedcb98 100644 --- a/_site/repos/team-cli/index.html +++ b/_site/repos/team-cli/index.html @@ -9,72 +9,86 @@
-
@@ -85,16 +99,12 @@

team-cli

-

in

+

in Repos

-
-

Automate all the things with a team-centric CLI. Abstract away annoying day-to-day tasks and eliminate tribal team knowledge by building your team their very own CLI.

-
- -

Fork on Github

+

Fork on Github

team-cli

npm version

Automate all the things with a team-centric CLI. Abstract away annoying day-to-day tasks and eliminate tribal team knowledge by building your team their very own CLI.

@@ -180,6 +190,11 @@ module.exports = {
+ diff --git a/_site/volunteering/code2college/index.html b/_site/volunteering/code2college/index.html index 1fe6487..bcbadfc 100644 --- a/_site/volunteering/code2college/index.html +++ b/_site/volunteering/code2college/index.html @@ -9,72 +9,86 @@
-
@@ -102,6 +116,11 @@
+ diff --git a/_site/volunteering/gabriellas-smile-foundation/index.html b/_site/volunteering/gabriellas-smile-foundation/index.html index f76b0a4..e79c305 100644 --- a/_site/volunteering/gabriellas-smile-foundation/index.html +++ b/_site/volunteering/gabriellas-smile-foundation/index.html @@ -9,72 +9,86 @@
-
@@ -101,6 +115,11 @@ + diff --git a/_site/volunteering/theseed/index.html b/_site/volunteering/theseed/index.html index b11c0e6..a24ab60 100644 --- a/_site/volunteering/theseed/index.html +++ b/_site/volunteering/theseed/index.html @@ -9,72 +9,86 @@
-
@@ -105,6 +119,11 @@ + diff --git a/_site/work-history/allovue/index.html b/_site/work-history/allovue/index.html index 5bdc69b..a64a92c 100644 --- a/_site/work-history/allovue/index.html +++ b/_site/work-history/allovue/index.html @@ -9,72 +9,86 @@
-
@@ -106,6 +120,11 @@ + diff --git a/_site/work-history/antharia/index.html b/_site/work-history/antharia/index.html index 88c730f..a43e627 100644 --- a/_site/work-history/antharia/index.html +++ b/_site/work-history/antharia/index.html @@ -9,72 +9,86 @@
-
@@ -103,6 +117,11 @@ + diff --git a/_site/work-history/cyto-communications/index.html b/_site/work-history/cyto-communications/index.html index a017faa..68d7312 100644 --- a/_site/work-history/cyto-communications/index.html +++ b/_site/work-history/cyto-communications/index.html @@ -9,72 +9,86 @@
-
@@ -105,6 +119,11 @@ + diff --git a/_site/work-history/eyemaginations/index.html b/_site/work-history/eyemaginations/index.html index 7a70e97..694700c 100644 --- a/_site/work-history/eyemaginations/index.html +++ b/_site/work-history/eyemaginations/index.html @@ -9,72 +9,86 @@
-
@@ -108,6 +122,11 @@ + diff --git a/_site/work-history/q2/index.html b/_site/work-history/q2/index.html index 8d727f0..cb34ea1 100644 --- a/_site/work-history/q2/index.html +++ b/_site/work-history/q2/index.html @@ -9,72 +9,86 @@
-
@@ -107,6 +121,11 @@ + diff --git a/_site/work-history/skillsengine/index.html b/_site/work-history/skillsengine/index.html index a543442..8206196 100644 --- a/_site/work-history/skillsengine/index.html +++ b/_site/work-history/skillsengine/index.html @@ -9,72 +9,86 @@
-
@@ -90,12 +104,7 @@
-
-

(Aug 2020 - Present)

-

Working with Texas State Technical College (TSTC) at SkillsEngine to connect employers, educators and students in new ways through technology.

-
- -

Lead Full-Stack Software Engineer at SkillsEngine

+

Lead Full-Stack Software Engineer at SkillsEngine

Working with Texas State Technical College (TSTC) at SkillsEngine to connect employers, educators and students in new ways through technology. My hope in this role is to build software that matters to real people giving students a strong start to their career at places they'll be happier to work at.

Expect more Ember, community outreach, talks and open source work as I'm able. More updates soon to come!

@@ -103,6 +112,11 @@
+ diff --git a/index.md b/index.md index d6043b8..bccba2a 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,7 @@ --- -layout: layout.njk +layout: pinned.njk title: Welcome eleventyExcludeFromCollections: true --- -Home +Homepage content goes here! diff --git a/repos/ember-select-light.md b/repos/ember-select-light.md index 9fbddef..5ac6f1d 100644 --- a/repos/ember-select-light.md +++ b/repos/ember-select-light.md @@ -1,13 +1,11 @@ --- -title: "ember-select-light" +category: Repos +title: ember-select-light +description: Ember Select Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible. date: 2020-11-05 pinned: true --- -> Ember Select Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible. - - - [Fork from Github](https://github.com/ember-a11y/ember-select-light) # Ember-Select-Light diff --git a/repos/sortable-recipes.md b/repos/sortable-recipes.md index 7206a29..0d62af4 100644 --- a/repos/sortable-recipes.md +++ b/repos/sortable-recipes.md @@ -1,13 +1,11 @@ --- -title: "sortable-recipes" +category: Repos +title: sortable-recipes +description: A sample project for my EmberConf 2020 talk. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend. date: 2020-03-21 pinned: true --- -> A sample project for my EmberConf 2020 talk. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend. - - - [Fork from Gitlab](https://gitlab.com/gaiety/sortable-recipes) # ![](https://assets.gitlab-static.net/uploads/-/system/project/avatar/15989776/Screen_Shot_2019-12-21_at_3.35.42_PM.png?width=64) Sortable-Recipes diff --git a/repos/team-cli.md b/repos/team-cli.md index 5da49b5..4bc32ad 100644 --- a/repos/team-cli.md +++ b/repos/team-cli.md @@ -1,13 +1,11 @@ --- -title: "team-cli" +category: Repos +title: team-cli +description: Automate all the things with a team-centric CLI. Abstract away annoying day-to-day tasks and eliminate tribal team knowledge by building your team their very own CLI. date: 2019-09-01 pinned: true --- -> Automate all the things with a team-centric CLI. Abstract away annoying day-to-day tasks and eliminate tribal team knowledge by building your team their very own CLI. - - - [Fork on Github](https://github.com/q2ebanking/team-cli) # team-cli diff --git a/uses/index.json b/uses/index.md similarity index 100% rename from uses/index.json rename to uses/index.md diff --git a/work-history/skillsengine.md b/work-history/skillsengine.md index 3481260..2cd3fac 100644 --- a/work-history/skillsengine.md +++ b/work-history/skillsengine.md @@ -1,16 +1,11 @@ --- -category: "Work History" -title: "Lead Full-Stack Software Engineer at SkillsEngine" +category: Work History +title: Lead Full-Stack Software Engineer at SkillsEngine +description: (Aug 2020 - Present) Working with Texas State Technical College (TSTC) at SkillsEngine to connect employers, educators and students in new ways through technology. date: 2020-08-01 pinned: true --- -> (Aug 2020 - Present) -> -> Working with Texas State Technical College (TSTC) at SkillsEngine to connect employers, educators and students in new ways through technology. - - - # Lead Full-Stack Software Engineer at SkillsEngine Working with [Texas State Technical College (TSTC)](https://www.tstc.edu/) at [SkillsEngine](https://skillsengine.com/) to connect employers, educators and students in new ways through technology. My hope in this role is to build software that matters to real people giving students a strong start to their career at places they'll be happier to work at.