No known key found for this signature in database
GPG Key ID: C072BD80DB66DE18
4 changed files with
6 additions and
5 deletions
-
.gitignore
-
config.yaml
-
content/letter
-
layouts/partials/base/header.html
|
|
@ -4,4 +4,5 @@ resources/_gen/ |
|
|
|
themes/base16* |
|
|
|
|
|
|
|
commit-msg.txt |
|
|
|
.hugo_build.lock |
|
|
|
static/server-apps.json |
|
|
@ -1,5 +1,5 @@ |
|
|
|
# baseURL: http://localhost:1313/ |
|
|
|
baseURL: https://kevin-mok.com/ |
|
|
|
baseURL: http://localhost:1313/ |
|
|
|
# baseURL: https://kevin-mok.com/ |
|
|
|
# baseURL: /home/kevin/coding/mf-site/public |
|
|
|
languageCode: en-us |
|
|
|
# title: Kevin Mok's Website |
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit 5ec1a62b2212b0a354531e36ff9b75425adb34a3 |
|
|
|
Subproject commit 996ec6349ba6ba670cb9195f63742c401e5846d9 |
|
|
@ -9,10 +9,10 @@ |
|
|
|
{{- with $.Param "author" }} |
|
|
|
<meta name="author" content="{{ . }}"> |
|
|
|
{{- end }} |
|
|
|
{{ .Hugo.Generator }} |
|
|
|
{{ hugo.Generator }} |
|
|
|
<meta name="google-site-verification" content="3aZhrY5bFgQY0HY2DNNUhbkuIfVEcwkrQHnbJd8jCCQ" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<script src="https://cdn.khkm.tk/live.js" charset="utf-8"></script> |
|
|
|
<!-- <script src="https://cdn.khkm.gq/live.js" charset="utf-8"></script> --> |
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> |
|
|
|