Ver 1.2.1 (2020-04-25)
⭐ Features
- New support to fontawesome-5 icons (fa-4 is not used). Some icons class need to be changed, see config file in detail.
1
2- - 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.
1
2
3
4
5
6
7
8
9
10
11- # 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.
Ver 1.2.0 (2020-04-23)
- Feature: add pjax support
- Feature: support data files smooth update
- Fixed: optimize some appearance
1 | js: |