linkorb / blazon
Blazon: Static site generator
v1.5.0
2016-11-07 12:59 UTC
Requires
- php: >=5.3.0
- erusev/parsedown: ~1.5
- leafo/lessphp: 0.5.0
- symfony/console: ~2.7
- symfony/yaml: ~2.7
- twig/twig: ^1.22
- vkbansal/frontmatter: ~1.0
Requires (Dev)
- linkorb/autotune: ~1.0
README
Features:
- Generates static HTML files
- Write pages in Markdown
- GFM (Github Flavored Markdown)
- Preview web-server for local editing
- Twig templates
- Assets
Usage:
- Create a new directory (or repository)
- Add a file called
blazon.yml
- Create a
build/
directory in your repository (optionally add this directory to .gitignore) - Initialize the build directory with static assets from
/static/assets
:blazon init
- Start the preview webserver:
blazon serve
- Open the following URL in your webbrowser: http://127.0.0.1:8080
The preview server re-generates the site on every request.
Once you're happy with your new site, simply upload the static files in the build/
directory to your webserver or github pages.
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!