That screenshot is from running mix dev on the beacon repo, correct? To have a better understanding of how an actual site would look like, please check out the beacon_demo as Brian has mentioned. Currently there are 2 ways to create new pages, one is using the Admin which is under development as we speak and the other one is by running seeds to create layouts, pages, and so on. You can find an example at beacon_demo/beacon_seeds.exs at c57f60c1cedeb8f9518d671d4c96c43ef7967d57 · BeaconCMS/beacon_demo · GitHub
Soon we’ll be releasing more guides (beacon/guides at main · BeaconCMS/beacon · GitHub) and docs to make this process easier.
Thanks for your fast replies, much appreciated.
I found this article and it piqued my interrest since I’m on the hunt for a CMS, preferably in Elixir since it is my stack of choice.
From what I can gather so far it is not quite ready for my “non-engineering stakeholders” yet
Hello - based on this thread, I imagined beginners may be helped by seeing some of the main onboarding issues, all in one place. I’m happy to help on these as I learn more regarding Elixir and Phoenix.