# Webdev Resources

## Classless CSS - No Javascript

* [List of Classless CSS](https://github.com/dbohdan/classless-css)
* [Classless CSS Demo](https://dohliam.github.io/dropin-minimal-css/)
* [Element CSS](https://elementcss.neocities.org/) a classless CSS
* [MVP](https://andybrewer.github.io/mvp/) a classless CSS
* [SPCSS](https://github.com/susam/spcss)
* [Uisual](https://github.com/uisual/freebies)

## Gatsby Starter

* [Developer Diary](https://www.gatsbyjs.com/starters/willjw3/gatsby-starter-developer-diary)
* [Blog with Lunr](https://www.gatsbyjs.com/starters/lukewhitehouse/gatsby-starter-blog-with-lunr)
* [Calpa Blog](https://www.gatsbyjs.com/starters/calpa/gatsby-starter-calpa-blog)
* [Gitbook](https://www.gatsbyjs.com/starters/hasura/gatsby-gitbook-starter)
* [Boogi](https://www.gatsbyjs.com/starters/filipowm/boogi) : algolia search, local search, folder structure
* [Apple](https://github.com/sungik-choi/gatsby-starter-apple) : category, no search
* [Bilingual](https://gatsbyjs-blog-template.netlify.app/en/) : category, search, bilingual
* [jumpalottahigh](https://gatsby-starter-blog-jumpalottahigh.netlify.app/) : category, search, folder structure
* starter-bee
  * [cereme](https://github.com/cereme/cereme.github.io)
  * [kkh913](https://kkh913.github.io/)
  * [hong-dev](https://hong-dev.github.io/)
  * [minsu](https://alstn2468.github.io/)
  * [jonathan](https://www.learningsomethingnew.com/)
  * [rinae](https://rinae.dev/)
  * [jaesokim](https://jaeseokim.github.io/) [github](https://github.com/JaeSeoKim/jaeseokim.github.io)

## Jekyll Theme

* [RTD Theme](https://github.com/rundocs/jekyll-rtd-theme) : honoring folder structure
* [Just The Docs](https://github.com/pmarsceill/just-the-docs)
* [Jekyll Doc Theme](https://github.com/aksakalli/jekyll-doc-theme) : honoring folder structure
* [Text Theme](https://tianqi.name/jekyll-TeXt-theme/)
* [Docsify](https://michaelcurrin.github.io/docsify-js-template/#/) [Docsify](https://docsify.js.org/#/), example [Docsify Open Publishin](https://github.com/hibbitts-design/docsify-open-publishing-starter-kit)

## Hugo Theme

* [Slick](https://themes.gohugo.io/slick/)
* [Zerostatic](https://github.com/zerostaticthemes/hugo-whisper-theme)
* [Tokiwa](https://github.com/heyeshuang/hugo-theme-tokiwa)
* [Adam Eve](https://github.com/blankoworld/hugo_theme_adam_eve/blob/master/exampleSite/content/design/materials.md)
* [Flex](https://github.com/scivision/hugo-flex-example/blob/master/README.md)

## Development

* [instant.page](https://instant.page/) : speed up webpage with a script
* [Quicklink](https://getquick.link/) similar

## Single HTML Web

* [pseudosavant/player.html: One file drop-in video player web app for using video files served using basic directory listing](https://github.com/pseudosavant/player.html)
* [pseudosavant/markdown.html: Browse an HTTP folder and view markdown or any other text document](https://github.com/pseudosavant/markdown.html)

## Web Page Building

* [mmm.page](https://build.mmm.page/)

💡 : quick (drag and drop) web page building

## Web Dev

* [Welcome - Lektor Static Content Management System](https://www.getlektor.com/)

## Blogging

* [Write.as Letters](https://write.as/letters)
* [Papyrus - privacy-first, blazing-fast blogging & newsletters](https://papyrus.so/)

## Web Development

* [Typedream](https://typedream.com/)

## Simple Server from Folder

* [Serve folder for web development](https://servefolder.dev/)
* [Expose.sh - Expose localhost to the web](https://expose.sh/)

## Simple Web

* [cadars/portable-php: A blog in one HTML file](https://github.com/cadars/portable-php)
* [John Doe’s page](https://john-doe.neocities.org/)

## Self-hosted PHP

* [Single-file PHP file manager, browser and photo gallery - Files](https://www.files.gallery/)
* [h5ai · modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee · larsjung.de](https://larsjung.de/h5ai/)

## Simple Blog

* [prose.sh -- a blog platform for hackers](https://prose.sh/)
* [pastes.sh -- a pastebin for hackers](https://pastes.sh/)
* [lists.sh -- a microblog for lists](https://lists.sh/)
* [jpanther/congo: A powerful, lightweight theme for Hugo built with Tailwind CSS.](https://github.com/jpanther/congo)
* [Congo](https://jpanther.github.io/congo/)
* [Mataroa—Blogging platform for minimalists](https://mataroa.blog/)
* [Smol Pub](https://smol.pub/)

## Web Test

* [Website Speed Test - Pingdom Tools](https://tools.pingdom.com/#6086b899bb800000)
* [PageSpeed Insights](https://pagespeed.web.dev/report?url=https%3A%2F%2Fwiki.owenyoung.com%2F)

## Web Size Club

* [The 250kb Club](https://250kb.club/)
* [512KB Club - A showcase of lightweight websites.](https://512kb.club/)
* [1MB Club: Two Years and Over 700 Websites Later](https://1mb.club/blog/reflection/)

## Simple Static Web

* [docsify](https://docsify.js.org/#/) put an md file, set as web
* [Docusaurus](https://docusaurus.io/)
  * [anaclumos/extracranial: Personal Wikipedia. This is everything I know!](https://github.com/anaclumos/extracranial), [Sunghyun Cho](https://cho.sh/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/webdev/webdev-resource.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
