patterns icon indicating copy to clipboard operation
patterns copied to clipboard

opensourcedesign.net/patterns is a 404

Open pdurbin opened this issue 8 years ago • 1 comments

This repo has http://opensourcedesign.net/patterns/ as its website but it's a 404. I'm not sure if it's supposed to work or if the URL should be deleted from the config for this repo.

p.s. If I ever knew about this repo I forgot about it and was only reminded because it was mentioned at https://github.com/opensourcedesign/organization/issues/73#issuecomment-286878276

pdurbin avatar Mar 15 '17 23:03 pdurbin

Probably need that definition to a _config.yml, something like:

# Site settings
title: Open Source Design - Patterns
email:
description: > # this means to ignore newlines until "baseurl:"
  We are a community of designers and developers aiming to push more open design processes and improve the design of open source apps
baseurl: "/patterns" # the subpath of your site, e.g. /blog/
url: "http://opensourcedesign.net" # the base hostname & protocol for your site
twitter_username: opensrcdesign
github_username:  opensourcedesign

# Build settings
markdown: kramdown

simonv3 avatar Mar 16 '17 00:03 simonv3