Create blog

This commit is contained in:
ethicalhack3r
2019-03-25 13:41:08 +01:00
parent 338cc79a7a
commit f2b36c8434
17 changed files with 893 additions and 0 deletions

11
blog/_includes/head.html Normal file
View File

@@ -0,0 +1,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
</head>