Skip to content

Commit

Permalink
Added transform step to make easier to reason about
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Jul 13, 2017
1 parent e37b649 commit 2e98e4f
Show file tree
Hide file tree
Showing 39 changed files with 3,261 additions and 122 deletions.
3 changes: 2 additions & 1 deletion audits-init.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
source: content/audits
clean: false
frontmatter: true
metadata:
site:
title: SAFETAG
baseurl: '/SAFETAG'
plugins:
- metalsmith-transclude:
comments: true
metalsmith-debug: {}
- metalsmith-debug: {}
12 changes: 6 additions & 6 deletions audits-start.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
source: audits/
destination: .build
clean: false
frontmatter: true
plugins:
- metalsmith-transclude: true
metalsmith-assets-improved:
- metalsmith-assets-improved:
src: code/public
dest: .
metalsmith-pandoc:
- metalsmith-pandoc:
pattern: "**/*.md"
from: markdown_github+definition_lists+raw_html+markdown_in_html_blocks+link_attributes
metalsmith-debug: {}
metalsmith-layouts:
- metalsmith-debug: {}
- metalsmith-layouts:
engine: pug
pattern: "**/*.html"
directory: code/_layouts
includes: includes
default: page.pug
metalsmith-watch:
- metalsmith-watch:
livereload: 35740
paths:
"${source}/*.yml": true
Expand Down
7 changes: 7 additions & 0 deletions code/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: "404: Page not found"
permalink: false
---

<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
Binary file added code/assets/apple-touch-icon-144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2e98e4f

Please sign in to comment.