The source of the ketai.org reference website built in Woods, a Node.js file based CMS.
-
Go to Github repo.
-
Make a pull request.
-
Add a folder with your project title in content/06-exhibition/(your unique folder name)
-
Include a .jpg thumbnail of your project in that folder with file named "thumbnail.jpg". The recommended file size is 800x600px
-
Your markdown file should be formatted in following manner (include ---).
---
title: Project Name
link: Link to your project
description: Text goes here
---
- Node.js
- npm (Node Package Manager : Installed as a part of Node)
- Homebrew
- GraphicsMagick
-
Install Homebrew : Instructions
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update -
Install Node
brew install node -
Install GraphicsMagick
brew install graphicsmagick
Open the terminal in OSX and enter the following command:
npm install woods -g
woods
*In case of an error, try adding "sudo" in front of the command to get administrator privileges Then point your browser to: http://localhost:3000/
The directory to locate the files for Woods in OSX : /usr/local/lib/node_modules/woods
By default the content is located in the example subfolder
To export the static HTML Pages :
woods -e /specify/the/path/of/your/folder