This repository was archived by the owner on Aug 8, 2025. It is now read-only.
⭐ Features
- 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- 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
- Abnormal display of font-size on safari/ios in some situations.
⚙️ Improvements
- Display of markdown syntax, especially highlight tags.
- Use smooth scroll in anchor jump and pjax callback.
- UI improvements in mobile device: add top menu icon and etc.