Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 622 Bytes

JuliaCN meetup website

This repository hosts the landing page of JuliaCN meetup events. The website is built with Franklin.jl, and the master branch is automatically deployed by Github Actions.

Deploy

To view the site locally, install Franklin and run serve() in the root of this repository. A manifest is provided to exactly reproduce the package dependencies as used by CI.

To serve

julia --project -e "using Franklin; serve()"

To publish

julia --project -e "using Franklin; publish()"