FFFF GitHub - leanprover/verso-website: The Verso Website · GitHub
[go: up one dir, main page]

Skip to content

leanprover/verso-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verso Website

The website for Verso, built using Verso itself. The main page content is in Site/FrontPage.lean and the HTML theme is defined in Main.lean.

Building

Requires elan (the Lean version manager).

lake build

Generating HTML

lake exe generate-site

The output is written to _site/. Serve it with a local web server to view correctly:

cd _site && python3 -m http.server

Deployment

Pushing to main automatically triggers a deployment of the website.

Development

Formatting

This project uses Prettier for formatting CSS, Markdown, and YAML files.

npm install
npx prettier --check .
npx prettier --write .  # to auto-fix

Conventions

  • All .lean files must start with a copyright header
  • PR titles must follow the commit convention: <type>: <subject>
    • Allowed types: feat, fix, doc, style, refactor, test, chore, perf

License

Apache 2.0 — see LICENSE.

About

The Verso Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0