Welcome to the AIMLAC blogs! See them live here.
All contributions are very welcome! Please see the "AIMLAC Blogs Welcome" post to learn more about how and where to contribute.
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()"
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.