diff --git a/ideas.md b/ideas.md index 41a10b9..0f2b2d7 100644 --- a/ideas.md +++ b/ideas.md @@ -6,6 +6,7 @@ - tux icon # Tiny +- shrink font sizing for mobile - contact page - click on name for base URL @@ -20,5 +21,7 @@ - push to base16 repo - loop through URL sections - add CSS grid layout + - use to make me equation columns for desktop + - box layout for mobile - terminal simulator for site - cd/ls diff. pages diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 52851e3..676a288 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,6 +24,16 @@ {{ if eq $isHomePage false }} - {{ .Site.Title }} {{ end }} --> + + + + + + + + + + {{ .Site.Title }}  •  ~{{ .Page.RelPermalink }} diff --git a/static/img/favicon/android-chrome-192x192.png b/static/img/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..74aa909 Binary files /dev/null and b/static/img/favicon/android-chrome-192x192.png differ diff --git a/static/img/favicon/android-chrome-512x512.png b/static/img/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..ca9a96a Binary files /dev/null and b/static/img/favicon/android-chrome-512x512.png differ diff --git a/static/img/favicon/apple-touch-icon.png b/static/img/favicon/apple-touch-icon.png new file mode 100644 index 0000000..767f156 Binary files /dev/null and b/static/img/favicon/apple-touch-icon.png differ diff --git a/static/img/favicon/browserconfig.xml b/static/img/favicon/browserconfig.xml new file mode 100644 index 0000000..f9c2e67 --- /dev/null +++ b/static/img/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/static/img/favicon/favicon-16x16.png b/static/img/favicon/favicon-16x16.png new file mode 100644 index 0000000..fec8175 Binary files /dev/null and b/static/img/favicon/favicon-16x16.png differ diff --git a/static/img/favicon/favicon-32x32.png b/static/img/favicon/favicon-32x32.png new file mode 100644 index 0000000..f02676f Binary files /dev/null and b/static/img/favicon/favicon-32x32.png differ diff --git a/static/img/favicon/favicon.ico b/static/img/favicon/favicon.ico new file mode 100644 index 0000000..9491009 Binary files /dev/null and b/static/img/favicon/favicon.ico differ diff --git a/static/img/favicon/mstile-150x150.png b/static/img/favicon/mstile-150x150.png new file mode 100644 index 0000000..6d93ea5 Binary files /dev/null and b/static/img/favicon/mstile-150x150.png differ diff --git a/static/img/favicon/safari-pinned-tab.svg b/static/img/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..6f44a48 --- /dev/null +++ b/static/img/favicon/safari-pinned-tab.svg @@ -0,0 +1,38 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/static/img/favicon/site.webmanifest b/static/img/favicon/site.webmanifest new file mode 100644 index 0000000..37dbe39 --- /dev/null +++ b/static/img/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Kevin Mok", + "short_name": "Kevin Mok", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}