Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricesvay/osgjs-website
Website for osgjs.org
https://github.com/mauricesvay/osgjs-website
Last synced: about 1 month ago
JSON representation
Website for osgjs.org
- Host: GitHub
- URL: https://github.com/mauricesvay/osgjs-website
- Owner: mauricesvay
- Created: 2014-02-10T14:49:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T14:18:45.000Z (almost 11 years ago)
- Last Synced: 2024-04-09T21:11:09.483Z (9 months ago)
- Language: CSS
- Homepage: http://mauricesvay.github.io/osgjs-website/
- Size: 604 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSG.JS Website
# Installation
The website requires Node.js.
* clone the repository
* Install Wintersmith and its Nunjucks plugin : `npm install -g wintersmith wintersmith-nunjucks`# Editing
Content is in `src/contents`. Each section has its own Markdown file.
The Markdown files can have a header block. The header block starts with `---` and ends with `---`.
The header block is parsed as YAML.# Preview
To preview the website, simply use:
./preview.sh
This will launch a web server on port 8080. Just point your browser to htt://localhost:8080/.
# Build the website
To generate the static HTML files, use:
./build.sh
Files are generated in the root folder.