Skip to content

Commit 00fcc56

Browse files
author
mrmrs
committed
Adding favicons. Source file for favicons. Touch bookmark icons for
apple / android devices. Also supplied illustrator file to be edited so icons can be customized.
1 parent d903903 commit 00fcc56

10 files changed

+4590
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Checkout [nkd.cc](http://nkd.cc)
44

55
## Barebones scaffolding for a new Responsive HTML5 Jekyll project.
66

7-
You shouldn't have to create a bunch of files to get going. Everything should just work. NKD just works.
7+
NKD just works.
88
Start developing your jekyll prototype without any of the boring setup fuss.
99

1010
Site structure is as follows:
@@ -32,9 +32,6 @@ nkd [Site root]
3232
└── index.html [index file that's served up at root. The "homepage" if you will.]
3333
</pre>
3434

35-
As you can see a number of files are blank and not included by default. These are common assets I need to use.
36-
37-
3835
## Rake Tasks
3936

4037
### rake dev

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ author: ""
1515
# ===============
1616
url: "http://localhost:4000"
1717

18-
1918
# Publish future posts or not option.
2019
# ===============
2120
# future: true

_includes/_head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
56
<title>
67
{{site.title}}
78
</title>
89
<meta name="author" content="{{site.author}}">
910
<meta name="description" content="{{site.descripiton}}">
1011
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1112
<link rel="stylesheet" href="css/i.css">
13+
14+
<!-- Favicons and Touch Device Icons -->
15+
<link rel="shortcut icon" href="favicon.ico">
16+
<!-- 57 -->
17+
<link rel="apple-touch-icon" href="touch-icon-iphone-precomposed.png">
18+
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad-precomposed.png">
19+
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone-retina-precomposed.png">
20+
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad-retina-precomposed.png">
1221
</head>

_resources/favicons.ai

Lines changed: 4580 additions & 0 deletions
Large diffs are not rendered by default.

favicon.icns

1.93 KB
Binary file not shown.

favicon.ico

6.37 KB
Binary file not shown.

touch-icon-ipad-precomposed.png

1.22 KB
Loading
2.15 KB
Loading

touch-icon-iphone-precomposed.png

1.02 KB
Loading
1.74 KB
Loading

0 commit comments

Comments
 (0)