mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +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/dist');
|
||||||
eleventyConfig.addPassthroughCopy('source/assets/img');
|
eleventyConfig.addPassthroughCopy('source/assets/img');
|
||||||
eleventyConfig.addPassthroughCopy('source/favicon.ico');
|
eleventyConfig.addPassthroughCopy('source/favicon.ico');
|
||||||
|
eleventyConfig.addPassthroughCopy('source/icon.png');
|
||||||
eleventyConfig.addPassthroughCopy('source/_redirects');
|
eleventyConfig.addPassthroughCopy('source/_redirects');
|
||||||
eleventyConfig.addPassthroughCopy('source/browserconfig.xml');
|
eleventyConfig.addPassthroughCopy('source/browserconfig.xml');
|
||||||
eleventyConfig.addPassthroughCopy('source/tile.png');
|
eleventyConfig.addPassthroughCopy('source/tile.png');
|
||||||
|
@ -6,6 +6,9 @@ team:
|
|||||||
- name: Natalie Weizenbaum
|
- name: Natalie Weizenbaum
|
||||||
role: code, content
|
role: code, content
|
||||||
twitter: nex3
|
twitter: nex3
|
||||||
|
- name: OddBird
|
||||||
|
role: design, code
|
||||||
|
twitter: oddbird
|
||||||
|
|
||||||
contributors:
|
contributors:
|
||||||
- name: Chris Eppstein
|
- name: Chris Eppstein
|
||||||
@ -29,12 +32,12 @@ thanks:
|
|||||||
- name: To everyone who has contributed through pull requests.
|
- name: To everyone who has contributed through pull requests.
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
- name: HTML5
|
- name: HTML
|
||||||
- name: LiquidJS
|
- name: LiquidJS
|
||||||
- name: Markdown
|
- name: Markdown
|
||||||
|
|
||||||
style:
|
style:
|
||||||
- name: CSS3
|
- name: CSS
|
||||||
- name: Sass
|
- name: Sass
|
||||||
- name: Normalize
|
- name: Normalize
|
||||||
- name: Sanitize
|
- name: Sanitize
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
type="application/atom+xml"
|
type="application/atom+xml"
|
||||||
href="/feed.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
|
<link
|
||||||
href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,600|Source+Serif+Pro"
|
href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,600|Source+Serif+Pro"
|
||||||
media="screen"
|
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