Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.21 KB

AIMLAC logo.

AIMLAC Blogs

Build and Deploy

Welcome to the AIMLAC blogs! See them live here.

Contributing

All contributions are very welcome! Please see the "AIMLAC Blogs Welcome" post to learn more about how and where to contribute.

Developing

To build and serve the blogs locally, clone this repository and instantiate the Julia environment:

git clone "https://github.com/CDT-AIMLAC/blogs"
cd blogs
julia --project=. -e "using Pkg; Pkg.instantiate()"

Then start a development server:

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

Updating search index

Searches are operated with lunr, and requires generating an index file to work properly. After starting the development server, Franklin.jl exports lunr() to rebuild the index. Note that this can only be done after the __site directory has been generated.