Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
/ statie-web Public archive

📖 [deprecated] Documentation site for Statie - PHP Static Site Generator

Notifications You must be signed in to change notification settings

crazko/statie-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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