Skip to content

pcoet/pcoet.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcoet.github.io

Install

python3 -m venv mkdocs-env
source mkdocs-env/bin/activate
pip install mkdocs-material

Activate

source mkdocs-env/bin/activate

Deactivate

deactivate

Build

mkdocs build

Serve

mkdocs serve

Publish

The docs are automatically published when you push to main. Alternatively, you can run:

mkdocs gh-deploy --force

TODOs

Content

  • Create tutorials/index.md.
  • Review old blog posts:
    • go-quickstart.md
    • grids.md
    • py-quickstart.md
    • ts-add-linting.md
      • Add a callout pointing to the new TypeScript quickstart tutorial.
    • ts-add-tests.md
      • Add a callout pointing to the new TypeScript quickstart tutorial.
    • ts-generics.md
    • ts-quickstart.md
      • Add a callout pointing to the new TypeScript quickstart tutorial.
    • vim-cookbook.md
  • Review tutorials:
    • go-quickstart.md
    • ts-quickstart.md
  • Create a Jupyter tutorial.
  • Create a series of blog posts on functional programming.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors