Skip to content

fyne-io/fyne-io.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdae85f · Feb 11, 2025
Jan 6, 2025
Jul 27, 2021
Aug 30, 2024
Feb 11, 2025
Feb 11, 2025
Jan 5, 2025
Dec 22, 2020
Feb 11, 2025
Nov 15, 2023
Jan 12, 2025
Jan 5, 2025
Jan 12, 2025
Nov 2, 2020
Jan 5, 2025
Sep 22, 2019
Feb 2, 2018
Feb 2, 2018
Jan 12, 2025
Jan 3, 2023
Nov 27, 2024
Jan 12, 2025
Jan 20, 2025
Jan 5, 2025
Jan 12, 2025
Jan 12, 2025
Jan 5, 2025
Jan 12, 2025
Nov 2, 2020
Jan 2, 2019
Jun 9, 2023
Dec 4, 2024
Jun 19, 2020
Feb 1, 2024
Jun 19, 2020
Nov 2, 2020
Aug 6, 2024

Repository files navigation

Fyne.io Website

This repository contains the source of the main https://fyne.io website.

Running the website locally

The website uses jekyll to generate the website from markdown files. With ruby installed it is as easy as running the following commands in a terminal (the first only needs to run once):

gem install bundler jekyll
bundle exec jekyll serve

Alternatively, you can use the Dockerized build via either of:

  • sh ./build.sh build -- non-interactively build ./_site
  • sh ./build.sh serve -- run jekyll serve inside of the docker container