Update README with correct GitLab Pages URL and remove deployment instructions

This commit is contained in:
sHa
2025-03-19 16:46:29 +02:00
parent 40e458df4a
commit e1c75029c1

View File

@@ -18,7 +18,7 @@ A lightweight, elegant theme switcher for web applications that allows users to
## Live Demo ## Live Demo
You can see a live demo of this project on GitLab Pages: You can see a live demo of this project on GitLab Pages:
https://[your-gitlab-username].gitlab.io/theme_switch/ https://shadoll.gitlab.io/theme_switch/
## How It Works ## How It Works
@@ -74,16 +74,6 @@ To prevent flash of unstyled content when loading in dark mode, the project incl
The theme switcher uses CSS custom properties (variables) to define theme colors. The theme switcher uses CSS custom properties (variables) to define theme colors.
## Deploying to GitLab Pages
This project is configured to automatically deploy to GitLab Pages when changes are pushed to the main branch. The deployment is handled by the GitLab CI/CD pipeline defined in `.gitlab-ci.yml`.
To deploy your own instance:
1. Fork this repository
2. Push changes to the main branch
3. Wait for the pipeline to complete
4. Access your site at https://[your-gitlab-username].gitlab.io/theme_switch/
## Browser Support ## Browser Support