Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 313 Bytes

algolia-wallpapers

Some cool wallpapers to show your algolove

Add a new wallpaper

  • Add a new image on source/images/ it has to be a .jpg
  • Add the JSON related in source/data/wallpapers.json

And voilà!

JSON format

	{
		"name":"fileName",
		"url":"images/[fileName].jpg"
	}