Skip to content

flobro/flobro-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flobro Website

Quality Gate Status BCH compliance

The public website of Flobro, https://flobro.app, runs on Github Pages with Jekyll.

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Getting started

Prerequisites

  1. Ruby (version 2.5.0 or above)
  2. RubyGems (check: gem -v)
  3. GCC and Make (check: gcc -v, g++ -v and make -v)
  4. A clone of this repo.

Installation

  1. Install Jekyll.

Running locally

  1. Open Terminal.

  2. Run the Jekyll site locally:

    bundle exec jekyll serve
    
  3. To preview your site, in your web browser, navigate to http://localhost:4000.

Markdown

See GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support

Having trouble with Pages? Check out the documentation.