Skip to content

crazko/statie-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DEPRECATED since 2020-03


Statie.org Build Status

This is the documentation site for Statie, the PHP static site generator.

Contributing

Open an issue or, better, fork this repository, make changes and send a pull request. Thank you!

See your changes

Build the site locally:

  • be sure you have composer installed
  • install dependencies (currently only Statie) composer install
  • generate the site from the source vendor/bin/statie generate source
  • run local PHP server php -S localhost:8000 -t output
  • open localhost:8000 in your browser.

Enable live reload (recommended)

You can get rid of hitting refresh on every change you made and see your changes instantly with the use of the Browsersync:

  • be sure you have nodejs with npm installed
  • install dependencies npm install
  • run npm start
  • open localhost:3000 in your browser

Now the site updates on every change in the source files.

Note: you don't need to have local PHP server running.

About

πŸ“– [deprecated] Documentation site for Statie - PHP Static Site Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published