Skip to content

FluxML/fluxml.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7da477 · Mar 23, 2024
Sep 30, 2023
Dec 1, 2022
Oct 11, 2022
Feb 17, 2023
Oct 11, 2022
Oct 11, 2022
Jun 12, 2023
Nov 10, 2023
Oct 11, 2022
Oct 11, 2022
Aug 14, 2021
Oct 11, 2022
Oct 15, 2022
Oct 11, 2022
Oct 11, 2022
Feb 8, 2023
Oct 11, 2022
Mar 20, 2024
Oct 23, 2022
Feb 13, 2020
Nov 5, 2022
Feb 13, 2020
Dec 20, 2020
Oct 11, 2022
Oct 17, 2022

Repository files navigation

This repository contains the source files for the FluxML website, fluxml.ai. FluxML is a machine learning framework for Julia.

Contributing

Want to contribute to the FluxML website? Check out the contributing guide: https://github.com/FluxML/fluxml.github.io/blob/main/CONTRIBUTING.md

Running Locally

The website is built with Franklin.jl.

First, install Julia then setup your environment.

julia --project=.

julia> ]
(fluxml.github.io) pkg> instantiate

This will install the necessary packages. It only needs to be done once.

Now, start Julia and serve the page:

julia --project=.

julia> using Franklin

julia> serve()

This will start a live server that previews the website. You can make edits to the markdown files and see the website update as you save. Please refer to the Franklin.jl documentation for more information on developing a website with Franklin.jl.

Project structure

Most pages of the website are written as markdown files in the root directory. The blogposts directory contains blog posts, and the tutorialposts directory contains tutorials.