hashids / hashids.github.io

This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
https://sqids.org
206 stars 34 forks source link

Add Factor language list item at index.html #47

Closed KennethanCeyer closed 5 years ago

KennethanCeyer commented 5 years ago

added

jd327 commented 5 years ago

Hey @KennethanCeyer, if I understand correctly this is a new implementation in Factor? The best way to add it is to modify links/authors in src/* and then run npm run production to generate static files.

KennethanCeyer commented 5 years ago

@ivanakimov No, There seem a new language Factor is supported at linguist of GitHub But there is no description in the hashid page

screenshot 2019-06-29 오후 11 44 33

So I just added a small text link on the last of a link after Lolcode :neckbeard:

jd327 commented 5 years ago

@KennethanCeyer, ah I get it -- cool. Yeah, the file to be modified for that is src/template.html and then you have to run npm run production so it generates a bunch of static files.

KennethanCeyer commented 5 years ago

@ivanakimov Oh, thank you for the describing. Okay, I will make a new commit to follow that instruction :)

KennethanCeyer commented 5 years ago

screenshot 2019-07-02 오전 1 55 46

Okay It's done :)