Artisan¶
Cutting Edge Technology for the experienced Collaborator¶
Alacritty¶
- Website: Alacritty
- Start Learning: Alacritty Wiki
- Login Information:
- Username: none required
- Password: none required
- Description:
- A fast, cross-platform, GPU-accelerated terminal emulator.
- Best for: Collaborators who prefer a lightweight, keyboard-driven terminal.
- Format: Configuration via TOML file.
GitLab Pages¶
- Website: GitLab Pages
- Start Learning: GitLab Ci/CD
- Login Information:
- Username: GitLab username
- Password: GitLab password
- Description: A feature of GitLab that allows you to host static websites directly from a GitLab repository. It integrates seamlessly with GitLab's CI/CD pipelines to automate the deployment process. With GitLab Pages, you can publish various types of sites, such as personal portfolios, documentation, blogs, or project pages, using static site generators like MKDocs or plain HTML/CSS. Key features include:
- Free Hosting: Sites are hosted on GitLab's infrastructure (with optional custom domains).
- CI/CD Integration: Automate the build and deployment process through
.gitlab-ci.yml. - Custom Domains & SSL: Add your own domain and enforce HTTPS with automatically provisioned Let's Encrypt certificates.
- Version Control Integration: Collaborate on and track changes directly within GitLab.