allanday / flatpak.github.io

Flatpak website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatpak.org website

To set up middleman locally on Fedora:

install ruby, rubygems and rubygem-bundler

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

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/master.

to deploy your changes:

bundle exec middleman build
bundle exec middleman deploy

This will push the site from ./build into origin/gh-pages branch.

About

Flatpak website


Languages

Language:CSS 52.0%Language:HTML 36.7%Language:Ruby 5.7%Language:JavaScript 5.6%