nodejs.org by the Node.js Foundation builds on the merged community's past website projects to form a self-publishing, community-managed version of the previous site.
On a technical level, inspiration has been taken from the iojs.org
repo while design and content has been migrated from the old nodejs.org repo. These technical changes have helped to facilitate community involvement and empower the foundation's internationalization communities to provide alternative website content in other languages.
This repo's issues section has become the primary home for the Website WG's coordination efforts (meeting planning, minute approval, etc.).
Please contribute! There are plenty of good first contributions to do. To get started, you have to fork this repo to your own GitHub account first. Then open up a terminal on your machine and enter the following commands:
$ git clone https://github.com/<your user name>/nodejs.org.git
$ cd nodejs.org
$ npm install
$ npm start
This will start the development server on http://localhost:8080/en/ and should reload automatically when you make changes but it's all just code and no code is perfect so sometimes you may need to restart it. :)
Note: You'll need Node.js v4 or newer as the build system uses some native ES2015 features.
If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: git checkout -b feature/mycoolfeature
. This will make it easier for you to submit a pull request and get your feature merged.
- Page templates are in
/layouts
- Global styles are in
/layouts/css
- Global static files are in
/static
- All content and localization specific styles are in
/locale
- Initial development usually happens in English:
/locale/en
/locale/{{locale}}/site.json
is where global localization information lives.- All content is in Markdown and is per locale.
- The top of each Markdown file is a block of YAML for page specific localization information that is passed to various templates.
- The bulk of the Markdown content for each page is referenced as
{{{content}}}
in the corresponding template.
Full set up is in https://github.com/nodejs/build/tree/master/setup/www minus secrets and certificates. The webhook is setup on GitHub for this project and talks to a small Node server on the host which does the work. See the github-webhook package for this.
All of the Node.js Foundation websites, including this repo, are jointly governed by the Website Working Group. See GOVERNANCE.md to learn more about the group's structure and CONTRIBUTING.md for guidance about the expectations for all contributors to this project.
The Website Working Group is primarily concerned with the code and overall structure of the website.
The content of the website comes from a variety of working groups (Evangelism, Core, i18n, etc). The Website WG defers to these WGs on matters of content and routinely adds collaborators from these working groups as they add and improve content on the website. In other words, the Website WG is not and editorial Working Group except when no other Working Group has taken responsibility for a content area.
- Frederic Hemberger (fhemberger): @fhemberger,
mail``@``frederic-hemberger.de
- Mikeal Rogers (mikeal): @mikeal,
mikeal.rogers``@``gmail.com
- Phillip Johnsen (phillipj),
johphi``@``gmail.com
- Rod Vagg (rvagg): @rvagg,
rod``@``vagg.org
- Yuta Hiroto (abouthiroppy)
- Andy Gout (andygout)
- Austin Winstanley (AustinWinstanley)
- Benget Nata (bentinata)
- &! (bitandbang) (bnb)
- Divjot Singh (bogas04)
- Bryce Baril (brycebaril)
- Csaba Palfi (csabapalfi)
- Bruno Heridet (Delapouite)
- Steven Sinatra (diagramatics)
- Evan Lucas (evanlucas)
- Fábio Santos (fabiosantoscode)
- Jeremiah Senkpiel (Fishrock123)
- Wyatt Preul (geek)
- Charlie Robbins (indexzero)
- Minwoo Jung (JungMinu)
- Daniel Levy (justsml)
- Kohei TAKATA (kohei-takata)
- Luigi Pinca (lpinca)
- marocchino (marocchino)
- Massimiliano Mura (MassimilianoMura)
- Matthew Loring (matthewloring)
- Mike Dolan (mkdolan)
- Kiffie Liversage (mrkiffie)
- Vladimir Varankin (narqo)
- Patrick Heneise (PatrickHeneise)
- Paul Grock (paulgrock)
- rnsloan (rnsloan)
- Robert Kowalski (robertkowalski)
- Seth Thompson (s3ththompson)
- silverwind (silverwind)
- Sean Ouimet (snostorm)
- Steven R. Loomis (srl295)
- Steve Mao (stevemao)
- Michaël Zasso (targos)
- Myles Borins (MylesBorins)
- Sakthipriyan Vairamani (thefourtheye)
- Trent Oswald (therebelrobot)
- Anton Wilhelm (timaschew)
- Thomas Jensen (tjconcept)
- Rich Trott (Trott)
- wonderdogone (wonderdogone)
- Xcat Liu (xcatliu)
- Francisco Baio Dias (xicombd)
- Yosuke Furukawa (yosuke-furukawa)
- Chayoung You (yous)
- Zeke Sikelianos (zeke)