GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

Home Page:https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import --assets is incomplete

klein-j opened this issue · comments

I am trying to build a static site, that is truly independent from external resources. From the descriptions it sounds like this tool is intended to exactly do this.

However after downloading the css files, the website still downloads fonts from gstatic.com, and it still connects to identity.netlify.com (however this might be due to another reason, I guess). Also I got the issue that after performing the command all icons (presumably from font-awesome) stop working.

Therefore I think it would be good to clearly state the purpose of this tool in the documentation and what it does and what not. Better yet, it would be awesome if it actually would download all external dependencies and build a self-sustained site.

commented

The font theme defines which fonts you use (so if you choose non-Google fonts, your site won't attempt to load Google fonts) and Netlify Identity can be disabled in params.toml.

This tool is focussed on importing Bibtex publications.

We now use the standard NPM approach for importing assets for offline use and there is an opportunity to extend it beyond Bootstrap for admins who don't wish to use third party CDNs. See #14 (comment)

commented

Feel free to add your support to HugoBlox/hugo-blox-builder#1167 and consider contributing