add missing file
This commit is contained in:
parent
81499bba36
commit
846920f86b
@ -17,10 +17,12 @@ Quick start
|
|||||||
hugo server
|
hugo server
|
||||||
````
|
````
|
||||||
* Create new blank post.
|
* Create new blank post.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo new posts/newblogpost.md
|
hugo new posts/newblogpost.md
|
||||||
````
|
````
|
||||||
* Run **`` hugo ``** command for updating *public* folder, *public* folder is your static site.
|
* Run **`` hugo ``** command for updating *public* folder, *public* folder is your static site.
|
||||||
|
|
||||||
```
|
```
|
||||||
hugo
|
hugo
|
||||||
````
|
````
|
||||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -13,6 +13,7 @@
|
|||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||||
|
|
||||||
{{ partial "head_includes.html" . }}
|
{{ partial "head_includes.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user