mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
190 lines
8.5 KiB
HTML
190 lines
8.5 KiB
HTML
---
|
|
layout: compress
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="/static/img/favicons/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/static/img/favicons/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/static/img/favicons/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/static/img/favicons/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/favicons/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/static/img/favicons/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/static/img/favicons/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/static/img/favicons/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/favicons/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicons/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/static/img/favicons/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/static/img/favicons/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.author }}{% endif %}</title>
|
|
<meta name="author" content="{{ site.author }}" />
|
|
<meta name="description" content="{% if page.title %}{{ page.title }}{% else %}{{ site.description }}{% endif %}" />
|
|
<meta name="keywords" content="{% if page.title %}{{ page.title }}, {{ site.title }}, {% for categ in page.categories %}{{ categ }}{% if forloop.last == false %}, {% endif %}{% endfor %}{% else %}{{ site.title }}, {% for category in site.categories %}{% capture categories_slug %}{{ category | first }}{% endcapture %}{% for categ in categories_slug %}{{ categ }}{% endfor %}{% if forloop.last == false %}, {% endif %}{% endfor %}{% endif %}" />
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
|
|
<meta content="{{ site.share.fb_appid }}" property="fb:app_id">
|
|
<meta content="{{ site.title }}" property="og:site_name">
|
|
|
|
{% if page.noindex %}
|
|
<meta name="robots" content="noindex">
|
|
{% endif %}
|
|
|
|
{% if page.title %}
|
|
<meta content="{{ page.title }}" property="og:title">
|
|
<meta content="article" property="og:type">
|
|
{% else %}
|
|
<meta content="{{ site.title }}" property="og:title">
|
|
<meta content="website" property="og:type">
|
|
{% endif %}
|
|
|
|
{% if page.description %}
|
|
<meta content="{{ page.description }}" property="og:description">
|
|
{% else %}
|
|
<meta content="{{ site.description }}" property="og:description">
|
|
{% endif %}
|
|
|
|
{% if page.url %}
|
|
<meta content="{{ site.url }}{{ page.url }}" property="og:url">
|
|
{% endif %}
|
|
|
|
{% if page.date %}
|
|
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time">
|
|
<meta content="{{ site.url }}/about/" property="article:author">
|
|
{% endif %}
|
|
|
|
{% if page.image %}
|
|
<meta content="{{ site.url }}/static/img/posts/{{ page.image }}" property="og:image">
|
|
{% else %}
|
|
<meta content="{{ site.url }}{{ site.avatar_url }}" property="og:image">
|
|
{% endif %}
|
|
|
|
{% if page.categories %}
|
|
{% for category in page.categories limit:1 %}
|
|
<meta content="{{ category }}" property="article:section">
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{% if page.tags %}
|
|
{% for tag in page.tags %}
|
|
<meta content="{{ tag }}" property="article:tag">
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="@{{ site.share.twitter_username }}">
|
|
<meta name="twitter:creator" content="@{{ site.share.twitter_username }}">
|
|
|
|
{% if page.title %}
|
|
<meta name="twitter:title" content="{{ page.title }}">
|
|
{% else %}
|
|
<meta name="twitter:title" content="{{ site.title }}">
|
|
{% endif %}
|
|
|
|
{% if page.url %}
|
|
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
|
|
{% endif %}
|
|
|
|
{% if page.description %}
|
|
<meta name="twitter:description" content="{{ page.description }}">
|
|
{% else %}
|
|
<meta name="twitter:description" content="{{ site.description }}">
|
|
{% endif %}
|
|
|
|
{% if page.image %}
|
|
<meta name="twitter:image:src" content="{{ site.url }}/{{ page.image }}">
|
|
{% endif %}
|
|
|
|
<!-- Font awesome icons -->
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
|
<!-- syntax highlighting CSS -->
|
|
<link rel="stylesheet" href="/static/css/syntax.css">
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="/static/css/super-search.css">
|
|
<link rel="stylesheet" href="/static/css/thickbox.css">
|
|
<link rel="stylesheet" href="/static/css/projects.css">
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
|
|
{% if jekyll.environment == "production" %}
|
|
<!-- Google Analytics -->
|
|
<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','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
{% endif %}
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="col-sm-3">
|
|
<div class="fixed-condition">
|
|
<a href="/"><img class="profile-avatar" src="{{ site.avatar_url }}" height="75px" width="75px" /></a>
|
|
<h1 class="author-name"><a href="/">{{ site.author }}</a></h1>
|
|
{% if site.about %}
|
|
<div class="profile-about">
|
|
{{ site.about }}
|
|
</div>
|
|
{% endif %}
|
|
<div class="social">
|
|
<ul>
|
|
{% for link in site.social %}
|
|
<li><a href="{{ link.link }}" target="_blank"><i class="fa {{ link.icon }}"></i></a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<hr />
|
|
<ul class="sidebar-nav">
|
|
<strong>Navigation</strong>
|
|
<li><a href="/">Home</a></li>
|
|
{% for i in site.urls %}
|
|
<li><a class="about" href="{{ i.url }}"{% if i.target_blank %} target="_blank"{% endif %}>{{ i.text }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
<hr>
|
|
<ul class="sidebar-nav">
|
|
<strong>Similar Resources</strong>
|
|
{% for i in site.similar_resources %}
|
|
<li><a class="about" href="{{ i.url }}" target="_blank">{{ i.text }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<!-- end /.fixed-condition -->
|
|
</div>
|
|
<div class="col-sm-8 col-offset-1 main-layout">
|
|
{{ content }}
|
|
<footer>
|
|
{% if site.github %}
|
|
- <a href="{{ site.github }}">{{ site.github }}</a>
|
|
{% endif %}
|
|
</footer>
|
|
</div>
|
|
<!-- end /.col-sm-8 -->
|
|
</div>
|
|
<!-- end /.container -->
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
|
<script src="/static/js/super-search.js"></script>
|
|
<script src="/static/js/thickbox-compressed.js"></script>
|
|
<script src="/static/js/projects.js"></script>
|
|
</body>
|
|
</html>
|