Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
/ hugo Public archive

TYPO3 extension hugo. Exports TYPO3 pages / content / media in a way that is able to be consumed by sourcebroker/hugo-cms-theme.

License

Notifications You must be signed in to change notification settings

sourcebroker/hugo

Repository files navigation

TYPO3 Extension hugo

https://github.styleci.io/repos/130708818/shield?branch=master https://scrutinizer-ci.com/g/sourcebroker/hugo/badges/quality-score.png?b=master https://travis-ci.org/sourcebroker/hugo.svg?branch=master https://poser.pugx.org/sourcebroker/hugo/license

This project is archived. Will no longer be developed and supported.

This extension allows you to export TYPO3 pages, content, media in a way that is able to be consumed by TYPO3 Hugo Theme. https://github.com/sourcebroker/hugo-typo3-theme.

Use composer:

composer require sourcebroker/hugo

Use CLI command:

typo3cms hugo:export

Exported pages are stored in ./hugo/content folder. Exported content is stored in ./hugo/data/content. Exported media are stored in ./hugo/content/-media/fileadmin (fileadmin is taken from storage record).

You can change those folder with TsConfig. Look in file Configuration/TsConfig/Page/tx_hugo.tsconfig for possible options.

On each page or content editing in TYPO3 a special hook is used to update Hugo files and make a fresh build of all pages. For this to happen you must have Hugo binary available in your $PATH. If you do not have hugo in your $PATH then you can set the exact path with this TsConfig:

tx_hugo {
    hugo.path.binary = /my/path/hugo
}

If you have different path to hugo on different instances of application (beta / live) then you can use TYPO3 conditions:

[applicationContext = */*/Live]
  tx_hugo {
      hugo.path.binary = /var/www/.local/hugo
  }
[end]

See https://github.com/sourcebroker/hugo/blob/master/CHANGELOG.rst

About

TYPO3 extension hugo. Exports TYPO3 pages / content / media in a way that is able to be consumed by sourcebroker/hugo-cms-theme.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published