• Stars
    star
    1,101
  • Rank 41,837 (Top 0.9 %)
  • Language
    HTML
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source for https://fullstackdeeplearning.com

The Full Stack Website

This website came online in January 2021.

It uses mkdocs, which you can set up with make setup.

To develop locally, run make serve and edit the files.

To deploy, push main branch to github and it will deploy via github action, or manually run make deploy.

Processing lecture notes

2023

See the README file in lecture-notes-creator for instructions.

2022

Download Google Doc as input.docx, then run:

pandoc --extract-media=. input.docx -o output.md
cat output.md | sed 's/^#/##/' | sed 's/^ *> //g' | sed s'/{.underline}//g' | sed 's/\[\[/[/g' | sed 's/\]\]/]/g' | sed 's/{width=.*}//g' | sed 's/{width=.*"$//' | sed 's/^height=.*"}//' > output.md