Mobile-responsive personal website, generated using Hugo.
https://kevin-mok.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.8 KiB
47 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="{{ if eq .Description "" }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}">
|
|
{{- with $.Param "keywords" }}
|
|
<meta name="keywords" content="{{ delimit . "," }}">
|
|
{{- end }}
|
|
{{- with $.Param "author" }}
|
|
<meta name="author" content="{{ . }}">
|
|
{{- end }}
|
|
{{ .Hugo.Generator }}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css"> -->
|
|
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
|
<!-- <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="all" /> -->
|
|
<!-- <link rel="stylesheet" href="{{ "css/style.css" | relURL }}" type="text/css"> -->
|
|
{{ $main_sass := resources.Get "sass/main.scss" }}
|
|
{{ $main_style := $main_sass | resources.ToCSS }}
|
|
<link rel="stylesheet" href="{{ $main_style.Permalink }}" type="text/css">
|
|
<!-- <title>
|
|
{{ $isHomePage := eq .Title .Site.Title }}
|
|
{{ .Title }}
|
|
{{ if eq $isHomePage false }} -
|
|
{{ .Site.Title }}
|
|
{{ end }}</title> -->
|
|
<title>
|
|
~{{ .Page.RelPermalink }} · {{ .Site.Title }}
|
|
</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- <header>
|
|
<div class="container clearfix">
|
|
[><a class="path" href="{{ .Site.BaseURL }}">[{{ .Site.Title }}]</a><]
|
|
<a class="path" href="{{ .Site.BaseURL }}">[~]</a>
|
|
<span class="caret"># _</span>
|
|
<div class="right">
|
|
{{ range $i, $page := (where .Site.Pages "Section" "pages") }}
|
|
{{ if not (eq $i 0) }}|{{ end }}
|
|
<a class="path" href="{{ $page.RelPermalink }}">{{ $page.Title }}</a>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</header> -->
|
|
|
|
<div class="container">
|