dreadnip/jug
Composer 安装命令:
composer require dreadnip/jug
包简介
Turn Twig templates into a static site.
README 文档
README
Jug is a minimal static site generator built on Symfony components. It does exactly one thing: turn twig templates into straight HTML.
Jug aims to be fast & flexible. You won't find an extensive plugin system, but rather a set of basic yet powerful tools that you can use to build exactly what you need.
Features
- Twig-powered
- Multilang ready (uses symfony/translations)
- Optimized images
- Watch & serve command for quick development
- Easy, PHP based config
- Events to customize the build before & after
- Smooth integration with Github Pages
Getting started
# Create a new project directory mkdir my-project && cd my-project # Install the package using composer composer require dreadnip/jug # Run the init command to generate your base site ./vendor/bin/jug init # Run the serve command to view your site ./vendor/bin/jug serve
What's next
Take a look at the docs for more information.
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-03-08