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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ You might have to refresh by hand after each change.
54
54
If you can't see your changes, and you're sure that `npm run dev` is still going, you'll likely need to disable your browser's caching.
55
55
Go to the Network tab in your dev tools and toggle "Disable cache".
56
56
57
+
### Architecture decisions
58
+
59
+
Significant decisions about how the theme is built are documented in [`docs/adr/`](docs/adr/). Before making a non-trivial change — adding a dependency, changing how a feature works, picking between approaches — please write an ADR. Use [`docs/adr/template.md`](docs/adr/template.md) as a starting point. The goal isn't process for its own sake; it's making sure future contributors understand *why* things are the way they are, not just what they are.
60
+
57
61
### Deployment
58
62
59
63
The theme will automatically check, zip, and upload to Ghost via GitHub Actions. If you want to try it yourself locally:
0 commit comments