Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliacn/meetup-website
This is a website for the JuliaCN meetup events
https://github.com/juliacn/meetup-website
chinese julia-language juliacn meetup
Last synced: 2 months ago
JSON representation
This is a website for the JuliaCN meetup events
- Host: GitHub
- URL: https://github.com/juliacn/meetup-website
- Owner: JuliaCN
- Created: 2022-10-04T15:24:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T16:47:52.000Z (2 months ago)
- Last Synced: 2024-10-31T17:31:40.518Z (2 months ago)
- Topics: chinese, julia-language, juliacn, meetup
- Language: CSS
- Homepage: https://cn.julialang.org/meetup-website/
- Size: 3.3 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JuliaCN meetup website
This repository hosts the [landing page of JuliaCN meetup events](https://juliacn.github.io/meetup-website/).
The website is built with [Franklin.jl](https://github.com/tlienart/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
```bash
julia --project -e "using Franklin; serve()"
```### To publish
```bash
julia --project -e "using Franklin; publish()"
```