Skip to content

ketai/ketai.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ke:tai Website Source

The source of the ketai.org reference website built in Woods, a Node.js file based CMS.

Showcase your work

  1. Go to Github repo.

  2. Make a pull request.

  3. Add a folder with your project title in content/06-exhibition/(your unique folder name)

  4. Include a .jpg thumbnail of your project in that folder with file named "thumbnail.jpg". The recommended file size is 800x600px

  5. Your markdown file should be formatted in following manner (include ---).

---

title: Project Name

link: Link to your project

description: Text goes here

---

Dependencies

  1. Node.js
  2. npm (Node Package Manager : Installed as a part of Node)
  3. Homebrew
  4. GraphicsMagick

Installing Dependencies

  1. Install Homebrew : Instructions

     ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
     brew update
    
  2. Install Node

     brew install node
    
  3. Install GraphicsMagick

     brew install graphicsmagick
    

Installing Woods in OSX

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

About

The source of the http://ketai.org website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors