geuse-icon

If you have written a plugin and you'd like to have it listed here, you can submit a pull request or open an issue on Gitlab.

The following are several available plugins for Geuse:

plugins:
    - name: 'Geuse::Markdown'
      extensions: ['md', 'mkd', 'markdown']
plugins:
    - name: 'Geuse::Pod'
      extensions: ['pod6']
plugins:
    - name: 'Geuse::Preview'
      host: '0.0.0.0'
      port: 3000

This plugin provides the following commands:

geuse serve
    start local web server
geuse watch 
    start web server and re-render site
Fork me on Gitlab