2021-09-24 Office Hours
Getting Started with Next.js Publishing
Video of the talk can be found here (Apologies, forgot sound on this recording)
Agenda
- Initializing Next.js Publishing Quickstart
- Exporting notes to GitHub Pages Tutorial
Questions
- Can you show what version of yarn you are running pls? Nvm, I see it's v1.22. Thx.
- What’s the equiv of the output folders for Next.js (in 11ty, it was /build /docs)?
- Export is /.next/out
- Dev is /.next/public /.next/data(?)
- Data generated from
dendron publish build
- Does the resulting published output from dendron publish init result in temp file directory, and not something to check into source control?
- .next/
Related
- Publishing using a GitHub action:
- Today’s Walkthrough Repo
Feedback
- Good tutorial. The GitHub stuff is new to me, I’ll have to watch the video again slowly to understand it. Thx :) Great!
Backlinks