A modern cryptocurrency project built with open-source principles and powered by community innovation.
Visit the live site at: https://open-build.github.io/ogcoin/
This site is built using ForgeWeb v0.5.0, an AI-powered static site generator with local admin interface. The ForgeWeb tooling is included in the ForgeWeb-0.5.0/ directory.
ogcoin/
├── index.html # Main homepage
├── css/
│ └── style.css # Custom styles (ForgeWeb compatible)
├── js/
│ ├── buildly-head.js # ForgeWeb utilities
│ └── main.js # Site-specific functionality
├── .github/
│ └── workflows/
│ └── deploy.yml # GitHub Pages deployment
└── ForgeWeb-0.5.0/ # ForgeWeb tooling (not deployed)
├── admin/ # Local admin interface
├── templates/ # HTML templates
└── ... # Other ForgeWeb files
-
Start the ForgeWeb Admin Interface:
cd ForgeWeb-0.5.0/admin python file-api.py -
Open Admin Interface:
- Navigate to
http://localhost:8000/admin/ - Use the interface to edit content and manage the site
- Navigate to
-
Preview Changes:
- Open
index.htmlin your browser to preview changes - Or use a local server like
python -m http.server 8080
- Open
If you prefer to edit files directly:
- Edit HTML: Modify
index.htmlfor content changes - Edit Styles: Update
css/style.cssfor styling changes - Edit JavaScript: Modify
js/main.jsfor functionality changes
The site uses ForgeWeb-compatible color variables:
- Primary:
#1b5fa3(Blue) - Secondary:
#144a84(Dark Blue) - Accent:
#f9943b(Orange)
Update these in css/style.css under the :root section.
- Hero Section: Edit the main headline and description in
index.html - About Section: Update project information and features
- Features: Modify the three feature cards
- Contact: Update social links and contact information
This site is fully compatible with ForgeWeb's:
- Template system (templates are in
ForgeWeb-0.5.0/templates/) - Branding system (colors, fonts, etc.)
- Admin interface for content management
- AI-powered content generation (if enabled)
The site automatically deploys to GitHub Pages when you push to the main branch.
If you need to deploy manually:
- Ensure GitHub Pages is enabled in repository settings
- Set source to "GitHub Actions"
- Push changes to trigger the workflow
- Responsive Design: Mobile-first approach with Tailwind CSS
- Smooth Animations: CSS transitions and JavaScript interactions
- SEO Optimized: Meta tags, Open Graph, and structured data ready
- Accessibility: WCAG compliant with proper focus states
- Performance: Optimized CSS and JavaScript with minimal dependencies
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally
- Submit a pull request
This project is open source. See the LICENSE file for details.
- Framework: ForgeWeb v0.5.0 compatible
- CSS: Tailwind CSS + Custom CSS
- JavaScript: Vanilla JS with ForgeWeb utilities
- Build: GitHub Actions
- Hosting: GitHub Pages
Built with ❤️ using ForgeWeb by the Open Build community.