Skip to content

DaltonLens/daltonlens.org

Repository files navigation

http://daltonlens.org/

DaltonLens website

Notes on the process:

  • The website was created from fastpages. Then followed the instructions and added the CNAME / custom domain for daltonlens.org + adjuted the DNS server config.

  • Configured the plugins to include jekyll-scholar.

  • Remember that the published gh-pages branch is automatically generated from master by the CI job.

  • Overall the CI job just runs jekyll in a container to generate a static website in the gh-pages. The official jekyll of github pages is never run.

  • Put the new notebooks into _notebooks.

  • make server to run it locally. Check the Makefile for more options.

powered by fastpages

Fastpages documentation links

Great! You have setup your repo. Now its time to start writing content. Some helpful links:

Note: you may want to remove example blog posts from the _posts, _notebooks or _word folders (but leave them empty, don't delete these folders) if you don't want these blog posts to appear on your site.

Please use the nbdev & blogging channel in the fastai forums for any questions or feature requests.