Skip to content

Latest commit

 

History

History
84 lines (74 loc) · 1.4 KB

README.md

File metadata and controls

84 lines (74 loc) · 1.4 KB

Startpage

Startpage with a shell like interface , use data.json for user configurations.

Built with astro

Screenshot

Screenshot

Example of config.json

{
	"clock": {
		"url": "https://calendar.google.com/calendar/"
	},

	"shortcuts": {
		"reddit": [
			{
				"title": "COW",
				"url": "https://www.reddit.com/r/Competitiveoverwatch/"
			},
			{
				"title": "MouseReview",
				"url": "https://www.reddit.com/r/MouseReview/"
			},
			{
				"title": "mk",
				"url": "https://www.reddit.com/r/MechanicalKeyboards/"
			}
		],
		"social": [
			{
				"title": "Discord",
				"url": "https://discordapp.com/app"
			},
			{
				"title": "Twitter",
				"url": "https://twitter.com/"
			},
			{
				"title": "WhatsApp",
				"url": "https://web.whatsapp.com/"
			}
		],
		"work": [
			{
				"title": "Drive",
				"url": "https://drive.google.com/"
			},
			{
				"title": "Gmail",
				"url": "https://gmail.google.com/"
			},
			{
				"title": "Keep",
				"url": "https://keep.google.com/"
			}
		],
		"ssh": [
			{
				"title": "desktop",
				"url": "ssh://[email protected]"
			},
			{
				"title": "nextcloud",
				"url": "ssh://[email protected]"
			},
			{
				"title": "media",
				"url": "ssh://[email protected]"
			}
		]
	},

	"search": "https://search.brave.com/search"
}

License

The Unlicense