A modification of the default Antora docs theme.
From the ui theme dir run npm run dev
or gulp preview
to develop using sample content
Run npm run stage
which combines the gulp
npm run build
and surge
commands.
Otherwise you can run these steps individually:
Run gulp
to build ui theme zip file.
Then to build the site using this theme with antora use this command:
antora site.yml
To stage the built site use the following surge command:
npx surge prod-build --domain freeradius-wiki.surge.sh
the site can then be previewed at https://freeradius-wiki.surge.sh/freeradius-server/latest/
Changes to the default theme are Copyright (C) 2020 Network RADIUS SARL