Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00c7735

Browse files
add favicon
1 parent 3340cdb commit 00c7735

File tree

15 files changed

+230
-13
lines changed

15 files changed

+230
-13
lines changed

‎assets/mygitalk.css‎

Lines changed: 0 additions & 5 deletions
This file was deleted.
19 KB
Loading[フレーム]

‎docs/book.json‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,28 @@
1010
}
1111
},
1212
"plugins": [
13+
"favicon-custom",
14+
"github-buttons",
15+
"edit-link",
1316
"openwrite",
1417
"copyright",
1518
"mygitalk"
1619
],
1720
"pluginsConfig": {
21+
"favicon": "favicon.ico",
22+
"appleTouchIconPrecomposed152": "apple-touch-icon-precomposed-152.png",
23+
"github-buttons": {
24+
"buttons": [{
25+
"user": "snowdreams1006",
26+
"repo": "gitbook-plugin-mygitalk",
27+
"type": "star",
28+
"size": "small"
29+
}]
30+
},
31+
"edit-link": {
32+
"base": "https://github.com/snowdreams1006/gitbook-plugin-mygitalk/blob/master",
33+
"label": "Edit This Page"
34+
},
1835
"openwrite": {
1936
"blogId": "15702-1569305559839-744",
2037
"name": "雪之梦技术驿站",

‎docs/dev/index.html‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656

5757

58+
5859

5960

6061
<meta name="HandheldFriendly" content="true"/>
@@ -69,6 +70,17 @@
6970
<link rel="prev" href="../use/mygitalk-story.html" />
7071

7172

73+
<style>
74+
@media only screen and (max-width: 640px) {
75+
.book-header .hidden-mobile {
76+
display: none;
77+
}
78+
}
79+
</style>
80+
<script>
81+
window["gitbook-plugin-github-buttons"] = {"buttons":[{"user":"snowdreams1006","repo":"gitbook-plugin-mygitalk","type":"star","size":"small"}]};
82+
</script>
83+
7284
</head>
7385
<body>
7486

@@ -290,7 +302,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
290302
<script>
291303
var gitbook = gitbook || [];
292304
gitbook.push(function() {
293-
gitbook.page.hasChanged({"page":{"title":"how to dev","level":"1.3","depth":1,"previous":{"title":"story about mygitalk","level":"1.2.3","depth":2,"path":"use/mygitalk-story.md","ref":"use/mygitalk-story.md","articles":[]},"dir":"ltr"},"config":{"plugins":["openwrite","copyright","mygitalk"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"copyright":{"site":"https://snowdreams1006.github.io/gitbook-plugin-mygitalk","author":"雪之梦技术驿站","website":"雪之梦技术驿站","image":"https://snowdreams1006.github.io/snowdreams1006-wechat-open.png"},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"openwrite":{"blogId":"15702-1569305559839-744","name":"雪之梦技术驿站","qrcode":"https://snowdreams1006.github.io/snowdreams1006-wechat-public.jpeg","keyword":"vip"},"mygitalk":{"flipMoveOptions":{},"clientID":"3f62415a283d19cbd696","number":-1,"perPage":10,"proxy":"https://cors-anywhere.herokuapp.com/https://github.com/login/oauth/access_token","admin":["snowdreams1006"],"createIssueManually":false,"distractionFreeMode":false,"repo":"gitbook-plugin-mygitalk","owner":"snowdreams1006","enableHotKey":true,"clientSecret":"aed0e1db0620bf5d0e3a3f0225f801997ad74e58","pagerDirection":"last","labels":["Gitalk"]},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"snowdreams1006","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"gitbook-plugin-mygitalk","language":"en","links":{"sidebar":{"snowdreams1006":"https://snowdreams1006.github.io/"}},"gitbook":"3.2.3","description":"gitbook-plugin-mygitalk官方文档"},"file":{"path":"dev/README.md","mtime":"2019年06月16日T11:35:08.012Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019年10月04日T09:32:04.129Z"},"basePath":"..","book":{"language":""}});
305+
gitbook.page.hasChanged({"page":{"title":"how to dev","level":"1.3","depth":1,"previous":{"title":"story about mygitalk","level":"1.2.3","depth":2,"path":"use/mygitalk-story.md","ref":"use/mygitalk-story.md","articles":[]},"dir":"ltr"},"config":{"plugins":["favicon-custom","github-buttons","edit-link","openwrite","copyright","mygitalk"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"copyright":{"site":"https://snowdreams1006.github.io/gitbook-plugin-mygitalk","author":"雪之梦技术驿站","website":"雪之梦技术驿站","image":"https://snowdreams1006.github.io/snowdreams1006-wechat-open.png"},"search":{},"favicon-custom":{"appleTouchIconPrecomposed152":"./favicon.ico","favicon":"./favicon.ico"},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"favicon":"favicon.ico","openwrite":{"blogId":"15702-1569305559839-744","name":"雪之梦技术驿站","qrcode":"https://snowdreams1006.github.io/snowdreams1006-wechat-public.jpeg","keyword":"vip"},"appleTouchIconPrecomposed152":"apple-touch-icon-precomposed-152.png","github-buttons":{"buttons":[{"user":"snowdreams1006","repo":"gitbook-plugin-mygitalk","type":"star","size":"small"}]},"mygitalk":{"flipMoveOptions":{},"clientID":"3f62415a283d19cbd696","number":-1,"perPage":10,"proxy":"https://cors-anywhere.herokuapp.com/https://github.com/login/oauth/access_token","admin":["snowdreams1006"],"createIssueManually":false,"distractionFreeMode":false,"repo":"gitbook-plugin-mygitalk","owner":"snowdreams1006","enableHotKey":true,"clientSecret":"aed0e1db0620bf5d0e3a3f0225f801997ad74e58","pagerDirection":"last","labels":["Gitalk"]},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/snowdreams1006/gitbook-plugin-mygitalk/blob/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"snowdreams1006","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"gitbook-plugin-mygitalk","language":"en","links":{"sidebar":{"snowdreams1006":"https://snowdreams1006.github.io/"}},"gitbook":"3.2.3","description":"gitbook-plugin-mygitalk官方文档"},"file":{"path":"dev/README.md","mtime":"2019年06月16日T11:35:08.012Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019年10月05日T06:52:42.636Z"},"basePath":"..","book":{"language":""}});
294306
});
295307
</script>
296308
</div>
@@ -301,6 +313,14 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
301313
<script src="../gitbook/theme.js"></script>
302314

303315

316+
<script src="../gitbook/gitbook-plugin-github-buttons/plugin.js"></script>
317+
318+
319+
320+
<script src="../gitbook/gitbook-plugin-edit-link/plugin.js"></script>
321+
322+
323+
304324
<script src="../gitbook/gitbook-plugin-copyright/copyright.js"></script>
305325

306326

‎docs/favicon.ico‎

66.1 KB
Binary file not shown.

‎docs/gitbook/gitbook-plugin-github-buttons/plugin.js‎

Lines changed: 85 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/gitbook/gitbook-plugin-github-buttons/plugin.js.map‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
14.3 KB
Loading[フレーム]

‎docs/gitbook/images/favicon.ico‎

61.9 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /