hetio / het.io

Source code for https://het.io website
Other
6 stars 3 forks source link

Revamp #7

Closed vincerubinetti closed 5 years ago

vincerubinetti commented 5 years ago

Live temporary preview here, since it's too much to screenshot: https://www.vincentrubinetti.com/hetio/

Please proofread all the text and check all the links. As you're doing this, it would be good to have the old site open. We should make sure that every sentence/key point in the old site is captured in the new site so that nothing is lost.

There's still a few minor things to iron out, like whether we'll rename hetnetpy in time for this update.

dhimmel commented 5 years ago

Can we add this analytics code with jekyll so it gets added to all the jekyll managed pages?

<!-- Matomo -->
<script type="text/javascript">
  var _paq = window._paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(["setCookieDomain", "*.het.io"]);
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="https://piwik.dhimmel.com/";
    _paq.push(['setTrackerUrl', u+'matomo.php']);
    _paq.push(['setSiteId', '3']);
    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+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript><p><img src="https://piwik.dhimmel.com/matomo.php?idsite=3&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->