Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

upash/peco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5507357 · Jan 20, 2019
Apr 29, 2018
Aug 4, 2018
Aug 6, 2018
Aug 4, 2018
Apr 25, 2018
Apr 25, 2018
Apr 25, 2018
Apr 28, 2018
Apr 25, 2018
Jan 20, 2019
Apr 25, 2018
Aug 27, 2018
Aug 27, 2018

Repository files navigation

Peco is no longer maintained 💀, check out its successor, Saber 🔥!

npm version circleci status

Introduction

Peco is a static website generator powered by modern web tooling, like webpack and Vue.js. It generates static HTML files and assets at build time, once the generated website is loaded on the client-side, it runs as an SPA.

Check out the documentation for details.

Installation

It's recommended to install peco locally in your project:

cd your-project
yarn add peco

How to use?

Let me explain how to use it in 20 words:

  • source/*.md is your pages
  • source/_posts/*.md is your posts
  • peco dev [directory] to run it
  • peco build [directory] to build it

Build with Peco

Contribute?

Find bugs, spread the words, share your ideas.

yarn
yarn example