mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 16:09:27 +01:00
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:
parent
c51232ac8b
commit
7cef388d03
1
google0b95dfbc8dbfae63.html
Normal file
1
google0b95dfbc8dbfae63.html
Normal file
@ -0,0 +1 @@
|
||||
google-site-verification: google0b95dfbc8dbfae63.html
|
1
google30948dd8cdf0256c.html
Normal file
1
google30948dd8cdf0256c.html
Normal file
@ -0,0 +1 @@
|
||||
google-site-verification: google30948dd8cdf0256c.html
|
10
index.html
10
index.html
@ -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>
|
||||
|
10
pages/external/identifying.html
vendored
10
pages/external/identifying.html
vendored
@ -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-->
|
||||
|
||||
|
10
pages/external/identifying.html.md
vendored
10
pages/external/identifying.html.md
vendored
@ -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
35
pages/photos.html
Normal 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
37
pages/photos.html.md
Normal 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
5
robots.txt
Normal 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/
|
Loading…
Reference in New Issue
Block a user