Update small web page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s
This commit is contained in:
parent
bf4702d598
commit
61fdffe4df
2 changed files with 6 additions and 11 deletions
2
Garden
2
Garden
|
@ -1 +1 @@
|
||||||
Subproject commit 0f7c56ae8f966dd8d82f20b0653971f2d1fd8554
|
Subproject commit a4a55bc65421bd8f2bd8b889fa4bd4f0560bb60c
|
|
@ -12,14 +12,12 @@ import { useData } from 'vitepress';
|
||||||
const pageData = useData();
|
const pageData = useData();
|
||||||
</script>
|
</script>
|
||||||
<h1 class="p-name">The Small Web</h1>
|
<h1 class="p-name">The Small Web</h1>
|
||||||
<p>801 words, ~4 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
<p>771 words, ~4 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
> Referenced by: [/now](/now/index), [This Knowledge Hub](/garden/this-knowledge-hub/index.md)
|
> Referenced by: [/now](/now/index), [This Knowledge Hub](/garden/this-knowledge-hub/index.md)
|
||||||
|
|
||||||
The small web (also known as the indie web, personal web, the web revival movement, and other terms) refers to small, personal, independent websites. It is seen as a direct alternative to the centralized and homogenized websites like X, Meta, and TikTok.
|
The small web (also known as the indie web, personal web, the web revival movement, and other terms) refers to small, personal, independent websites. It is seen as a direct alternative to the centralized and homogenized websites like X, Meta, and TikTok. [My Personal Website](/garden/my-personal-website/index.md) is part of the small web!
|
||||||
|
|
||||||
[My Personal Website](/garden/my-personal-website/index.md) is part of the small web!
|
|
||||||
|
|
||||||
## Motivation behind the small web
|
## Motivation behind the small web
|
||||||
|
|
||||||
|
@ -65,14 +63,11 @@ The [Tildeverse](https://tildeverse.org/) contains a large set of personal websi
|
||||||
|
|
||||||
## Building personal websites
|
## Building personal websites
|
||||||
|
|
||||||
[IndieWeb](https://indieweb.org/) contains various resources
|
[IndieWeb](https://indieweb.org/) contains various information and resources on building personal websites that use open standards to better interact with readers and other sites consistently. Check out [IndieWebify Me](https://indiewebify.me/) to get assistance implementing their standards.
|
||||||
- Their [building blocks](https://indieweb.org/Category:building-blocks) are standards people can use to help the small web connect with each other consistently
|
|
||||||
|
|
||||||
<span id="665b6ac0-d3ca-41d8-9534-929ac2907c2e">Free hosting for static websites:</span>
|
<span id="665b6ac0-d3ca-41d8-9534-929ac2907c2e">Free hosting for static websites:</span>
|
||||||
- [Neocities](https://neocities.org)
|
- [Neocities](https://neocities.org). Also check out their tutorials to [Learn How to Make Websites!](https://neocities.org/tutorials)
|
||||||
- Also check out their tutorials to [Learn How to Make Websites!](https://neocities.org/tutorials)
|
- [Codeberg pages](https://codeberg.page) (and any other [pages-server](https://codeberg.org/Codeberg/pages-server) instance - like on [Incremental Social](https://incremental.social/pages)!)
|
||||||
- [Codeberg pages](https://codeberg.page) (and any other [pages-server](https://codeberg.org/Codeberg/pages-server) instance)
|
|
||||||
- Like on [Incremental Social](https://incremental.social/pages)!
|
|
||||||
- [Github pages](https://pages.github.com)
|
- [Github pages](https://pages.github.com)
|
||||||
- [Weird](/garden/weird/index.md) (in development)
|
- [Weird](/garden/weird/index.md) (in development)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue