You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Utopia is a website generation framework which provides a robust set of tools to build highly complex dynamic websites. It uses the filesystem heavily for content and provides functions for interacting with files and directories as structure representing the website.
@@ -15,21 +15,21 @@ Utopia is a website generation framework which provides a robust set of tools to
15
15
16
16
Please see the [project documentation](https://socketry.github.io/utopia/) for more details.
17
17
18
-
-[Getting Started](https://socketry.github.io/utopia/guides/getting-started/index.html) - This guide explains how to set up a `utopia` website for local development and deployment.
18
+
-[Getting Started](https://socketry.github.io/utopia/guides/getting-started/index) - This guide explains how to set up a `utopia` website for local development and deployment.
19
19
20
-
-[Middleware](https://socketry.github.io/utopia/guides/middleware/index.html) - This guide gives an overview of the different Rack middleware used by Utopia.
20
+
-[Middleware](https://socketry.github.io/utopia/guides/middleware/index) - This guide gives an overview of the different Rack middleware used by Utopia.
21
21
22
-
-[Server Setup](https://socketry.github.io/utopia/guides/server-setup/index.html) - This guide explains how to deploy a `utopia` web application.
22
+
-[Server Setup](https://socketry.github.io/utopia/guides/server-setup/index) - This guide explains how to deploy a `utopia` web application.
23
23
24
-
-[Installing JavaScript Libraries](https://socketry.github.io/utopia/guides/integrating-with-javascript/index.html) - Utopia integrates with Yarn and provides a [bake task](https://github.com/ioquatix/bake) to simplify deployment packages distributed using `yarn` that implement the `dist` sub-directory convention.
24
+
-[Installing JavaScript Libraries](https://socketry.github.io/utopia/guides/integrating-with-javascript/index) - Utopia integrates with Yarn and provides a [bake task](https://github.com/ioquatix/bake) to simplify deployment packages distributed using `yarn` that implement the `dist` sub-directory convention.
25
25
26
-
-[What is XNode?](https://socketry.github.io/utopia/guides/what-is-xnode/index.html) - This guide explains the `xnode` view layer and how it can be used to build efficient websites.
26
+
-[What is XNode?](https://socketry.github.io/utopia/guides/what-is-xnode/index) - This guide explains the `xnode` view layer and how it can be used to build efficient websites.
27
27
28
-
-[Updating Utopia](https://socketry.github.io/utopia/guides/updating-utopia/index.html) - This guide explains how to update existing `utopia` websites.
28
+
-[Updating Utopia](https://socketry.github.io/utopia/guides/updating-utopia/index) - This guide explains how to update existing `utopia` websites.
29
29
30
30
## Releases
31
31
32
-
Please see the [project releases](https://socketry.github.io/utopia/releases/index.html) for all releases.
32
+
Please see the [project releases](https://socketry.github.io/utopia/releases/index) for all releases.
0 commit comments