Skip to content

Releases: PhosphorW/hexo-theme-academia

1.2.1

25 Apr 08:24
2a595c3
Compare
Choose a tag to compare

⭐ 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.

1.2.0

22 Apr 14:21
Compare
Choose a tag to compare
  1. Feature: add pjax support
  2. Feature: support data files smooth update
  3. Fixed: optimize some appearance
js:
    - https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js #/js/third-party/jquery.min.js
+    - https://cdn.jsdelivr.net/npm/jquery-pjax@latest/jquery.pjax.min.js
    - /js/main.js 

1.1.0

22 Apr 13:32
Compare
Choose a tag to compare

light & simple & responsive theme for academic websites