Update homepage, remove Google spying

master
Skylar Ittner 5 年前
父节点 704c1d9327
当前提交 e1eb15c5f5

@ -0,0 +1,10 @@
@import url("https://static.netsyms.net/fonts/roboto/Roboto.css");
@import url("https://static.netsyms.net/fonts/roboto-mono/Roboto_Mono.css");
body, input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
pre, code, kbd {
font-family: "Roboto Mono", "Courier New",
Courier, monospace;
}

@ -0,0 +1,13 @@
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setCookieDomain", "*.contributor.codes"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(["setDoNotTrack", true]);
(function() {
var u="https://analytics.netsyms.net/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '24']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();

@ -1,4 +1,9 @@
Title: Home
# Contributor Codes
This website is dedicated to collecting and critiquing codes of conduct for open source projects, in a similar fashion to TLDRLegal.
## Help us out
[Click here](https://source.netsyms.com/skylarmt/Contributor.Codes) to view the source code for this site and to contribute. We welcome additional codes of conduct.

@ -1,5 +1,10 @@
site_name: Contributor Codes
theme:
name: 'mkdocs'
name: 'material'
font: false
plugins:
- search
extra_javascript:
- "assets/track.js"
repo_name: 'Source Code'
repo_url: 'https://source.netsyms.com/skylarmt/Contributor.Codes'

正在加载...
取消
保存