Skip to content

Commit b47687f

Browse files
authored
Update README.md
1 parent 0229509 commit b47687f

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

README.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1+
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2+
[![Lit](https://img.shields.io/badge/-Lit-324fff?style=flat&logo=data:image/svg%2bxml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMTYwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYwIDgwdjgwbC00MC00MHptLTQwIDQwdjgwbDQwLTQwem0wLTgwdjgwbC00MC00MHptLTQwIDQwdjgwbDQwLTQwem0tNDAtNDB2ODBsNDAtNDB6bTQwLTQwdjgwbC00MC00MHptLTQwIDEyMHY4MGwtNDAtNDB6bS00MC00MHY4MGw0MC00MHoiLz48L3N2Zz4%3D)](https://lit.dev/)
13
[![#HAXTheWeb](https://img.shields.io/badge/-HAXTheWeb-999999FF?style=flat&logo=data:image/svg%2bxml;base64,PHN2ZyBpZD0iZmVhMTExZTAtMjEwZC00Y2QwLWJhMWQtZGZmOTQyODc0Njg1IiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4NC40IDEzNS45NyI+PGRlZnM+PHN0eWxlPi5lMWJjMjAyNS0xODAwLTRkYzItODc4NS1jNDZlZDEwM2Y0OTJ7ZmlsbDojMjMxZjIwO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZTFiYzIwMjUtMTgwMC00ZGMyLTg3ODUtYzQ2ZWQxMDNmNDkyIiBkPSJNNzguMDcsODMuNDVWNTVIODYuMnY4LjEzaDE2LjI2djQuMDdoNC4wN1Y4My40NUg5OC40VjY3LjE5SDg2LjJWODMuNDVaIi8+PHBvbHlnb24gcG9pbnRzPSIxNTMuMTMgNjMuNyAxNTMuMTMgNTEuMzkgMTQwLjU0IDUxLjM5IDE0MC41NCAzOS4wOSAxMjcuOTUgMzkuMDkgMTI3Ljk1IDI2Ljc5IDEwMi43OCAyNi43OSAxMDIuNzggMzkuMDkgMTE1LjM2IDM5LjA5IDExNS4zNiA1MS4zOSAxMjcuOTUgNTEuMzkgMTI3Ljk1IDYzLjcgMTQwLjU0IDYzLjcgMTQwLjU0IDc2IDEyNy4zNiA3NiAxMjcuMzYgODguMyAxMTQuNzggODguMyAxMTQuNzggMTAwLjYxIDEwMi4xOSAxMDAuNjEgMTAyLjE5IDExMi45MSAxMjcuMzYgMTEyLjkxIDEyNy4zNiAxMDAuNjEgMTM5Ljk1IDEwMC42MSAxMzkuOTUgODguMyAxNTIuNTQgODguMyAxNTIuNTQgNzYgMTY1LjcyIDc2IDE2NS43MiA2My43IDE1My4xMyA2My43Ii8+PHBvbHlnb24gcG9pbnRzPSIzMy4xMyA2My43IDMzLjEzIDUxLjM5IDQ1LjcyIDUxLjM5IDQ1LjcyIDM5LjA5IDU4LjMxIDM5LjA5IDU4LjMxIDI2Ljc5IDgzLjQ4IDI2Ljc5IDgzLjQ4IDM5LjA5IDcwLjg5IDM5LjA5IDcwLjg5IDUxLjM5IDU4LjMxIDUxLjM5IDU4LjMxIDYzLjcgNDUuNzIgNjMuNyA0NS43MiA3NiA1OC44OSA3NiA1OC44OSA4OC4zIDcxLjQ4IDg4LjMgNzEuNDggMTAwLjYxIDg0LjA3IDEwMC42MSA4NC4wNyAxMTIuOTEgNTguODkgMTEyLjkxIDU4Ljg5IDEwMC42MSA0Ni4zMSAxMDAuNjEgNDYuMzEgODguMyAzMy43MiA4OC4zIDMzLjcyIDc2IDIwLjU0IDc2IDIwLjU0IDYzLjcgMzMuMTMgNjMuNyIvPjwvc3ZnPg==)](https://haxtheweb.org/)
4+
[![build](https://github.com/haxtheweb/hax11ty/workflows/build/badge.svg)](https://github.com/haxtheweb/hax11ty/actions)
5+
[![X](https://img.shields.io/twitter/follow/haxtheweb.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=haxtheweb)
26

3-
# HAX
7+
# HAX11ty
48
The authoring experience of HAX and the ability to make fast, static file backed websites rapidly.
59
Get all the details you want on [HAXTheWeb.org](https://haxtheweb.org/haxcms-1)!
610
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.
711

8-
Watch and Read more about HAX here:
9-
- Youtube channel - https://www.youtube.com/@haxtheweb
10-
- HAXCellence https://oer.hax.psu.edu/bto108/sites/haxcellence/what-is-hax
11-
12-
# Issues / Support / Community
13-
- Discord Channel - https://bit.ly/hax-discord
14-
- Unified issue queue - https://github.com/elmsln/issues/issues
15-
- Using Merlin directly in any HAX spaces and type "Issue" to jump start a report!
16-
1712
# HAXcms + 11ty
1813

1914
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
2419
curl -fsSL https://raw.githubusercontent.com/haxtheweb/hax11ty/master/hax11tyme.sh -o hax11tyme.sh && sh hax11tyme.sh
2520
```
2621

27-
2822
## Starting the repo usage
2923

3024
- 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
6963
## 11ty expert
7064

7165
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.
66+
67+
# Get Help / Issues / Support
68+
- Discord Channel - https://bit.ly/hax-discord
69+
- Unified issue queue - https://github.com/haxtheweb/issues/issues
70+
- Using Merlin directly in any HAX spaces and type "Issue" to jump start a report!
71+
72+
## Watch and Learn more about HAX here:
73+
- Try Hax: https://hax.cloud
74+
- HAXCellence https://haxtheweb.org/what-is-hax
75+
- Youtube channel - https://www.youtube.com/@haxtheweb
76+
77+
# Related links and tech
78+
- [NPM Package list](https://www.npmjs.com/org/haxtheweb)
79+
- [HAXcms (NodeJS)](https://github.com/haxtheweb/haxcms-nodejs)
80+
- [HAXcms (PHP)](https://github.com/haxtheweb/haxcms-php)
81+
- [Storybook docs](https://open-apis.hax.cloud/)
82+
- [HAX [dot] PSU](https://hax.psu.edu)
83+
- [HAX doc site](https://haxtheweb.org/)
84+
- [HAX + 11ty](https://github.com/haxtheweb/hax11ty)
85+
86+
87+
![HAX Traveler: World Changer](https://raw.githubusercontent.com/haxtheweb/art/refs/heads/main/haxtheweb/hax-traveler-world-changer.jpg)
88+

0 commit comments

Comments
 (0)