Go to navigation

Templates

PagesFIT provides several basic templates for a quick start.

  1. Select the desired template on GitLab.
  2. Create a fork into the desired namespace.
  3. Remove the fork relationship (see Settings  General  Advanced and the Remove fork relationship button) and optionally rename the repository (Settings  General).
  4. Navigate to Settings  Webhooks and configure the following settings:
    • URL – Choose according to the desired domain:
      • for *.pages.fit enter: https://pages.fit/hooks/deploy
      • for all others (except Courses): https://pages.fit.cvut.cz/hooks/deploy
    • Trigger: Push events, Job events, Pipeline events
    • Enable SSL verification:

      webhooks.en
  5. 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.
  6. After the pipeline completes successfully, the website is automatically published to the selected domain according to Domains and URLs.