Skip to content

Commit

Permalink
fixes bad front matter, adds search
Browse files Browse the repository at this point in the history
  • Loading branch information
EDWARD WEBB authored and EDWARD WEBB committed Mar 7, 2018
1 parent e66909d commit 5a548e9
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 19 deletions.
4 changes: 4 additions & 0 deletions src/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ enableGitInfo = true

[params.google.analytics]
trackerID = "UA-28342049-2"


[outputs]
home = ["HTML", "JSON"]
2 changes: 1 addition & 1 deletion src/content/projects/contributions/apache-scm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2018-02-21T14:35:46-05:00
description: "Addressed vulnerability that leaked passwords on failed SVN or git operations."
tags: ["Subversion","git","Maven","Java","Mojo","Security"]
image: "/img/maven.png"
contributionUrl: "https://github.com/apache/maven-scm/pull/45"
link: "https://github.com/apache/maven-scm/pull/45"
fact: "Addressed a critical security issue leaking production credentials for anyone using `mvn release:perform`"
weight: 999
sitemap:
Expand Down
26 changes: 14 additions & 12 deletions src/content/projects/contributions/schema-org.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"title":"Schema.org Structured Data documentation fixes",
"link":"https://github.com/schemaorg/schemaorg/pull/1120",
"image":"/img/schema-org.png",
"description":"Not all pull requests are glorious code, documentation is really important too! This commit fixed some invalid JSON found in some example specs.",
"tags":["JSON"],
"fact":"Schema.org provides a common specification for Structured Data on the internet.",
"weight":"999",
"sitemap": {"priority" : "0.8"},
"featured":true
}
---
description: Not all pull requests are glorious code, documentation is really important
too! This commit fixed some invalid JSON found in some example specs.
fact: Schema.org provides a common specification for Structured Data on the internet.
featured: true
image: /img/schema-org.png
link: https://github.com/schemaorg/schemaorg/pull/1120
sitemap:
priority: "0.8"
tags: ["JSON"]
title: Schema.org Structured Data documentation fixes
weight: "999"
---

While adding *Structured Data* to a client's website I found some example JSON that was invalid. Simple contribution to cleanup the user documentation providing syntactically valid JSON documents.
While adding *Structured Data* to a clients website I found some example JSON that was invalid. Simple contribution to cleanup the user documentation providing syntactically valid JSON documents.
2 changes: 1 addition & 1 deletion src/content/projects/creations/bosh-agents.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "BOSH release for Bamboo & Remote Agents",
"date": "2018-02-11T12:41:05-05:00",
"contributionUrl": "https://github.com/eddiewebb/bosh-bamboo",
"link": "https://github.com/eddiewebb/bosh-bamboo",
"image": "/img/aafb-agent-ids-match-bamboo.png",
"description": "Large scale orchestration of Bamboo server, agents and database using BOSH",
"tags": ["DevOps","BOSH", "Java", "Atlassian Ecosystem", "monit", "python", "xml/xslt", "bash/shell","REST APIs","Continuous Integration","Continuous Delivery","CI/CD Pipelines"],
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/creations/docker-marketplace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title":"Docker image for Bitbucket CI/CD Pipelines  \"shipit\"",
"contributionUrl":"https://hub.docker.com/r/eddiewebb/bitbucket-pipelines-marketplace/",
"link":"https://hub.docker.com/r/eddiewebb/bitbucket-pipelines-marketplace/",
"image":"/img/docker-pipelines.png",
"description":"Provides required dependencies and additional utilities to simplify and codify the process of building, testing and delivering Atlassian plugins all the way to the live marketplace.<ul> <li>Executes integration/AUT level tests against all stated compatible versions for the product</li><li>Uploads generated artifact to Atlassian marketplace</li><li>Provides corresponding metadata indicating version, release notes, and compatibility</li></ul>",
"tags":[
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/creations/marketplace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title":"Atlassian Marketplace Plugins",
"contributionUrl":"https://marketplace.atlassian.com/vendors/1017039",
"link":"https://marketplace.atlassian.com/vendors/1017039",
"image":"/img/marketplace-summary.png",
"description":"Multiple plugins used by thousands of teams that provide enhanced functionality of Atlassian’s core products (primarily JIRA and Bamboo) to enrich CI/CD capabilities, DevOps automation, or productivity.",
"tags":["Java", "Spring", "REST APIs", "Javascript", "Atlassian Developer Ecosystem", "Bamboo", "JIRA", "Bitbucket", "Confluence","DevOps"],
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/creations/slack-happyhour.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title":"Happy Hour Command for Slack",
"contributionUrl":"https://bitbucket.org/eddiewebb/slackbot-happy-hour-lambda",
"link":"https://bitbucket.org/eddiewebb/slackbot-happy-hour-lambda",
"image":"/img/happyhour.png",
"description":"Queries Google for local establishments meeting specified criteria randomly selecting a match based on reviews and distance.",
"tags":["Python", "AWS Lambdas", "AWS KMS","REST APIs", "Slack"],
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/creations/this-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"date": "2018-02-11T12:41:05-05:00",
"tags": ["html","javascript","HUGO","CircleCI","GitHub","git","golang","Continuous Integration","Continuous Delivery","CI/CD Pipelines"],
"description": "This site itself is a static HTML/JS site generated by <a href=\"https://gohugo.io/\">HUGO</a> via a CircleCI's Continuous Delivery <a href=\"https://circleci.com/gh/eddiewebb/json-resume\">pipelines</a> from a github <a href=\"https://github.com/eddiewebb/json-resume\">repository</a>. <img src=\"https://circleci.com/gh/eddiewebb/json-resume.svg?style=svg\" alt=\"CircleCI Status Badge\"/>",
"contributionUrl": "https://github.com/eddiewebb/json-resume",
"link": "https://github.com/eddiewebb/json-resume",
"image": "/img/circleci-workflow.png",
"weight":"200",
"sitemap": {"priority" : "0.8"}
Expand Down
20 changes: 20 additions & 0 deletions src/content/search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Search Results"
date: 2018-02-10T18:56:13-05:00
sitemap:
priority : 1.0
layout: "search"
---


This file exists solely to respond to /search URL with the related `search` layout template.

No content shown here is rendered, all content is based in the template layouts/page/search.html

This implementation uses Fusejs, jquery and mark.js

Search also depends on additional output content type of JSON in config.toml
```
[outputs]
home = ["HTML", "JSON"]
```
Binary file added src/static/img/bamboo_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/img/large_dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a548e9

Please sign in to comment.