Bookmarks
Here's some helpful links that you might want to check out!
(note 1) Won't work on free Neocities accounts created since 2022, unless a workaround was done
- Tutorials
- References
- Accessibility Tools
- Embed Tools
- Static Site Generators
- Web Hosts
- Resources
- Nekoweb Deployment Scripts
- Widgets and Scripts
- Webring Scripts
Tutorials
References
Accessibility Tools
WAVE
A website/extension that analyzes your website for common accessibility errors! (recommended!)
Embed Tools
Open Graph Protocol Reference
The main protocol that allows you to show a embed of your site on sites like Discord (recommended!)
LinkTwitter Card Reference
A protocol that extends the Open Graph protocol. Used by Twitter, Discord, etc.
LinkDiscord Embed Debugger
A Discord first party tool that tests and debugs link embeds for your site, that tells you how your site shows in Discord (recommended!)
LinkStatic Site Generators
Svelte
A UI framework that uses a compiler instead of a Virtual DOM for rendering webpages. That's what I use here! (recommended!)
LinkWeb Hosts
GitHub Pages
Another static web host. Uses GitHub for file management and version control. (recommended!)
LinkPoyoweb
A work in progress web host. (coming soon!)
Resources
Nekoweb Deployment Scripts
deploy2nekoweb
A GitHub Action that deploys your website to Nekoweb! (recommended!)(specific to Nekoweb!)
Linksvelte-adapter-nekoweb
A SvelteKit adapter that deploys your website to Nekoweb, by just running bun run build
! (recommended!)(specific to Nekoweb!)
nekoweb-deploy
Another GitHub Action that deploys your website to Nekoweb (specific to Nekoweb!)
LinkWidgets and Scripts
Ayano's Comment Widget
A comment widget that uses Google Forms and Google Sheets for submitting and retreving data (recommended!)(note 1)