Templates
PagesFIT provides several basic templates for a quick start.
- Select the desired template on GitLab.
- Create a fork into the desired namespace.
- Remove the fork relationship (see Settings › General › Advanced and the Remove fork relationship button) and optionally rename the repository (Settings › General).
- Navigate to Settings › Webhooks and configure the following settings:
- URL – Choose according to the desired domain:
- for
*.pages.fitenter:https://pages.fit/hooks/deploy - for all others (except Courses):
https://pages.fit.cvut.cz/hooks/deploy
- for
- Trigger: Push events, Job events, Pipeline events
Enable SSL verification: ✅
- URL – Choose according to the desired domain:
- Adding or modifying files starts the generation process (the pipeline). The status of the pipeline, including error logs, can be monitored on the CI / CD › Pipelines page.
- After the pipeline completes successfully, the website is automatically published to the selected domain according to Domains and URLs.
