Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

crystal-linux/flatpak.github.io

This branch is 11 commits ahead of, 32 commits behind flatpak/flatpak.github.io:source.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac8ee6d · Apr 4, 2024
Dec 17, 2023
May 8, 2023
Apr 4, 2024
Apr 2, 2024
Jan 13, 2017
Jun 8, 2022
Jan 24, 2018
Jun 8, 2022
Jun 8, 2022
Jun 8, 2022
Feb 29, 2024
Dec 1, 2023
Dec 24, 2023
Jun 10, 2022

Repository files navigation

Flatpak.org website

Installation and setup

To set up middleman locally on Fedora:

dnf install ruby rubygems rubygem-bundler rubygem-json

In the git checkout, do a bundle install. This installs all the needed modules in their appropriate versions.

Add the middleman binary location (probably ~/bin) to $PATH.

Testing

To run a local web server to test the site:

bundle exec middleman server

Edit the haml/scss files and commit your changes, pushing to origin/source.

Devcontainer

You can also use the devcontainer, for e.g. with VSCode. It should setup automatically and just expects you to run the testing command from above or command you would like to run.

Deployment

Pushing new commits automatically causes to trigger new build and deployment on OpenShift. It usually takes few minutes for changes to become visible. Files used for build can be found in oscp directory.

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 49.6%
  • Haml 35.4%
  • JavaScript 8.0%
  • Ruby 5.0%
  • CSS 1.3%
  • Dockerfile 0.7%