Home

Pages Classes Methods

    Pages

    • compile
    • concat
    • heading
    • inspect
    • new
    • publish
    • reset
    • summary
    • sync
    • view
    • html_elements.scss
    • index.scss
    • mixin_text_section_heading.scss
    • section_muwu_contents.scss
    • section_muwu_metadata.scss
    • section_muwu_navigator.scss
    • section_muwu_subcontents.scss
    • section_muwu_text.scss
    • section_muwu_title.scss
    • dark.scss
    • index.scss
    • light.scss
    • index.scss
    • index.scss
    • debug_section_text.scss
    • _init_bare.js
    • _zepto.min.js
    • init.js
    • navigation.js
    • muwu publish [options]

      • Publishes compiled documents currently in `compiled/` to a remote location using rsync. Rsync must be installed on the local system.

    • options
      • Muwu will pass any further command-line arguments to rsync. See the rsync man page for more information about valid rsync options.

      • Other useful options: (verify against the rsync man page before using)

        --delete    Delete files from the target host that aren't present on the
                      source host.
        --dry-run   Show which changes would be made, but don't perform them.
        --update    Only update the files on the target host that have older
                      timestamps than on the source; do not change files on the
                      target host that have newer timestamps.
    • options

      for rsync can also be specified in 'options.yml' using the

      'rsync_options' value.

    • Specify the remote host in 'options.yml' using the 'remote_publish' value.

    Validate

    Generated by RDoc 6.3.2.

    Based on Darkfish by Michael Granger.