mtvee/quill 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mtvee/quill

Composer 安装命令:

composer create-project mtvee/quill

包简介

A static web site generator

README 文档

README

Quill is a static website generator written in PHP. It is aimed at anyone who might want to keep a blog or documentation. The goal was to make something quick and simple to use.

Features

  • uses markdown for content input
  • layout is a php file so anything can go in there
  • output is html via Parsedown
  • PSR-4 autoloading compliant structure
  • unit tested

Requirements

  • PHP >= 5.6
  • composer is nice

Install

The following steps presume you have composer installed somewhere the system can see it.

create a folder to store your project

$> mkdir FOLDER; cd FOLDER

install quill via composer

$> composer require mtvee/quill

or

$> git clone http://gitlab.com/mtvee/quill $> cd quill $> composer install

let quill create a skeleton project for you

$> vendor/bin/quill create

build the skeleton project in the data directory

$> vendor/bin/quill build data

the html output is in public so we can use php to run a local server and view the output in a web browser

$> php -S localhost:8080 -t public/

put http://localhost:8080 into your browser url and voila!

You can push from public to your actual web site to publish.

Next steps

  • add/edit the site source files in data
  • tweak the layout in data/.meta/layout.php
  • add/edit your css and javascript etc in public
  • push your stuff to some hosting someplace
  • $$PROFIT$$

Contribute

License

MIT

统计信息

  • 总下载量: 24
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-12-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固