Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

InfoAmazonia/infoamazonia-agua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfoAmazonia Agua

This is the front-end client of InfoAmazonia Água. It is a YBY Client theme application that connects to a YBY server.

Installation

  • Run a YBY server;
  • Clone and install a YBY client following it's installation process;
  • Clone this repository inside a directory called themes, on your yby client root;
  • Add this properties to your config.js
   	theme: 'infoamazonia-agua',
	pages: [
		{
			path: '/about/',
			template: '/views/pages/about.html',
			title: 'About'
		},
		{
			path: '/collaborate/',
			template: '/views/pages/collaborate.html',
			title: 'Collaborate'
		}
	]
  • Run grunt again and start the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published