Skip to content

Commit

Permalink
Merge pull request #3 from jasonlally/projects-features
Browse files Browse the repository at this point in the history
Add config changes for prose _posts/projects
  • Loading branch information
jasonlally committed Jan 25, 2015
2 parents 8788527 + e1272aa commit 1b02723
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,23 @@ prose:
element: "select"
label: "Author"
options: "http://codeforsanfrancisco.org/api/authors.json?callback=authorsCallback"
_posts/projects:
- name: "layout"
field:
element: "hidden"
value: "projects"
- name: "category"
field:
element: "hidden"
value: "projects"
- name: "title"
field:
element: "text"
label: "Title"
- name: "lead"
field:
element: "text"
label: "Short description"
help: "This text shows up directly under the name of the project and should be a one sentence description."

exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]
2 changes: 0 additions & 2 deletions _posts/projects/31775/2014-07-26-local-free-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Local Free Web
layout: projects
category: projects
api_id: 2232
github_urls: ['https://github.com/sfbrigade/localfreeweb.org','https://github.com/sfbrigade/localfreeweb-sms-api','https://github.com/sfbrigade/LocalFreeWeb']
lead: Text message any bus stop to find the closest free and accessible computers with Internet.
project: local-free-web
---
Expand Down

0 comments on commit 1b02723

Please sign in to comment.