mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
A few details
This commit is contained in:
parent
64d24fa8eb
commit
acad65d1a5
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
Title: Curriculum vitae
|
||||||
|
---
|
||||||
|
|
||||||
### Work History
|
### Work History
|
||||||
|
|
||||||
**[1 Second Everyday](https://1se.co)**<br>
|
**[1 Second Everyday](https://1se.co)**<br>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"title": "samhuri.net",
|
"title": "samhuri.net",
|
||||||
"author": "Sami Samhuri",
|
"author": "Sami Samhuri",
|
||||||
"url": "https://samhuri.net",
|
"url": "https://samhuri.net",
|
||||||
|
"template": "samhuri.net",
|
||||||
"styles": [
|
"styles": [
|
||||||
"/css/normalize.css",
|
"/css/normalize.css",
|
||||||
"/css/style.css"
|
"/css/style.css"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<!-- meow -->
|
<!-- meow -->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
|
|
||||||
{% block title %}<title>{{ site.title }}</title>{% endblock %}
|
{% block title %}<title>{{ site.title }}</title>{% endblock %}
|
||||||
|
|
@ -26,7 +27,7 @@
|
||||||
<link rel="dns-prefetch" href="https://gist.github.com">
|
<link rel="dns-prefetch" href="https://gist.github.com">
|
||||||
|
|
||||||
<link rel="dns-prefetch" href="https://use.typekit.net">
|
<link rel="dns-prefetch" href="https://use.typekit.net">
|
||||||
<script src="https://use.typekit.net/tcm1whv.js" integrity="sha384-Cajpx1SH5pZw/OSd5LTP9EBy6XLNv0Ti69o0b2bzYF6Zb8/P/Qy3BSbZpYZiUg0Q" crossorigin="anonymous"></script>
|
<script src="https://use.typekit.net/tcm1whv.js" crossorigin="anonymous"></script>
|
||||||
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
{% extends "samhuri.net.html" %}
|
|
||||||
{% block body %}{{ body }}{% endblock %}
|
|
||||||
Loading…
Reference in a new issue