This is our official repository.
This website is built using Quarto. An open-source scientific and technical publishing system that not only enables publishing reproducible, production quality articles, presentations, dashboards, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more--it can also be used to build websites!
- Add ideas and suggestions in the Issue tracker.
- If you have bandwidth to help implement change, please make a PR and request a review.
For those interested in developing locally and who haven't used Quarto before, its possible to preview your updates locally. To do this:
- Clone the repository from GitHub, I did this in Windows cmd.exe. You may need to install an SSH key to facilitate git commands, there are instructions here.
- After adding SSH key use
git clone [email protected]:PyData-NYC-meetup/pydata-nyc-meetup.github.io.git
to copy the files to your local disk. - Install Visual Studio Code. Open the folder where you copied the github repo.
- Install Quarto's Visual studio Code plugin.
- Open a *.qmd file (I think qmd stands for Quarto MarkDown?) - e.g. about.qmd or index.qmd
- Click the "Preview" button near the top (see screenshot 1)
- This will compile the changes and then output a preview in a split window (see screenshot 2)
- To render Quarto content use the following command `quarto render foo.qmd --to html