DSRKafuU

Results 20 comments of DSRKafuU

Only `disqusShortname` is needed if you don't use https://github.com/SukkaW/DisqusJS. In https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/layouts/partials/comment-disqus.html, default disqus settings are: ```js this.page.url = '{{ .Permalink }}'; this.page.identifier = '{{ .File.ContentBaseName }}'; ``` You can also...

Global support for Font Awesome is not recommended as the script is large and not everyone needs to use it. Shortcode is the solution, and I recommend the jsDelivr CDN...

@itsraghz Previously I've been working on a solution to load icons from the local `assets` folder, it uses `shortcodes` or `partials` (in templates) then inserts the SVG icon into the...

Thanks for using the Fuji theme. The theme itself was created when I started using Hugo quite early on. So there may be a lot of imperfections yet to be...

@1000283 Although Fuji provides support for multilingual displays, it is not a theme initially designed for multilingual sites. Since it is in the maintenance phase and may be slow to...

This is a nice feature and should be added. However, I've been busy with my other projects lately and may not have time to add new features to this project.

ZeppLu's solution in https://github.com/MoePlayer/APlayer/issues/242#issuecomment-602471423 works.

Fixed in https://github.com/amzrk2/hugo-theme-fuji/pull/7

The feature to blur usernames has been released in v1.7.2, and since I've been busy these days, the other features may take some time to complete.

Planning for SVG icons for more customize settings.