A modern, professional static site for Nova — an app-publishing & software-services company. Built with Jekyll for GitHub Pages.
- Modern, responsive design
- Showcase of services and apps
- Working contact form via Formspree
- Optimized for GitHub Pages deployment
- Ruby (version 2.5.0 or higher)
- RubyGems
- GCC and Make
-
Install Jekyll and bundler gems:
gem install jekyll bundler -
Install dependencies:
bundle install -
Run the development server:
bundle exec jekyll serve -
Open your browser and visit: http://localhost:4000
- Typography: Uses Google Fonts (Inter for body text, Poppins for headings)
- Icons: Lucide icons via CDN
- Styles: SCSS with utility classes (combined with Tailwind CSS via CDN)
- Contact Form: Uses Formspree (replace YOUR_FORMSPREE_ID in contact.md with your own)
- Push your changes to the main branch of your GitHub repository.
- Go to the repository settings on GitHub.
- Scroll down to the "GitHub Pages" section.
- Select "main" as the source branch and "/root" as the folder.
- (Optional) Configure a custom domain if needed.
- Your site will be published at https://yourusername.github.io/nova-website/ (or your custom domain)
- Design & Development: Nova Team
- Framework: Jekyll
- CSS Utilities: Tailwind CSS
- Icons: Lucide
- Fonts: Google Fonts (Inter & Poppins)