Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

1.2.1

Latest

Choose a tag to compare

@PhosphorW PhosphorW released this 25 Apr 08:24
· 5 commits to master since this release
2a595c3

⭐ Features

  1. New support to fontawesome-5 icons (fa-4 is not used). Some icons class need to be changed, see config file in detail.
-   - https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
+   - https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/css/all.min.css # fontawesome 5
  1. Additional links support user-defined icons in fontawesome-5.
- # Additional social_links,不需要的链接直接注释掉
- # name: url
+ # Additional social_links,额外添加自定义链接,可显示链接名称
+ # name: url || icon_name
e_social:
  enable: true
e_social_links:
-  Google Scholar: /
-  ORCID: /
+  Google Scholar: / || fas fa-graduation-cap
+  ORCID: / || fab fa-orcid

🐞 Bug Fixes

  1. Abnormal display of font-size on safari/ios in some situations.

⚙️ Improvements

  1. Display of markdown syntax, especially highlight tags.
  2. Use smooth scroll in anchor jump and pjax callback.
  3. UI improvements in mobile device: add top menu icon and etc.