datopian/datahub

Add a "Created by XXX user" with link to user's Github account

Opened this issue · 2 comments

Acceptance

  • author in the footer ("Created by XYZ") should be visible by default, with a default value being author's GitHub username linked to the GitHub account

@Daniellappv @olayway we have an author field in config.json

 "author": {
    "name": "William Lima.",
    "url": "http://localhost:3000/@willy1989cv/datahub-playground"
  },

Are we saying that we want the "created by" link to lead to the url in this config.json (which is what is currently happening) or it should go to github/github-user by default?

github-user being the user account that hosts the site.

@willy1989cv it should go to github/github-user by default, yes