Skip to content

Commit

Permalink
Added password hasher (it won't let you see my passwords, nice try!)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed May 7, 2012
1 parent ce93877 commit 8cef502
Show file tree
Hide file tree
Showing 9 changed files with 1,448 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -98,9 +98,9 @@ JB :
# Set 'provider' to false to turn analytics off globally.
#
analytics :
provider : false
provider : google
google :
tracking_id : 'UA-123-12'
tracking_id : 'UA-52096-2'
getclicky :
site_id :
mixpanel :
Expand Down
4 changes: 4 additions & 0 deletions _includes/themes/metro/default.html
Expand Up @@ -8,10 +8,14 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ site.title }} - {{ page.title }}</title>
<meta name="author" content="{{ site.author.name }}">
<link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.19/themes/excite-bike/jquery-ui.css" rel="stylesheet" media="all" />
<link href='{{ ASSET_PATH }}/css/metro.blue.css' rel="stylesheet" media="all">
<link href='{{ ASSET_PATH }}/css/metro.theme.css' rel="stylesheet" media="all">
<link href='{{ ASSET_PATH }}/css/code.css' rel="stylesheet" media="all">
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.2.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.19/jquery-ui.js"></script>
<script src="{{ ASSET_PATH }}/js/attachr.js"></script>
</head>
<body>
<div id="sidebar">
Expand Down

0 comments on commit 8cef502

Please sign in to comment.