aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
committerAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
commit6e1e8effd3e595ad342d11644b072725a218c1eb (patch)
tree11d4c650734d814c6180db6618b89dbf3ae8c8d3 /README.md
init: moved to gumx.cc
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a25b9ca
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+# ubergeek
+
+A comprehensive, self-paced study guide covering electronics, embedded
+systems, programming, computer science, cybersecurity, and more. Built as a
+sourcehut wiki.
+
+## Topics
+
+30 topics across 7 phases — from command line basics to robotics and edge AI.
+See [PROGRESS.md](PROGRESS.md) for the full topic list and study roadmap.
+
+## Structure
+
+Each topic follows the same layout:
+
+```
+topic-name/
+├── index.md # overview and module list
+├── images/ # diagrams, schematics, screenshots
+├── samples/ # runnable code and project files
+└── module-name/
+ └── index.md # module content
+```
+
+## Links
+
+- **Sourcehut (primary):** https://git.sr.ht/~gumxcc/ubergeek
+- **Wiki:** https://man.sr.ht/~gumxcc/ubergeek/
+
+## Contributing
+
+See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on submitting patches,
+pull requests, or merge requests.
+
+## License
+
+Content is [CC BY-SA 4.0](LICENSES/CC-BY-SA-4.0). Code samples are
+[MIT](LICENSES/MIT). See [LICENSE.md](LICENSE.md) for details.