rochacbruno / marmite

Markdown makes sites - A Static Site Generator for Blogs
https://rochacbruno.github.io/marmite/
GNU Affero General Public License v3.0
340 stars 19 forks source link

[feat] Add `--init-templates` command #70

Closed rochacbruno closed 5 days ago

rochacbruno commented 1 week ago

User has

.
marmite.yaml
content\
       |_ *.md

Then when wanting to start customizing templates, marmite can output the embedded templates

marmite . site --init-templates
Created `templates` folder
Created `templates/base.html`
...

Also marmite . site --start-theme would be a command that

SkySingh04 commented 6 days ago

Sounds Fun, Will be working on this!