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
+27-22Lines changed: 27 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,41 +5,46 @@ The goal of this repository is to collect mechanical keyboard related projects (
5
5
6
6
View the pages on [Keebfolio.netlify.app](https://keebfolio.netlify.app/) or GitHub:
7
7
8
-
-[Staggered](src/pages/en/staggered.md)
9
-
-[Ortho](src/pages/en/ortholinear.md)
10
-
-[Split](src/pages/en/split.md)
11
-
-[Other](src/pages/en/other.md)
8
+
-[Staggered](src/content/keyboards/staggered/)
9
+
-[Ortho](src/content/keyboards/ortholinear/)
10
+
-[Split](src/content/keyboards/split/)
11
+
-[Other](src/content/keyboards/other/)
12
12
-[Firmware](src/pages/en/firmware.md)
13
13
-[Miscellaneous](src/pages/en/miscellaneous.md)
14
14
-[Tools](src/pages/en/tools.md)
15
15
-[Tutorials](src/pages/en/tutorials.md)
16
16
17
17
## Contributing
18
18
19
-
Contributions are welcome!
20
-
To add content, edit the Markdown file in the [src/pages/en](src/pages/en/) folder and open a [Pull Request](https://help.github.com/en/articles/about-pull-requests). You can also open a new [Issue](https://github.com/Keycapsss/awesome-mechanical-keyboard/issues).
21
-
Please use this [commit message conventions](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13).
19
+
Contributions are welcome!
20
+
To add content, create a new Markdown file in `src/content/keyboards/[category]/`.
21
+
You can copy an existing file as a template.
22
22
23
-
The project uses [Astro](https://astro.build) as a Static Site Generator.
0 commit comments