FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.53k stars 12.2k forks source link

Icon Request: Hexo, Hugo and Jekyll #9103

Closed fusion809 closed 8 years ago

fusion809 commented 8 years ago

Hi,

I'd like to request icons for the following static site generators:

I personally want to use these icons on The Hornery, my Jekyll-powered GitHub Pages-hosted website and to refer to projects using the respective SSG in the Atom text editor. I have included Font Awesome in my local copy of the Atom text editor using this style sheet and Font-Awesome being cloned to ~/.atom/Font-Awesome:

@font-face {
  font-family: 'FontAwesome';
  src: url('Font-Awesome/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('Font-Awesomefonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('Font-Awesomefonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('Font-Awesomefonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('Font-Awesomefonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('Font-Awesomefonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

and I have already referred to one Font Awesome icon in my projects.cson (used by the projects-manager Atom package) file, which is (notice the line icon: "fa fa-linux"):

"arch-scripts":
  title: "arch-scripts"
  paths: [
    "/home/fusion809/Shell"
    "/home/fusion809/.bashrc"
    "/home/fusion809/.zshrc"
  ]
"fusion809.github.io":
  title: "fusion809.github.io"
  paths: [
    "/home/fusion809/GitHub/mine/fusion809.github.io"
  ]
  icon: "fa fa-linux"
"hexo-site":
  title: "hexo-site"
  paths: [
    "/home/fusion809/GitHub/mine/hexo-site"
  ]
PKGBUILDs:
  title: "PKGBUILDs"
  paths: [
    "/home/fusion809/GitHub/mine/PKGBUILDs"
  ]

Thanks for your time, Brenton

tagliala commented 8 years ago

Sorry, can't leave this open

https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md#requesting-new-icons

  • Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).