Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 431 Bytes

File metadata and controls

21 lines (14 loc) · 431 Bytes

Intro to Python Functions

Setup

To run this presentation locally,

  • Install (Hugo)[gohugo.io].
  • Clone this repo
  • Start up the hugo server
    hugo server
  • head to localhost:1313 and the presentation should be running.

Making changes

Make the changes in the content/_index.md and as soon as you save, it should reflect back in the rendered page.

Contributing

Open to getting more information.