diff --git a/README.md b/README.md index 7711b65a4b7..5c2a96d1587 100644 --- a/README.md +++ b/README.md @@ -3,25 +3,11 @@ # My personal blog's source code - - [![Theme Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?color=brightgreen)][theme] - [![CI](https://github.com/lotusk08/lotusk08.github.io/actions/workflows/ci.yml/badge.svg?branch=master&event=push)][ci] - [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)][codacy] - [![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)][license] - [![npm](https://img.shields.io/npm/v/jekyll-theme-chirpy)][npm] - [![Cloudflare](https://img.shields.io/badge/Pages-deployed-blue?logo=cloudflare)][cf] - [![DMCA](https://img.shields.io/badge/DMCA-protected-green)][dmca] - Using Jekyll with Chirpy theme, host in Github with [submodule][lib], deployed by Cloudflare - - [**Live site** → ][stevehoang.com] - - [![stevehoang.com](/docs/stevehoang.com.webp)][stevehoang.com] + Using [Jekyll][jekyllrb] with [Chirpy][theme] theme, host in Github with [submodule][lib], deployed on Cloudflare. -## Optimized pagespeed -[![stevehoang.com](/docs/pagespeed.webp)][stevehoang.com] ## Deploy & public by [Cloudflare][cf] Fix error `Gems in the groups 'development' and 'test' were not installed.` in Cloudflare with config the variables for your Preview/Production environment @@ -71,12 +57,6 @@ node tools/lqip/index.js - style: restyle sidebar: remove background, restyle nav.link hover effect. [theme]: https://rubygems.org/gems/jekyll-theme-chirpy -[ci]: https://github.com/lotusk08/lotusk08.github.io/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster -[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard -[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE -[npm]: https://www.npmjs.com/package/jekyll-theme-chirpy -[cf]: https://lotusk08-github-io.pages.dev -[dmca]: https://www.dmca.com/r/84e1gg7 [jekyllrb]: https://jekyllrb.com [stevehoang.com]: https://stevehoang.com [lib]: https://github.com/lotusk08/theme-static-assets diff --git a/_data/locales/en.yml b/_data/locales/en.yml index d8b805666a0..e775e14bd2f 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -40,7 +40,7 @@ copyright: 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: Built & deployed with :THEME :PLATFORM. +meta: Built & deployed with :THEME. # Using the :THEME theme for :PLATFORM. not_found: diff --git a/_includes/footer.html b/_includes/footer.html index 26bc619c7e7..e52be09ecc9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,52 +5,6 @@ flex-lg-row justify-content-lg-between align-items-lg-center pb-lg-3 " > -
- {{- '©' }} - - - {% assign authors = page.author | default: page.authors %} - - {{ site.data.locales[lang].post.written_by }} - - - {% if authors %} - {% for author in authors %} - {% assign author_data = site.data.authors[author] %} - {% if author_data.url %} - {{ author_data.name }}. - {% else %} - {{ author_data.name }} - {% endif %} - {% unless forloop.last %}, {% endunless %} - {% endfor %} - {% else %} - {{ site.social.name }} - {% endif %} - - - {%- capture _platform -%} - Jekyll - {%- endcapture -%} - - {%- capture _theme -%} - Chirpy - {%- endcapture -%} - - {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} -
- + ++ {{- '©' }} + + + {% assign authors = page.author | default: page.authors %} + + {{ site.data.locales[lang].post.written_by }} + + + {% if authors %} + {% for author in authors %} + {% assign author_data = site.data.authors[author] %} + {% if author_data.url %} + {{ author_data.name }}. + {% else %} + {{ author_data.name }} + {% endif %} + {% unless forloop.last %}, {% endunless %} + {% endfor %} + {% else %} + {{ site.social.name }} + {% endif %} + + + {%- capture _platform -%} + Jekyll + {%- endcapture -%} + + {%- capture _theme -%} + Jekyll + {%- endcapture -%} + + {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} +
diff --git a/_sass/layout/_footer.scss b/_sass/layout/_footer.scss index 8b3cc33215d..31822e15f19 100644 --- a/_sass/layout/_footer.scss +++ b/_sass/layout/_footer.scss @@ -44,7 +44,6 @@ footer { justify-content: center; align-items: center; flex-wrap: wrap; - order: -1; &:not(:last-child) { margin-right: v.$sb-btn-gap;