(more on ahoylemon.xyz)
(not work safe)
Because I want to show you some CMS.
Like, a lot of them.
(but that's just me)
Some screenshots of Wordpress sites...
This is not a security talk.
This talk is about making a website.
<section class="toys">
Acceptable Toys For Children
{title}
</section>
<section class="news">
Acceptable News
{title}
by {author}
{summary}
</section>
<section class="cocktail">
Cocktail of the Month
{title}
{summary}
</section>
One way or another, we're going to need a way to put the content
or "stuff"
...into the HTML markup
or "nerd shit"
And let's try it with
Default Joomla installation contains 80 plugins.
The whole thing reminds me of Skyrim mods.
Okay, so maybe
With over 1,000 active distributions, the landscape of Drupal is a wonderful and bewildering thing.
You deserve a better guide than me.
Maybe go to a meetup?
We'll need to edit the blueprint
grav\user\themes\{theme}\blueprints\blog.yaml
And then write the template
grav\user\themes\{theme}\blueprints\blog.html.twig
<section class="toys">
Acceptable Toys For Children
{title}
</section>
<section class="toys">
<?= $page->title(); ?>
<?php foreach ($page->find('toys')->children()->visible() as $toy) { ?>
<?= $toy->title(); ?>
<?php } ?>
</section>
This might be easier with Craft
So first you need fields
Settings -> Fields -> New Field
Then stick it in a section
Settings -> Sections -> Edit Entry Types
This might be more elegant with
One last mention
Just a couple more.
How's your brain feel?
I know this was a lot take in.
It was a lot for me to research.
But the point is that you've got choices.
And choices are great!
I'm at NDC next month (May 7-10)
And you can always buy me a beer.