ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

Logo margin #136

Closed primaryobjects closed 6 years ago

primaryobjects commented 8 years ago

Added support for margin spacing on the logo image. A new customize variable was added, named margin, with options top, right, bottom, left, specified in pixels. The default is 0px margin. Example usage:

_config.yml

customize:
  logo:
    url: /images/primaryobjects.png
    width: 248
    height: 33
    margin:
      top: 5
      right: 6
      bottom: 3
      left: 6
customize:
  logo:
    url: /images/primaryobjects.png
    width: 248
    height: 33
    margin:
      top: 5