-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the init command #519
Comments
I would say However, |
We can limit this feature to simple markdown-based document repositories, such as documentation in GitHub repos/wikis. The main aim is to give an easy way for GitHub repos to convert their documentation into a MarkBind site. |
@amad-person this is somewhat related to your current work. |
@damithc I can look into this once my PR for the workflow task is complete. Thanks for bringing it to my attention! |
related #861 |
Would this simply cover deleting the files and directories that |
If we assume most users will be using git, we might not even need a restore option. |
There are four possible improvements brought up in this issue: As of March 2023:
As such, if there are no objections, I think that it should be safe to close this issue with #2225. |
Some suggestions for improving the
init
command (can be broken down to multiple PRs):The default starter site can be enhanced to make it more useful to the user as a starting point. e.g., create a site that has all typical features (i.e., top nav, site nav, footer, search, a bunch of pages typically used such as home, contact, docs etc.) so that the user can go from there to a production website with least amount of effort.
Perhaps we can have other options?
--minimal
: create an empty site--convert
: converts an existing site to a MarkBind site. This can be an 'intelligent' conversion e.g., deduce siteNav items based on page titles--restore
: restores the folder to the previous state (i.e., reverses theinit
command)The text was updated successfully, but these errors were encountered: