commit | 458e5055404d3bfed1ba20394bb4946d86da9842 | [log] [tgz] |
---|---|---|
author | エリス <erisu@users.noreply.github.com> | Fri Aug 29 15:32:34 2025 +0900 |
committer | GitHub <noreply@github.com> | Fri Aug 29 15:32:34 2025 +0900 |
tree | 99fe433ed8a5eefd562a21e786a8baab58c23c3e | |
parent | c94b4032202b4654ff8ece51e81aa5dd49bf2a2e [diff] |
blog: cordova-app-hello-world 7.0.0 release (#1434)
This repository contains the source code for the Cordova website at cordova.apache.org.
The main parts are built as a static site with Jekyll, containing the homepage and subpages, the blog and the docs.
Here in the repository the code of the actual site is located in /www
with its subfolder /docs
, /blog
and /plugins
.
Some additional content is pulled in during the build process.
The site is built using a gulp script that is run by Node.JS (npm run-script build
). (Alternatively you can build the site using Make.) Deployments usually happen on commits to master
via Travis, which runs buildAndDeploy.sh
and commits the built site to a SVN repository.
master
via Traviswww/docs
(updating from dev
, creating new version, pulling in external docs)For attributions for used open-source work, please see the attributions page: www/attributions.html
.