FAQ & Troubleshooting
Some answers for miscellaneous issues or concerns:
The dev server is acting strangely!
Are you on Windows? The 11ty dev server has some bugs on Windows - Strawberry Starter comes with a patch for a big one (thanks Sean!), but things can still look weird sometimes. Regardless of operating system - if you notice anything odd, my advice is to stop the dev server, and then start it again. If that doesn't fix anything, try manually deleting _site
.
This is cool, but I want to tinker with it...
I recommend a few starting places:
- MDN Learning
- In addition to being a great reference for HTML, CSS and JS, the Mozilla Developer Network also has a bunch of tutorials, if you're not familiar with them. They range in experience level from "how to open a code editor" to "how to make your own videogame".
- In my opinion, the best resource for learning web development online.
- 11ty Tutorials
- The videos here do a great job explaining the basics of 11ty: making files with tags and iterating over collections.
- They mostly scratch the surface, but it's good to start here and then search what you want to do. 11ty is very basic out of the box, but you can extend it a lot, usually by editing
eleventy.config.js
.
How can I back up my blog?
Delete the node_modules
folder and store the folder somewhere.
When you deploy your site from that backup, run npm install
again, and the node_modules
folder will return.
I have a question not answered here.
Try making a comment on the itch page, opening an issue on the Github (if you know how to do that) or, alternatively, feel free to reach out to me on social media or email. Or if you just want to show me a cool blog you made 😊