cordova 中文网,小舟发布 https://cordova.yoqi.me/

liuyuqi eb31968a26 keerduowa 改为 Cordova 5 years ago
.github abd2504cbc init 5 years ago
conf abd2504cbc init 5 years ago
doc abd2504cbc init 5 years ago
tools abd2504cbc init 5 years ago
www eb31968a26 keerduowa 改为 Cordova 5 years ago
.dockerignore abd2504cbc init 5 years ago
.eslintrc.yml abd2504cbc init 5 years ago
.gitignore abd2504cbc init 5 years ago
.travis.yml abd2504cbc init 5 years ago
CONTRIBUTING.md abd2504cbc init 5 years ago
Dockerfile abd2504cbc init 5 years ago
Dockerfile-dev abd2504cbc init 5 years ago
Gemfile abd2504cbc init 5 years ago
LICENSE abd2504cbc init 5 years ago
NOTICE abd2504cbc init 5 years ago
README.md abd2504cbc init 5 years ago
VERSION abd2504cbc init 5 years ago
docker-compose.debug.yml abd2504cbc init 5 years ago
docker-compose.yml abd2504cbc init 5 years ago
gulpfile.js abd2504cbc init 5 years ago
package.json abd2504cbc init 5 years ago

README.md

Build Status

Cordova Docs / Website

This repository contains the source code for the Cordova website at cordova.apache.org.

The site is also reachable with the short domain cordova.io, the important subareas as docs.cordova.io, blog.cordova.io and plugins.cordova.io.

Technical Overview

The main parts are built as a static site with Jekyll, containing the homepage and subpages, the blog and the docs.
The plugin search is an embedded PreactJS application.

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.

Instructions

Common Tasks

Attributions

For attributions for used open-source work, please see the attributions page: www/attributions.html.