Skip to content
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

New page generator #3

Open
rg-wood opened this issue Jul 26, 2024 · 0 comments
Open

New page generator #3

rg-wood opened this issue Jul 26, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rg-wood
Copy link
Member

rg-wood commented Jul 26, 2024

Create new pages via an npm script, i.e. npm run new:page. This should:

  • Create a new page with the given title as main header and slug as file name, i.e. new-page.md with title # New Page.
  • File it in the specified book section (i.e. chapter2/title.md)
  • Give it an index equal to the index of the last page in the specified section +1 (i.e. 202 for a new page in chapter 2).

Hygen is probably a good candidate for implementing this.

@rg-wood rg-wood added enhancement New feature or request help wanted Extra attention is needed labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant