mirror of
https://github.com/shadoll/theme-switcher.git
synced 2025-12-20 03:27:07 +00:00
Update README with correct GitLab Pages URL and remove deployment instructions
This commit is contained in:
12
README.md
12
README.md
@@ -18,7 +18,7 @@ A lightweight, elegant theme switcher for web applications that allows users to
|
||||
## Live Demo
|
||||
|
||||
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user