/jupyterblog

fastpages blog

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

https://leomrtns.github.io/jupyterblog/

My Blog

powered by fastpages

What To Do Next?

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.

random tips:

embed pdf in a markdown post (https://stackoverflow.com/questions/1244788/embed-vs-object):

<object data="data/test.pdf" type="application/pdf" width="300" height="200">
  alt : <a href="data/test.pdf">test.pdf</a>
</object>

or using jekyll format (https://stackoverflow.com/questions/46105960/inserting-my-pdf-in-my-blogs):

<object data="{{ site.baseurl }}/assets/pdf/new.pdf" width="1000" height="1000" type='application/pdf'/>

check also { site.baseurl }}/images