Skip to content

mefinity/bebasdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bebasdocs

Documentation site powered by Zensical, deployed with GH Actions.

Local development

Setup and run:

python3 -m venv .venv
source .venv/bin/activate
pip install zensical
zensical serve

Build static site:

zensical build --clean

The generated output is in site/.

Deployment

This repository includes a GitHub Actions workflow at .github/workflows/docs.yml that:

  • Installs Zensical
  • Builds the site
  • Publishes site/ to the gh-pages branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors