Skip to content

android101-sup/android101-sup.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Docpad

Official Beginning Documentation

Install Node

Quickstart

Run npm install -g docpad@6.79 to install docpad.

Run docpad install eco for the templating engine to work.

Run docpad install livereload for live reload in browser.

Run docpad run to generate the pages.

Go to localhost:9778

--

Run docpad upgrade; docpad update to update docpad.

Editing

Making changes in the master branch will not be permanent. If you want to make changes, make them in this branch

All the pages you need to edit are inside src/render.

If you want to change the template, that lives inside src/layouts. Quick Ref on Embedded CoffeeScript. Try not to break it :)

Deploy to master

Run docpad install ghpages to automatically update master branch.

Run docpad deploy-ghpages --env static to deploy to master.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages