From f9ab1c243c581e7aea0426f766ed10b289bbb52a Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Fri, 2 Jul 2021 20:07:32 -0300 Subject: [PATCH] docs: add favicon (#324) --- docs/_includes/disqus_comments.html | 20 +++++++++++++++ docs/_includes/favicon.png | Bin 0 -> 875 bytes docs/_includes/favicons.html | 1 + docs/_includes/footer.html | 35 +++++++++++++++++++++++++++ docs/_includes/google-analytics.html | 12 +++++++++ docs/_includes/head.html | 12 +++++++++ docs/_includes/header.html | 30 +++++++++++++++++++++++ docs/_includes/icon-github.html | 1 + docs/_includes/icon-github.svg | 1 + docs/_includes/icon-twitter.html | 1 + docs/_includes/icon-twitter.svg | 1 + docs/_includes/social.html | 14 +++++++++++ docs/favicon.png | Bin 0 -> 875 bytes 13 files changed, 128 insertions(+) create mode 100644 docs/_includes/disqus_comments.html create mode 100644 docs/_includes/favicon.png create mode 100644 docs/_includes/favicons.html create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/google-analytics.html create mode 100644 docs/_includes/head.html create mode 100644 docs/_includes/header.html create mode 100644 docs/_includes/icon-github.html create mode 100644 docs/_includes/icon-github.svg create mode 100644 docs/_includes/icon-twitter.html create mode 100644 docs/_includes/icon-twitter.svg create mode 100644 docs/_includes/social.html create mode 100644 docs/favicon.png diff --git a/docs/_includes/disqus_comments.html b/docs/_includes/disqus_comments.html new file mode 100644 index 000000000..d9400f2de --- /dev/null +++ b/docs/_includes/disqus_comments.html @@ -0,0 +1,20 @@ +{%- if page.comments != false and jekyll.environment == "production" -%} + +
+ + +{%- endif -%} diff --git a/docs/_includes/favicon.png b/docs/_includes/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1968482f40ae237c24d043f28560449ffdd37225 GIT binary patch literal 875 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!RtNZmxPk;790U{~z(7JlLqS0U zNJ=ZHN-Jn7D5xqZXvrvO$SCN@Drm_nXv!&Q$SG(8*>Vaxa!NXKAQ5djB_LNzR!JMg zg^*yyvOsYqEqNs^Sw)~SO&}?&s3ormRt)4qMYQD=wB;4G<$!8HNDGMpWCIaU3dG>Q zJzojvT#J$*zhDLi0Rf<+6%ByE!NETuK0YBozo4MLp})U>!i4!iuwcRZ_3Jn6+YbWg z&Y!<`|Ngu8@Bdj#$fPnbFqwP0IEF+VUK(~g>9PTjXl(K}(`c_1*Ea-;X>1o|dl?h- z_y6>d8zvk(H*qbGt<|(g#U&+*R*@$U$X!VEyHNJv)nrFTtrznbt~ND&aOEI_YF$oi zU#}En;JTv*$2mG=Eb6Z)?ND39`^!L@{RhvwzluTzHwqiXVt%XDNhWJtsGsJN#WVj& zv=vXs>-mBuifu7&4qIIRoD<>j(WzSL?(jM6!VDqCu$}#h!s}-k-4qdMQVUdn&;IZE zN}u;CbIaMX{}mNHRBL>g?RI(Xing<7{7UEF<&}y)c;@?Mxx$BSnYRp#cPBOdKP8@g z{A1MXd4D;Ce)_NUV_%%Hx9;)DBdcz3FEx{~^VHM7Q?ajN>XZjXPdz!OKe9R-XVY*d zRqz|@0mqipjMa{ok|si?o7W4bd#$}K|7+g$7iJT@ax|lPnJ$#ATRJVAJF+0?@*MAp z%(pvyi`C6`M||EMbb7U`>b6UZp7hUq8u0t<&X$E@#wAjgoAv8*pCqko_kZ!!G5q`% z`!tTj?(%b4IeuL#&2LERSrN?a_5Ci#;f!FDwfzbjch?=MUa|j)ihkkCvdH&xyWDrL zvsFBCVavYrRafPEVsd!}*IsZt^yZV_*Y;M0EnPF;7Ju5f_T^Q*NB$`@_1DXszP4xI z!@o+Gwuzopr08y!7OaK4? literal 0 HcmV?d00001 diff --git a/docs/_includes/favicons.html b/docs/_includes/favicons.html new file mode 100644 index 000000000..222413d7f --- /dev/null +++ b/docs/_includes/favicons.html @@ -0,0 +1 @@ + diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..db72885e9 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,35 @@ +
+ + +
+ + + + + +
+ +
diff --git a/docs/_includes/google-analytics.html b/docs/_includes/google-analytics.html new file mode 100644 index 000000000..e9afb2093 --- /dev/null +++ b/docs/_includes/google-analytics.html @@ -0,0 +1,12 @@ + + diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 000000000..c80b72a0a --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,12 @@ + + + + + {%- seo -%} + + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..658531d86 --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1,30 @@ + diff --git a/docs/_includes/icon-github.html b/docs/_includes/icon-github.html new file mode 100644 index 000000000..e501a16b1 --- /dev/null +++ b/docs/_includes/icon-github.html @@ -0,0 +1 @@ +{% include icon-github.svg %}{{ include.username }} diff --git a/docs/_includes/icon-github.svg b/docs/_includes/icon-github.svg new file mode 100644 index 000000000..e6c5f6dfd --- /dev/null +++ b/docs/_includes/icon-github.svg @@ -0,0 +1 @@ + diff --git a/docs/_includes/icon-twitter.html b/docs/_includes/icon-twitter.html new file mode 100644 index 000000000..e623dbd6e --- /dev/null +++ b/docs/_includes/icon-twitter.html @@ -0,0 +1 @@ +{{ include.username }} diff --git a/docs/_includes/icon-twitter.svg b/docs/_includes/icon-twitter.svg new file mode 100644 index 000000000..efc0ecf67 --- /dev/null +++ b/docs/_includes/icon-twitter.svg @@ -0,0 +1 @@ + diff --git a/docs/_includes/social.html b/docs/_includes/social.html new file mode 100644 index 000000000..44046b866 --- /dev/null +++ b/docs/_includes/social.html @@ -0,0 +1,14 @@ + diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1968482f40ae237c24d043f28560449ffdd37225 GIT binary patch literal 875 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!RtNZmxPk;790U{~z(7JlLqS0U zNJ=ZHN-Jn7D5xqZXvrvO$SCN@Drm_nXv!&Q$SG(8*>Vaxa!NXKAQ5djB_LNzR!JMg zg^*yyvOsYqEqNs^Sw)~SO&}?&s3ormRt)4qMYQD=wB;4G<$!8HNDGMpWCIaU3dG>Q zJzojvT#J$*zhDLi0Rf<+6%ByE!NETuK0YBozo4MLp})U>!i4!iuwcRZ_3Jn6+YbWg z&Y!<`|Ngu8@Bdj#$fPnbFqwP0IEF+VUK(~g>9PTjXl(K}(`c_1*Ea-;X>1o|dl?h- z_y6>d8zvk(H*qbGt<|(g#U&+*R*@$U$X!VEyHNJv)nrFTtrznbt~ND&aOEI_YF$oi zU#}En;JTv*$2mG=Eb6Z)?ND39`^!L@{RhvwzluTzHwqiXVt%XDNhWJtsGsJN#WVj& zv=vXs>-mBuifu7&4qIIRoD<>j(WzSL?(jM6!VDqCu$}#h!s}-k-4qdMQVUdn&;IZE zN}u;CbIaMX{}mNHRBL>g?RI(Xing<7{7UEF<&}y)c;@?Mxx$BSnYRp#cPBOdKP8@g z{A1MXd4D;Ce)_NUV_%%Hx9;)DBdcz3FEx{~^VHM7Q?ajN>XZjXPdz!OKe9R-XVY*d zRqz|@0mqipjMa{ok|si?o7W4bd#$}K|7+g$7iJT@ax|lPnJ$#ATRJVAJF+0?@*MAp z%(pvyi`C6`M||EMbb7U`>b6UZp7hUq8u0t<&X$E@#wAjgoAv8*pCqko_kZ!!G5q`% z`!tTj?(%b4IeuL#&2LERSrN?a_5Ci#;f!FDwfzbjch?=MUa|j)ihkkCvdH&xyWDrL zvsFBCVavYrRafPEVsd!}*IsZt^yZV_*Y;M0EnPF;7Ju5f_T^Q*NB$`@_1DXszP4xI z!@o+Gwuzopr08y!7OaK4? literal 0 HcmV?d00001