Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 669 Bytes

File metadata and controls

27 lines (14 loc) · 669 Bytes

Fe blog

This is the Fe blog hosted at https://blog.fe-lang.org. It is built with Zola.

How to write an article

Create a new file in /content/posts and send a pull requests.

How to serve locally

Clone repo git clone https://github.com/fe-lang/blog.git

Populate the apollo theme folder, git submodule init && git submodule update

Run zola zola serve

How to deploy

Run make deploy

Community