Darren John de Lima
Darren John de Lima
I'm currently using old HashCheck in preference to new OpenHashTab (despite the latter's nicer UI), as it currently has a better SFV export function and a "double-click to check hashes...
@namazso That is awesome! You're a legend! Thank you! Guess I'll be replacing HashCheck soon :D
> particular filter set Is that the reference to filterlists.com (filter set aggregator site)? EDIT: Shall I edit and remove all references to other tools?
Hmmm... that's a point - are custom filterlists currently supported?
Might be possible with masonry js (already included in this theme) and .stamp https://masonry.desandro.com/options.html#stamp https://codepen.io/desandro/pen/AJNPZG I'll be trying to implement it in [my fork](https://github.com/Darthagnon/hugo-theme-dream) eventually
Question: is it possible to move all language data from ```data``` to ```i18n```? Seems bizarre to separate weekdays from the rest of the i18n stuff. I'll do it later in...
Question: is it possible to put the whole i18n block within its own ```i18n.html``` file and reference it where required? Seems like it should be possible, but I'm not expert...
Just realised the ```/docs``` readme is probably broken, as I put relative links in the main Readme, then copied it back. I'll fix this
Relative links in ```docs/Readme.md``` work :D Means we can use exactly the same readme for both files, without any unnecessary external links. Just need to use a ```/``` to indicate...
Uh-oh. I implmented the block as a partial which sounded like it would work (but I haven't figured out how to test it, as I'm not sure how to change...