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
The authoring experience of HAX and the ability to make fast, static file backed websites rapidly.
5
9
Get all the details you want on [HAXTheWeb.org](https://haxtheweb.org/haxcms-1)!
6
10
HAX seeks to be the smallest possible back-end CMS to make HAX work and be able to build websites with it. Leveraging JSON Outline Schema, HAX is able to author multiple pages, which it then writes onto the file system. This way a slim server layer is just for basic authentication, knowing how to save files, and placing them in version control.
- Using Merlin directly in any HAX spaces and type "Issue" to jump start a report!
16
-
17
12
# HAXcms + 11ty
18
13
19
14
This wrapper on 11ty provides conventions to simplify how you build and deploy HAXcms in a static form.
@@ -24,7 +19,6 @@ This wrapper on 11ty provides conventions to simplify how you build and deploy H
24
19
curl -fsSL https://raw.githubusercontent.com/haxtheweb/hax11ty/master/hax11tyme.sh -o hax11tyme.sh && sh hax11tyme.sh
25
20
```
26
21
27
-
28
22
## Starting the repo usage
29
23
30
24
- Clone the repo / use it as a template
@@ -69,3 +63,26 @@ Publishing with hax11ty is a snap and we have multiple methods of publishing we
69
63
## 11ty expert
70
64
71
65
You can find all 11ty configuration and settings inside the `app/` folder. Only modify these things if you have experience with 11ty as you'll be forking from the suported build workflows.
0 commit comments