briatte / ggnetwork

Geoms to plot networks with ggplot2
https://briatte.github.io/ggnetwork/
146 stars 28 forks source link

Use personal/professional website in pkgdown website #43

Closed mcanouil closed 5 years ago

mcanouil commented 5 years ago

Hi @briatte

would it be possible to change the current _pkgdown.yml file to add my website? It will add a href link to my name in the authors list on the pkgdown website as for NACHO.

template:
  params:
    bootswatch: simplex

development:
  mode: auto

authors:
  Mickaël Canouil:
    href: http://mickael.canouil.fr

You can add your own website as well

template:
  params:
    bootswatch: simplex

development:
  mode: auto

authors:
  Mickaël Canouil:
    href: http://mickael.canouil.fr
  François Briatte:
    href: http://f.briatte.org/r

Thanks!

briatte commented 5 years ago

Done! And the DESCRIPTION file has your ORCID number.

briatte commented 5 years ago

@mbojan I'm adding http://www.bojanorama.pl/ @jcfisher I'm adding https://github.com/jcfisher @kippjohnson I'm adding https://kippjohnson.com/ @trinker I'm adding https://trinkerrstuff.wordpress.com/

to the pkgdown website for this package; please let me know if you want something different.

mcanouil commented 5 years ago

Thanks!