Skip to content

Commit

Permalink
Merge pull request #14 from Hpbbs/production
Browse files Browse the repository at this point in the history
change some ui details
  • Loading branch information
Hpbbs authored Aug 3, 2023
2 parents 8e5affb + 50d3a39 commit 9efd51d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ baseurl: ""
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: zh
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
Expand Down Expand Up @@ -112,7 +112,7 @@ assets:
pwa:
enabled: true # the option for PWA feature

paginate: 10
paginate: 11

# ------------ The following options are not recommended to be modified ------------------

Expand Down
5 changes: 5 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
# url: {homepage_of_author}
# -------------------------------------

Hpbbs:
name: XuYi
twitter: xuyihey
url: https://github.com/Hpbbs/

cotes:
name: Cotes Chung
twitter: cotes2020
Expand Down
3 changes: 3 additions & 0 deletions _data/notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
says: 野马也, 尘埃也, 生物之以息相吹也

# should write in locales
5 changes: 4 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<footer>
<div class="container px-lg-4">
<div class="d-flex justify-content-center align-items-center text-muted mx-md-3">
<p>
<!-- <p>
{%- capture _platform -%}
<a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
{%- endcapture -%}
Expand All @@ -13,6 +13,9 @@
{%- endcapture -%}
{{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}
</p> -->
<p>
{{- site.data.notes.says -}}
</p>

<p>
Expand Down

0 comments on commit 9efd51d

Please sign in to comment.