diff --git a/README.md b/README.md index 79b17a8..71f1777 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It is a work in progress for sure. Right now we are working the kicking off the ## Contribute to the Discussion -Join us in the [Open Source Design Gitter channel](https://gitter.im/DesignOpen/OpenSourceDesign) and make some comments in the [GitHub issues](https://github.com/DesignOpen/designopen.github.io/issues). +Join us in the [The Open Design Foundation Gitter channel](https://gitter.im/DesignOpen/OpenSourceDesign) and make some comments in the [GitHub issues](https://github.com/DesignOpen/designopen.github.io/issues). We do have a [Slack Team](http://osd.slack.com), but is not going to be useful/interesting to everyone; it is where we do some initial thinking around ideas before the discussion gets serious. As soon as it does we move it to [GitHub issues](https://github.com/DesignOpen/designopen.github.io/issues) which is a better place for meaningful discussion. diff --git a/Rakefile b/Rakefile index 0e3300b..a3e90c7 100644 --- a/Rakefile +++ b/Rakefile @@ -228,7 +228,7 @@ end # rake lint desc "Markdown Lint" task :markdown_lint do - sh "bundle exec mdl ./ -r ~MD002,~MD013,~MD026,~MD028,~MD029,~MD033,~MD034" + sh "bundle exec mdl ./ -r ~MD002,~MD013,~MD026,~MD028,~MD029,~MD032,~MD033,~MD034" end desc "All lints" diff --git a/_config.yml b/_config.yml index aba7874..d0c41ef 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,23 @@ +name: Open Design Foundation +description: We think the best way to improve the design industry is to work in the open. +url: http://opendesign.foundation permalink: /:categories/:title/ highlighter: rouge -url: http://opendesign.foundation -name: Open Source Design excerpt_separator: markdown: kramdown gems: - jekyll-sitemap -exclude: [vendor] + - jekyll-feed +exclude: + - vendor + - Gemfile + - Gemfile.lock + - Guardfile + - Rakefile + - README.md + - CONTRIBUTING.md + - LICENSE + - CNAME sass: sass_dir: _sass style: compressed @@ -16,77 +27,13 @@ compress_html: endings: all comments: [""] post: - template: _post.txt + template: _templates/post.txt extension: md resource: - template: _resource.txt + template: _templates/resource.txt extension: md page: - template: _page.txt + template: _templates/page.txt extension: md -authors: - una: - display_name: Una Kravets - gravatar: 732b3562b0496389b40e548918c38f98 - email: una.kravets@gmail.com - web: http://unakravets.com/ - twitter: una - github: una - bio: 'UI engineer DigitalOcean. Community builder, technical writer, & cohost of Toolsday.' - garthdb: - display_name: Garth Braithwaite - gravatar: b5cf6e112eeee572d722743dea924487 - email: garthdb@gmail.com - web: http://www.garthdb.com/ - twitter: garthdb - github: garthdb - bio: 'Product Designer? and Front End Developer on PhoneGap at Adobe. The Open Design Foundation Founder.' - ttimsmith: - display_name: Tim Smith - gravatar: febbffcb54abe1be1435720fc2268237 - email: smith@ttimsmith.com - web: http://theboldreport.net - twitter: ttimsmith - github: ttimsmith - bio: 'Designer who codes, blabber mouth, and coffee addict.' - areus: - display_name: Areus Wade - gravatar: 3a88629dd9417c822b68af4af685b782 - email: hi@areuswade.com - web: http://areuswade.com - twitter: areus - github: areus - bio: 'Designer in San Diego building precomposed stuff.' - terracomma: - display_name: Christopher Moody - gravatar: 80d7c270dfac1d947d2b3fd39bf70b6a - email: terracomma@gmail.com - web: http://moody.coffee/ - twitter: terracomma - github: terracomma - bio: 'Designer & Developer. Product designer at IBM. Core Contributor The Open Design Foundation. Licensed Intoxicologist.' - vitorio: - display_name: Vitorio Miliano - gravatar: 1b2ea3fc983558c15216a609af35f709 - email: email_re_designers_opensource@vitor.io - web: http://vitor.io - twitter: vitor_io - github: vitorio - bio: 'User experience and interaction designer. I like talking about genuine outbreaks of the future.' - mrondina: - display_name: Mark Rondina - gravatar: 48f5bbc2752b434e2b6d0ec263da193e - email: mark@rondina.net - web: http://www.markrondina.com/ - twitter: mrondina - github: mrondina - bio: 'Interactive designer working in web, games and mobile development.' - jonlau: - display_name: Jonathan Lau - gravatar: 0bed1d08d62923272cb9786f375edcc8 - email: jon@jon.sg - web: http://jon.sg - github: lauweijie - bio: 'Front-end developer.' resourceCategories: ["philosophy", "sources", "redesigns", "inspiration", "tutorials", "showcase"] diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..c3608b0 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,71 @@ +garthdb: + display_name: Garth Braithwaite + gravatar: b5cf6e112eeee572d722743dea924487 + picture: http://gravatar.com/avatar/b5cf6e112eeee572d722743dea924487?s=200 + email: garthdb@gmail.com + web: http://www.garthdb.com/ + twitter: garthdb + github: garthdb + bio: 'Product Designer? and Front End Developer on PhoneGap at Adobe. The Open Design Foundation Founder.' +una: + display_name: Una Kravets + gravatar: 732b3562b0496389b40e548918c38f98 + picture: http://gravatar.com/avatar/b5cf6e112eeee572d722743dea924487?s=200 + email: una.kravets@gmail.com + web: http://unakravets.com/ + twitter: una + github: una + bio: 'UI engineer DigitalOcean. Community builder, technical writer, & cohost of Toolsday.' +ttimsmith: + display_name: Tim Smith + gravatar: febbffcb54abe1be1435720fc2268237 + picture: http://gravatar.com/avatar/febbffcb54abe1be1435720fc2268237?s=200 + email: smith@ttimsmith.com + web: http://theboldreport.net + twitter: ttimsmith + github: ttimsmith + bio: 'Designer who codes, blabber mouth, and coffee addict.' +areus: + display_name: Areus Wade + gravatar: 3a88629dd9417c822b68af4af685b782 + picture: http://gravatar.com/avatar/3a88629dd9417c822b68af4af685b782?s=200 + email: hi@areuswade.com + web: http://areuswade.com + twitter: areus + github: areus + bio: 'Designer in San Diego building precomposed stuff.' +terracomma: + display_name: Christopher Moody + gravatar: 80d7c270dfac1d947d2b3fd39bf70b6a + picture: http://gravatar.com/avatar/80d7c270dfac1d947d2b3fd39bf70b6a?s=200 + email: terracomma@gmail.com + web: http://moody.coffee/ + twitter: terracomma + github: terracomma + bio: 'Designer & Developer. Product designer at IBM. Core Contributor The Open Design Foundation. Licensed Intoxicologist.' +vitorio: + display_name: Vitorio Miliano + gravatar: 1b2ea3fc983558c15216a609af35f709 + picture: http://gravatar.com/avatar/1b2ea3fc983558c15216a609af35f709?s=200 + email: email_re_designers_opensource@vitor.io + web: http://vitor.io + twitter: vitor_io + github: vitorio + bio: 'User experience and interaction designer. I like talking about genuine outbreaks of the future.' +mrondina: + display_name: Mark Rondina + gravatar: 48f5bbc2752b434e2b6d0ec263da193e + picture: http://gravatar.com/avatar/48f5bbc2752b434e2b6d0ec263da193e?s=200 + email: mark@rondina.net + web: http://www.markrondina.com/ + twitter: mrondina + github: mrondina + bio: 'Interactive designer working in web, games and mobile development.' +jonlau: + display_name: Jonathan Lau + gravatar: 0bed1d08d62923272cb9786f375edcc8 + picture: http://gravatar.com/avatar/0bed1d08d62923272cb9786f375edcc8?s=200 + email: jon@jon.sg + web: http://jon.sg + github: lauweijie + bio: 'Front-end developer.' diff --git a/_drafts/moodboard-for-this-site.md b/_drafts/moodboard-for-this-site.md index f51af5e..38d69b8 100644 --- a/_drafts/moodboard-for-this-site.md +++ b/_drafts/moodboard-for-this-site.md @@ -1,6 +1,5 @@ --- title: "Moodboard for This Site" layout: post -category: articles tags: ---- \ No newline at end of file +--- diff --git a/_drafts/open-source-design-for-developers.md b/_drafts/open-source-design-for-developers.md index a1fccc1..e9bfdb8 100644 --- a/_drafts/open-source-design-for-developers.md +++ b/_drafts/open-source-design-for-developers.md @@ -1,7 +1,6 @@ --- title: "Open Source Design for Developers" layout: post -category: articles tags: --- In addition to pushing designers toward open collaboration, I've also begun speaking at open source development conferences with 2 goals in mind: diff --git a/_includes/author.html b/_includes/author.html new file mode 100644 index 0000000..3a46c59 --- /dev/null +++ b/_includes/author.html @@ -0,0 +1,14 @@ +{% assign author = site.data.authors[page.author] %} + diff --git a/_includes/global-header.html b/_includes/global-header.html new file mode 100644 index 0000000..c5240ed --- /dev/null +++ b/_includes/global-header.html @@ -0,0 +1,6 @@ +
+ diff --git a/_includes/header.scss b/_includes/header.scss new file mode 100644 index 0000000..6053ec3 --- /dev/null +++ b/_includes/header.scss @@ -0,0 +1 @@ +@import 'header'; diff --git a/_includes/post_footer.html b/_includes/post-footer-nav.html similarity index 100% rename from _includes/post_footer.html rename to _includes/post-footer-nav.html diff --git a/_includes/post-footer.html b/_includes/post-footer.html new file mode 100644 index 0000000..d3e17f8 --- /dev/null +++ b/_includes/post-footer.html @@ -0,0 +1,5 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index 3f3dff2..d6f0650 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,12 +2,7 @@ layout: compress --- {% include head.html %} -
- +{% include global-header.html %} {{ content }} {% include global-footer.html %} {% include foot.html %} diff --git a/_layouts/facebook-academy.html b/_layouts/facebook-academy.html index c917b22..8736e71 100644 --- a/_layouts/facebook-academy.html +++ b/_layouts/facebook-academy.html @@ -7,7 +7,7 @@ - Open Source Design{% if page.title %} | {{ page.title }}{% endif %} + {% if page.title %}{{ page.title }} | {% endif %}The Open Design Foundation