Skip to content

koernepr/flatpak.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

to deploy your changes:

bundle exec middleman build
bundle exec middleman deploy

This will push the site from ./build into origin/master branch.

About

Flatpak website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 53.6%
  • CSS 38.8%
  • JavaScript 3.8%
  • Ruby 3.8%