A simple "Hello World" website hosted on GitHub Pages.
Visit the live site at: https://teamgrow-info.github.io/teamgrow-fr.github.io
teamgrow-fr.github.io/
├── index.html # Main HTML page with Hello World
├── _config.yml # Jekyll configuration for GitHub Pages
├── .gitignore # Git ignore file
└── README.md # This file
To preview the site locally:
-
Install Jekyll and bundler:
gem install jekyll bundler
-
Clone this repository:
git clone https://github.com/teamgrow-fr/teamgrow-fr.github.io.git cd teamgrow-fr.github.io -
Serve the site locally:
jekyll serve
-
Open your browser to
http://localhost:4000
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- Push your changes to the repository
- Go to your repository settings on GitHub
- Navigate to "Pages" in the left sidebar
- Select "Deploy from a branch" as the source
- Choose the
mainbranch and/ (root)folder - Click "Save"
The site will be available at https://teamgrow-info.github.io/teamgrow-fr.github.io within a few minutes.
- Responsive design that works on desktop and mobile
- Modern CSS with gradient background and glassmorphism effects
- Optimized for GitHub Pages deployment
- Jekyll configuration for enhanced functionality