ID86.net Guide
Practical instant documentation. Learn fast. Take action.
id86.net is a WordPress knowledge hub for concise, actionable references across Code, DevOps, English, and SEO. This guide records the production implementation so the site can be maintained without rediscovering its architecture.
Contents
- 1. Overview — site purpose, production locations, and system map
- 2. Brand & Design — logo, palette, responsive component rules
- 3. WordPress Theme — child theme, GeneratePress, and Elements
- 4. Content & Search — documentation posts, taxonomy, and Fuse.js
- 5. Subscription — custom form, Reoon validation, CSV storage, and mail preparation
- 6. Operations — deployment, cache invalidation, backups, and verification
- 7. Vision & Mission — product direction and editorial principles
- 8. Strategy — audience, content, distribution, and monetization direction
- 9. Development — local workflow, Git, and release discipline
- 10. Automation — GitHub-to-WordPress publishing workflow
- 11. Design Patterns — hero, topic cards, reference sheets, subscribe bar, search palette, footer, templates
Quick Reference
| Area | Implementation |
|---|---|
| Production host | GC-US-M10 |
| WordPress root | /home/Dmg59ZFtKg6bIws1/id86net/public_html |
| Active child theme | gppersonale (display name: id86.net) |
| Canonical theme repository | github.com/donnyaw/id86-gp-theme |
| Content source repository | github.com/donnyaw/ID86-instant-documentation |
| Homepage | GeneratePress Elements plus child-theme CSS |
| Search | Fuse.js documentation index and command palette |
| Subscription | [id86_subscribe], Reoon verification, protected CSV storage |
Maintenance Rule
Keep secrets out of this documentation and Git history. API keys, SMTP passwords, tokens, and private key paths belong only in production configuration or the approved secret store.