Skip to content

srsxnsh/demonlist

Repository files navigation

GDDL Integrated Demonlist

image image image


Uses the GDDL API to get submission info and displays it as a list on the site. All API requests are sent through a cloudflare server, it may take up to a few seconds to load the information.


How to make your own:

Fork

  • Fork this repo

Edit conf.json:

  • userid: Your GDDL userid. This should be a number.
  • username: This can be anything you want.
  • fontURL: The google fonts URL for your chosen font.
  • fontname: The name of your chosen font.
  • theme: The name of your chosen theme, according to the name of the file in ./themes.

Theme:

  • Pick a theme in ./themes or create your own by duplicating and renaming an existing theme and changing the colours. Name and Creator are not used at all in the actual site, they are purely for credit. The variable names are very self explanatory. Use Hex.

Deploy

  • Deploy site with GitHub Pages, or another service.

Coming Soon

  • Even more themes.
  • Custom background images.
  • Better custom theming support.

image