add favicon
|
@ -88,7 +88,7 @@ comments:
|
|||
# utterances settings › https://utteranc.es/
|
||||
utterances:
|
||||
repo: peter-tanner/peter-tanner.github.io # <gh-username>/<repo>
|
||||
issue_term: # < url | pathname | title | ...>
|
||||
issue_term: pathname # < url | pathname | title | ...>
|
||||
# Giscus options › https://giscus.app
|
||||
giscus:
|
||||
repo: # <gh-username>/<repo>
|
||||
|
|
93
_data/locales/en.yml
Normal file
|
@ -0,0 +1,93 @@
|
|||
# The layout text of site
|
||||
|
||||
# ----- Commons label -----
|
||||
|
||||
layout:
|
||||
post: Post
|
||||
category: Category
|
||||
tag: Tag
|
||||
|
||||
# The tabs of sidebar
|
||||
tabs:
|
||||
# format: <filename_without_extension>: <value>
|
||||
home: Home
|
||||
categories: Categories
|
||||
tags: Tags
|
||||
archives: Archives
|
||||
about: About
|
||||
|
||||
# the text displayed in the search bar & search results
|
||||
search:
|
||||
hint: search
|
||||
cancel: Cancel
|
||||
no_results: Oops! No results found.
|
||||
|
||||
panel:
|
||||
lastmod: Recently Updated
|
||||
trending_tags: Trending Tags
|
||||
toc: Contents
|
||||
|
||||
copyright:
|
||||
# # Shown at the bottom of the post
|
||||
# license:
|
||||
# template: This post is licensed under :LICENSE_NAME by the author.
|
||||
# name: CC BY 4.0
|
||||
# link: https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
# # Displayed in the footer
|
||||
# brief: Some rights reserved.
|
||||
# verbose: >-
|
||||
# Except where otherwise noted, the blog posts on this site are licensed
|
||||
# under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
|
||||
|
||||
meta: Using the :PLATFORM theme :THEME.
|
||||
|
||||
not_found:
|
||||
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
||||
|
||||
notification:
|
||||
update_found: A new version of content is available.
|
||||
update: Update
|
||||
|
||||
# ----- Posts related labels -----
|
||||
|
||||
post:
|
||||
written_by: By
|
||||
posted: Posted
|
||||
updated: Updated
|
||||
words: words
|
||||
pageview_measure: views
|
||||
read_time:
|
||||
unit: min
|
||||
prompt: read
|
||||
relate_posts: Further Reading
|
||||
share: Share
|
||||
button:
|
||||
next: Newer
|
||||
previous: Older
|
||||
copy_code:
|
||||
succeed: Copied!
|
||||
share_link:
|
||||
title: Copy link
|
||||
succeed: Link copied successfully!
|
||||
# pinned prompt of posts list on homepage
|
||||
pin_prompt: Pinned
|
||||
|
||||
# Date time format.
|
||||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
||||
df:
|
||||
post:
|
||||
strftime: "%b %e, %Y"
|
||||
dayjs: "ll"
|
||||
archives:
|
||||
strftime: "%b"
|
||||
dayjs: "MMM"
|
||||
|
||||
# categories page
|
||||
categories:
|
||||
category_measure:
|
||||
singular: category
|
||||
plural: categories
|
||||
post_measure:
|
||||
singular: post
|
||||
plural: posts
|
BIN
assets/img/favicon/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 595 B |
BIN
assets/img/favicon/android-chrome-384x384.png
Normal file
After Width: | Height: | Size: 792 B |
BIN
assets/img/favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 618 B |
BIN
assets/img/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
assets/img/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
assets/img/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
assets/img/favicon/mstile-150x150.png
Normal file
After Width: | Height: | Size: 822 B |
19
assets/img/favicon/safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="400.000000pt" height="400.000000pt" viewBox="0 0 400.000000 400.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,400.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1000 3500 l0 -500 -500 0 -500 0 0 -500 0 -500 500 0 500 0 0 -500
|
||||
0 -500 -500 0 -500 0 0 -500 0 -500 500 0 500 0 0 500 0 500 500 0 500 0 0
|
||||
-500 0 -500 500 0 500 0 0 500 0 500 500 0 500 0 0 500 0 500 -500 0 -500 0 0
|
||||
500 0 500 500 0 500 0 0 500 0 500 -500 0 -500 0 0 -500 0 -500 -500 0 -500 0
|
||||
0 500 0 500 -500 0 -500 0 0 -500z m1000 -1000 l0 -500 500 0 500 0 0 -500 0
|
||||
-500 -500 0 -500 0 0 500 0 500 -500 0 -500 0 0 500 0 500 500 0 500 0 0 -500z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 976 B |