hexo-theme-light icon indicating copy to clipboard operation
hexo-theme-light copied to clipboard

Follow widget

Open acesyde opened this issue 11 years ago • 1 comments

Hi,

Can you create a widget for add Follow link (G+/ Fb / 4square / linkedin etc...) ?

Thks a lot

acesyde avatar Mar 24 '13 09:03 acesyde

You can do it by adding the following under menu: in _config.yml:

  <the name of the link>: <the address you want to link to>

For example:

menu:
  Home: /
  Archives: /archives
  Github: https://github.com/louy2

That will create a Github link on the right of Archives link.

If you want more fancy link, you need to modify the header.ejs in theme/light/layout/.

louy2 avatar May 04 '13 07:05 louy2