@kd4e,
Admin plugin:
Grav is a flat-file CMS which means everything can be done via the command-line. The Admin plugin is an add-on to make life easier for user who feel uncomfortable using the command-line. However, not everything can be done by Admin.
Skeletons:
Skeletons are pre-packaged Grav installations containing a fully functional website including pages, theme, plugins and configs. The zip file downloaded from https://getgrav.org/downloads/skeletons should be unzipped into the root of the webserver, or in any subdirectory if preferred.
The folder should be cleared first.
Skeletons cannot be installed through Admin.
NOTE: The instructions say to create “default.md” in “user/pages/03.mypage/”
Which instructions?
The only place I found a folder called “user” was under /app/grav-admin/ - is that correct?
Folder /user is located in the root of your Grav installation. Folder /.../grav-admin/ looks like a correct root folder of Grav when file grav-admin-v1.7.x.zip has been unzipped.
I also keep seeing references to web root (some write it “web-root”) but I’ve no idea where that might be found in a TrueNAS-SCALE TrueCharts system.
Neither do I... ;-) But webroot, web-root, root of web, is all the same to me.
ALSO: Why do the docs not even mention skeleton?
Section Basics / Installation of the docs says:
There are Skeleton-packages available, which include the core Grav system, sample pages, plugins, and configuration. They are a great way to get started; all you have to do is download the Skeleton-package you prefer, and follow the steps above.