


sudo /var/www/html/auto-ssl.sh
Bash
tail -f /var/www/html/ssl_automation.log
sudo cat /etc/nginx/sites-available/default
This is your Sumnima CMS Templating Guide. Use these tags and classes in your index.html to make the editor work perfectly.
To make a block moveable, use these standard tags. The editor looks for them automatically:
<section>, <article>, <header>, <footer>card or cell.
<div class="card">...</div> or <div class="cell">...</div>div).The editor automatically makes these tags editable if they contain text:
<h1>, <h2>, <h3>, <h4><p>, <span>, <a><button><li> (Supports Enter for new bullet points)div inside a p tag, or the editor might get confused.<img> tags are automatically clickable to upload a new photo.<image> tags are also supported.To change the background image of a section or div, add this attribute:
data-editable-bg="true"<section style="background-image: url('img.jpg')" data-editable-bg="true">To make footer columns or menu items reorderable, use the .cell class:
<footer style="display:flex">
<div class="cell">Column 1 Content</div>
<div class="cell">Column 2 Content</div>
</footer>
Copy this structure for a clean, fully editable section:
<section data-editable-bg="true" style="background-image: url('bg.jpg')">
<div class="container">
<h1>Editable Title</h1>
<p>This is a paragraph you can edit or right-click to add a list.</p>
<div style="display:flex">
<div class="card">
<img src="thumb1.jpg">
<h3>Feature 1</h3>
</div>
<div class="card">
<img src="thumb2.jpg">
<h3>Feature 2</h3>
</div>
</div>
</div>
</section>
Cheat Sheet Summary:
<section>, .card, or .cell.<h1>, <p>, <li>.data-editable-bg="true".Template preview
https://tikme.space/template-preview.php?template=theoryTo edit that template:
https://tikme.space/template-preview.php?template=theory&edit=1editable text add at any html tags
contenteditable="true"editable photo
<div data-editable-bg="true" style="background-image:url(https://picsum.photos/1200/800?random=1)"> <image data-editable-image="true" Add data-no-duplicate="true":
<p data-no-duplicate="true">This paragraph cannot be duplicated</p>
<h2 data-no-duplicate="true">Fixed heading</h2>Now users can duplicate any element they hover over!
<p data-nodrag="true">This paragraph cannot be moved</p>
<div data-nodrag="true" style="background-image:url(image.jpg)">Fixed div</div>sudo tee 
So, here we go again.
I really tried to stop this time. After finally giving this “toybox” a proper domain toydoka.com, I thought maybe that would be enough—a small sense of closure. But somehow, I’ve found myself right back in it. Same loop, same energy… here we go again.
Over the past couple of days – yesterday and the day before – I’ve already poured more than two full days into this. The homepage is done, the core structure is in place, and the marketplace is up and running.
Right now, I’m working on the profile system and the profile edit features. It’s one of those parts that seems simple at first, but quickly turns into something deeper, because profiles aren’t just forms, they shape how people exist inside the platform.
There’s something strange but exciting about this phase. It’s messy, a bit chaotic, but also very alive. Even when I try to step away, I keep coming back to tweak, improve, and build just a little more.
Maybe that’s the nature of creating something from scratch. You don’t really “stop” you just pause, and then eventually return.
Anyway, if you’re curious, here’s where it’s at right now:
https://toydoka.com/me/officialstupid
Let’s see where this goes next.

https://toydoka.com new home for toybox finally I made up my mind to use domain…

https://officialstupid.com/toybox/
02:25 AM, Sun 5 Apr