hexo-theme-light
hexo-theme-light copied to clipboard
Follow widget
Hi,
Can you create a widget for add Follow link (G+/ Fb / 4square / linkedin etc...) ?
Thks a lot
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/
.