Stars: 119
Forks: 48
Pull Requests: 77
Issues: 0
Watchers: 21
Last Updated: 2023-09-15 16:17:45
HAX with a lightweight CMS backend to manage your microsite universe
License: Apache License 2.0
Languages: PHP, HTML, Shell, Dockerfile, JavaScript, CSS
https://oer.hax.psu.edu/bto108/sites/haxcellence/documentation
The authoring experience of HAX and the ability to make fast, static file backed websites rapidly. Get all the details you want on HAXTheWeb.org! 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.
.json
files help manage relationships, all pages html+webcomponents)zip
, gd
, and xml
modules be installedcd system/backend/nodejs
yarn run dev
$ curl -fsSL https://raw.githubusercontent.com/elmsln/HAXcms/master/scripts/haxcmsme.sh -o haxcmsme.sh && sh haxcmsme.sh
git clone https://github.com/elmsln/haxcms.git
ddev start
(for ddev) or fin init
(for docksal) or lando start && lando magic
(for lando) or vagrant up
(for vagrant).admin
/admin
to get building out static sites locally that you can push up anywhere!Generate .html
files which have only "content" in them. Meaning the contents of the page in question. A simple method of adding new pages and managing the organization of those pages into a simple hierarchy (outline). Support for multiple mini web sites so that you can write a lot about different topics. HAXcms is only intended to be a micro-site generator and play nicely with the rest of the HAX ecosystem without needing a monster CMS in order to utilize it.
Go to yoursite.com
and login with the username and password you entered in the _config/config.php
by clicking on the login icon
Cygwin command line is lightly tested, but slower than true Bash environment.
To properly configure git endlines for Windows, run this configuration
$ git config --global core.autocrlf true
Newer versions of Fedora use cgroupsv2 which is currently not supported by Docker. To avoid a cgroup error before running HAX locally (e.g. before using "ddev start" or "fin init") run the following commands.
sudo mkdir /sys/fs/cgroup/systemd
sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd