Start writing blog within 10 min

How to start write blog direct from Github using Markdown and Jupyter notebook.


Requirement

  • github account.

Follow step

  1. Use fastai/fastpages template. Within 20-30 sec one pull request is generated by github-action.
  2. Follow step and create SSH key from this and add public and private key.
  3. Merge pull request and wait for 2-3 min for github-action to build the site.

Change Name and description

  • open _config.yml in edit mode.
  • change name and description
  • you can add social links as well


Adding stuff

  • Make sure are you add stuff into direct master OR main branch.
  • You can add notebook, markdown and words file into _notebook , _posts and _word folder accordingly with right name formet.
  • You can upload all your local images in images folder



Happy blogging