mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Add favicon and update humans.txt
This commit is contained in:
parent
6e3cc587f3
commit
382edc7834
@ -22,6 +22,7 @@ module.exports = (eleventyConfig) => {
|
||||
eleventyConfig.addPassthroughCopy('source/assets/dist');
|
||||
eleventyConfig.addPassthroughCopy('source/assets/img');
|
||||
eleventyConfig.addPassthroughCopy('source/favicon.ico');
|
||||
eleventyConfig.addPassthroughCopy('source/icon.png');
|
||||
eleventyConfig.addPassthroughCopy('source/_redirects');
|
||||
eleventyConfig.addPassthroughCopy('source/browserconfig.xml');
|
||||
eleventyConfig.addPassthroughCopy('source/tile.png');
|
||||
|
@ -6,6 +6,9 @@ team:
|
||||
- name: Natalie Weizenbaum
|
||||
role: code, content
|
||||
twitter: nex3
|
||||
- name: OddBird
|
||||
role: design, code
|
||||
twitter: oddbird
|
||||
|
||||
contributors:
|
||||
- name: Chris Eppstein
|
||||
@ -29,12 +32,12 @@ thanks:
|
||||
- name: To everyone who has contributed through pull requests.
|
||||
|
||||
markup:
|
||||
- name: HTML5
|
||||
- name: HTML
|
||||
- name: LiquidJS
|
||||
- name: Markdown
|
||||
|
||||
style:
|
||||
- name: CSS3
|
||||
- name: CSS
|
||||
- name: Sass
|
||||
- name: Normalize
|
||||
- name: Sanitize
|
||||
|
@ -12,6 +12,10 @@
|
||||
type="application/atom+xml"
|
||||
href="/feed.xml" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="152x152" type="image/png" href="/icon.png">
|
||||
<link rel="icon" type="image/png" sizes="152x152" href="/icon.png">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,600|Source+Serif+Pro"
|
||||
media="screen"
|
||||
|
BIN
source/icon.png
Normal file
BIN
source/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue
Block a user