Skip to content

📖 AIMLAC Blogs for insights into our scientific research process.

License

Notifications You must be signed in to change notification settings

CDT-AIMLAC/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.