Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

project-trillek-archive/trillek.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main website for the Trillek project, hosted at trillek.org. Initial layouts built by marciiF which are being rebuilt here using SASS and other such technologies.

Dependencies

This site uses Jekyll, SASS, Compass, Normalize.css and SUSY for styling. You can fetch these ruby gems with bundle install.

Building

You can generate the site into the build directory by running make. You can start the servers to watch for changes and rebuild when required by running the following commands in separate processes.

# Terminal 1
make compass-server

# Terminal 2
make jekyll-server

Now you can work within the source directory without worrying about rebuilding. The site will be rebuilt automatically and hosted at http://localhost:4000/ for you.

Deploying

You can execute make deploy to send the site to the server. This command will simply execute the local deploy.sh file that you have to create; this allows you to select how and where you deploy to. The build tools will be executed when you deploy and it's results stored within the build directory. Your script should simply upload it's contents.

You can copy deploy.example.sh and configure that to get up and running quickly. The example script uses rsync over SSH to deploy to a remote directory.

About

Main website for the Trillek project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published