generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leonid Belenkiy <[email protected]>
- Loading branch information
1 parent
85c8eb8
commit e8ac117
Showing
21 changed files
with
3,707 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# 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 :THEME theme for :PLATFORM. | ||
|
||
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! | ||
|
||
# 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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.