You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's add a mod that converts a project to a graphics blog.
Add to mods CLI.
Ideally, this would be another option for changing project type, but whereas embed-only or pages+ are reversible, updating to a graphics blog would not be and we should thereafter remove those options from the CLI.
User MUST have created a RNGS.io storyboard during project setup to use this mod.
Update RNGS.io docs:
Remove content.json from locales/en/ and rngs-io.json
Optionally, delete page-en story from RNGS.io (requires update to rngs-io-client)
Let's add a mod that converts a project to a graphics blog.
content.jsonfromlocales/en/andrngs-io.jsonpage-enstory from RNGS.io (requires update to rngs-io-client)package.jsonstories:new,stories:connect,stories:live,get-google,lock-google(will be RNGS.io-only)pages/:+layout.ts(replace)+layout.svelte(replace)+page.svelte(replace)embeds/en/page/+page.svelte(remove)[date]/[slug]/+page.ts(add)[date]/[slug]/+page.svelte(add)src/lib/:App.svelte(remove)Post.svelte(add)components/Post/...(add)components/TableOfContents/...(add)styles/global.scss(replace)