Skip to content

Commit

Permalink
adding resume page to site using jsonresume.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Berther committed Feb 5, 2015
1 parent b716edf commit 2b6b367
Show file tree
Hide file tree
Showing 4 changed files with 1,040 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ redcarpet:
extensions: ['no_intra_emphasis', 'space_after_headers']

include: [".htaccess"]
exclude: ["*.rb", "*.yml", "lib", "Capfile", "config", "log", "Rakefile", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor", "assets/site-logo.pxm", "keyfile.p12", "analytics-v3.cache"]
exclude: ["*.rb", "*.yml", "lib", "Capfile", "config", "log", "Rakefile", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor", "assets/site-logo.pxm", "keyfile.p12", "analytics-v3.cache", "resume.json"]


# Site owner
Expand Down
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@

- title: About
url: /about

- title: Resumé
url: /resume
new_window: true
Loading

0 comments on commit 2b6b367

Please sign in to comment.