Skip to content

open-lambda/open-lambda.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLambda GitHub Pages — MyST Markdown Site

This repo deploys automatically to GitHub Pages using Jupyter Book with MyST Markdown as the technical documentation of Open Lambda.


File Structure

.
├── index.md                        ← Homepage content (MyST Markdown)
├── _config.yml                     ← Jupyter Book site settings
├── _toc.yml                        ← Table of contents (add more pages here)
├── requirements.txt                ← Python deps for the build
├── .gitignore
└── .github/
    └── workflows/
        └── deploy.yml              ← GitHub Actions auto-deploy workflow

One-Time Setup (do this once per repo)

1. Clone the repo and copy these files in

git clone https://github.com/open-lambda/open-lambda.github.io.git
cd open-lambda.github.io

# Copy all files from this bundle into the repo root, then:
git add .
git commit -m "Add MyST Markdown Jupyter Book site"
git push

Local Preview

pip install -r requirements.txt
jupyter-book build .
# Open in browser:
open _build/html/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •