Improve the page on curseforge.com
blackd opened this issue ยท 15 comments
The page on curseforge needs some love and tbh, but I personally can't be bothered/think of anything better to put there.
So... HELP WANTED.
It's html here is the source https://gist.github.com/blackd/60c5cc3d5790554b164201c9bce11001
What do you think of that?
https://gist.github.com/victorbnl/2215168582439b7a31b4b6697fd45623
I'll convert it to HTML and add some style later
Of course, the image is a placeholder one, I'll also make a cool picture representing the before/after of the sorting
EDIT : In the gist there are now both the source markdown and the html, if you want to view the HTML file, click on "Raw", do CTRL+S and open the downloaded file in your browser
And to explain a bit how this all works, I made a little bit of code, I have these files :
- source.md
- style.css
- build.py
As you may have guessed, you build the document using build.py
The source.md is converted to HTML by pandoc (actually pypandoc, which is a python wrapper for pandoc)
And the style.css is put in the HTML as inline attributes by premailer
Also source.md uses no special syntax or anything, only Markdown and HTML, so you can use it wherever you want, for example Github. Of course you could loose the centered things and the colors but it won't break anything
When you'll think it will be finished I'll send you a .zip with all these files, so that you can make a new repo or branch if you want, or just in case you want to edit some things
You know what why don't you clone this repository add /description folder and put the sources and the build script there and make a pull request
I guess bb36707 is the best we can do :) given curseforge limitations