Official website for Redwood Mobility, Inc. - Building premium electric vehicle charging infrastructure across America's scenic corridors.
This is a Jekyll-based static site designed for GitHub Pages hosting. The site showcases Redwood Mobility's infrastructure ownership approach and portfolio of EV charging assets.
redwood-pages/
├── _config.yml # Jekyll configuration
├── _layouts/ # Page layouts
│ └── default.html # Main layout template
├── _includes/ # Reusable components
│ ├── header.html # Navigation and meta tags
│ └── footer.html # Footer content
├── assets/ # Static assets
│ ├── css/
│ │ └── main.css # Main stylesheet
│ └── images/ # Logo and image files
├── index.html # Homepage
├── CNAME # Custom domain configuration
└── Gemfile # Ruby dependencies
- Ruby 2.6 or higher
- Bundler
-
Install dependencies:
bundle install --path vendor/bundle
-
Build the site:
bundle exec jekyll build -
Serve locally with live reload:
bundle exec jekyll serve -
View at
http://localhost:4000
- Push changes to the
mainbranch - Go to repository Settings > Pages
- Set source to "Deploy from a branch"
- Select branch:
mainand folder:/ (root) - Click Save
The CNAME file is configured for redwoodmobility.com.
To set up the custom domain:
- In repository Settings > Pages > Custom domain
- Enter
redwoodmobility.com - Click Save
- Configure DNS records with your domain provider:
- Add an A record pointing to GitHub Pages IPs:
- 185.199.108.153
- 185.199.109.153
- 185.199.110.153
- 185.199.111.153
- Or add a CNAME record pointing to
[username].github.io
- Add an A record pointing to GitHub Pages IPs:
GitHub Pages automatically rebuilds and deploys when you push to the main branch.
- Edit
index.htmlto update homepage content - Modify
assets/css/main.cssfor styling changes - Update
_config.ymlfor site-wide settings
-
Create new HTML files with Jekyll front matter:
--- layout: default title: Page Title ---
-
Update navigation in
_includes/header.html
This site follows the same Jekyll structure as other Rangeway portfolio sites:
rangeway-newsroom(newsroom.rangeway.energy)pathfinder(pathfinder site)- Main Rangeway site
This ensures consistency across the portfolio and makes maintenance easier.
- Jekyll Version: 3.9 (GitHub Pages compatible)
- Theme: Custom (no theme gem)
- Plugins: jekyll-seo-tag
- CSS: Custom, responsive design
- Browser Support: Modern browsers, mobile-responsive
For questions about this site, contact:
- General: info@redwoodmobility.com
- Investor Relations: investors@redwoodmobility.com
- Real Estate: realestate@redwoodmobility.com
© 2025 Redwood Mobility, Inc. All rights reserved.