https://github.com/dovecot/website
Dovecot websites
https://github.com/dovecot/website
Last synced: 6 months ago
JSON representation
Dovecot websites
- Host: GitHub
- URL: https://github.com/dovecot/website
- Owner: dovecot
- License: other
- Created: 2025-06-17T06:26:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-04T12:46:47.000Z (8 months ago)
- Last Synced: 2025-11-04T13:09:52.540Z (8 months ago)
- Language: Vue
- Size: 441 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Dovecot websites
================
This repository is for maintaining Dovecot's public websites.
Map of websites
- main => dovecot.org website
- repo => repo.dovecot.org
- pigeonhole => pigeonhole.dovecot.org
Building a website
------------------
You can use npm run -w run docs:build
Adding new one
--------------
Use `npm init -w ./name` to add new website. This should get added into package.json too
Testing
-------
Push changes first to `develop` branch to make sure they work, this will deploy as https://wwwdev.dovecot.org.
Once you've checked your changes, create pull request to main branch.