kirby-staticbuilder
Static HTML exporter for Kirby CMS (v2 only)
File Explorer
Download Latest Version (.zip)- report.css
- report.js
- html-ui.png
- install.md
- knownissues.md
- options.md
- static.md
- Builder.php
- Controller.php
- report.php
- index.css
- montserrat-400.woff
- montserrat-700.woff
- montserrat-license.txt
- vesperlibre-400.woff
- vesperlibre-500.woff
- vesperlibre-700.woff
- vesperlibre-license.txt
- arrow-left.svg
- arrow-right.svg
- logo.svg
- closeup.jpg
- closeup.jpg.en.txt
- creative-tools.jpg
- creative-tools.jpg.en.txt
- folding-rule.jpg
- folding-rule.jpg.en.txt
- project.de.txt
- project.en.txt
- project.de.txt
- project.en.txt
- room.jpg
- table.jpg
- camera.jpg
- project.de.txt
- project.en.txt
- letters.jpg
- project.de.txt
- project.en.txt
- project.de.txt
- project.en.txt
- typewriter.jpg
- projects.de.txt
- projects.en.txt
- article.en.txt
- extending.png
- article.en.txt
- licensing.png
- article.en.txt
- content.png
- blog.de.txt
- blog.en.txt
- bob-meowerly.jpg
- team.de.txt
- team.en.txt
- brad-kitt.jpg
- team.de.txt
- team.en.txt
- cat-winslet.jpg
- team.de.txt
- team.en.txt
- hunter-s-tomcat.jpg
- team.de.txt
- team.en.txt
- about.de.txt
- about.en.txt
- contact.de.txt
- contact.en.txt
- contact.svg
- docs.svg
- forum.svg
- github.svg
- error.de.txt
- error.en.txt
- home.de.txt
- home.en.txt
- site.de.txt
- site.en.txt
- .gitkeep
- config.php
- blog.php
- de.php
- en.php
- staticbuilder.php
- coverimage.php
- footer.php
- header.php
- languages.php
- menu.php
- pagination.php
- prevnext.php
- showcase.php
- about.php
- article.php
- blog.php
- contact.php
- default.php
- home.php
- project.php
- projects.php
- .gitkeep
- .htaccess
- assets
- index.php
- closeup.jpg
- closeup.jpg.txt
- creative-tools.jpg
- creative-tools.jpg.txt
- folding-rule.jpg
- folding-rule.jpg.txt
- project.txt
- project.txt
- room.jpg
- table.jpg
- camera.jpg
- project.txt
- letters.jpg
- project.txt
- project.txt
- typewriter.jpg
- projects.txt
- article.txt
- extending.png
- article.txt
- licensing.png
- article.txt
- content.png
- blog.txt
- bob-meowerly.jpg
- team.txt
- brad-kitt.jpg
- team.txt
- cat-winslet.jpg
- team.txt
- hunter-s-tomcat.jpg
- team.txt
- about.txt
- contact.svg
- contact.txt
- docs.svg
- forum.svg
- github.svg
- error.txt
- home.txt
- site.txt
- config.php
- blog.php
- staticbuilder.php
- coverimage.php
- footer.php
- header.php
- menu.php
- pagination.php
- prevnext.php
- showcase.php
- about.php
- article.php
- blog.php
- contact.php
- default.php
- home.php
- project.php
- projects.php
- .gitkeep
- .htaccess
- assets
- index.php
- composer.json
- README.md
- static_htaccess
- .editorconfig
- .gitattributes
- .gitignore
- composer.json
- LICENSE
- package.json
- README.md
- staticbuilder.php
# Installation Guide
1. Get the code
git clone https://github.com/fvsch/kirby-staticbuilder
Downloads the entire project code from GitHub to your computer.
cd kirby-staticbuilder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
