Some changes:

* Restore whatever those google files were.
* Add GA to index and identifying.
* add photos page
* add robots.txt
    * denies photos
    * denies pages/ext/
    * what else?
This commit is contained in:
Mikaela Suomalainen 2014-06-08 22:50:33 +03:00
parent c51232ac8b
commit 7cef388d03
8 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1 @@
google-site-verification: google0b95dfbc8dbfae63.html

View File

@ -0,0 +1 @@
google-site-verification: google30948dd8cdf0256c.html

View File

@ -14,4 +14,14 @@
<frame src="index.real.html" name="right" marginwidth="0" marginheight="0"> </frameset>
</frameset> <font face="verdana" size="1">
</font>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</html>

View File

@ -213,6 +213,16 @@ For corrections above this line, please contact <a href="../irc.html">me at IRC<
<script src="https://gist.github.com/maxanton/1e2cf7ada079c271bd3c.js"></script>
<hr/>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</html>
<!-- vim : set ft=markdown-->

View File

@ -416,5 +416,15 @@ gist which reads where to contact with issues with it.
<script src="https://gist.github.com/maxanton/1e2cf7ada079c271bd3c.js"></script>
<hr/>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</html>
<!-- vim : set ft=markdown-->

35
pages/photos.html Normal file
View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert keywords here" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://">
<title>
Insert title here
</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
</head>
<body>
<hr/>
<h2 id="selfies">Selfies</h2>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
<h2 id="taken-by-others">Taken by others</h2>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</body>
</html>
<!-- vim : set ft=markdown-->

37
pages/photos.html.md Normal file
View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert keywords here" />
<meta name="author" content="Mikaela Suomalainen" />
<link rel="canonical" href="https://">
<title>Insert title here</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
</head>
<body>
<hr/>
## Selfies
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
## Taken by others
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
</body>
</html>
<!-- vim : set ft=markdown-->

5
robots.txt Normal file
View File

@ -0,0 +1,5 @@
# robots.txt for https://mkaysi.github.io/
User-agent: *
Disallow: /pages/photos.html
Disallow: /pages/photos.html.md
Disallow: /pages/ext/ # This is just symlink to /pages/external/