Skip to content

mital/grokcpp

 
 

Repository files navigation

Slate v3 POC

Build

Proof-of-concept Slate v3 using eleventy as the static site generator.

screenshot

Features

Install

Requires an LTS version of Node.js

  • Clone the repository
  • npm i

or

  • Create your Node.js project (npm init)
  • Add reslate as a (dev)dependency (npm i [--save-dev] reslate)
  • npx reslate init

Running

  • To build: npm run build
  • To debug: npm run debug
  • To serve: npm run serve and browse to https://localhost:4567

(If installed as a dependency, use npx reslate [build|debug|serve])

TODO

  • Watch scss files
  • Option to use lunr server-side / across multiple files #1006
  • GitHub emoji shortcuts (as in Shins), yea or nay?
  • Specify additional CSS includes in header?

Additional plugin possibilities

About

Beautiful static documentation for your API

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 28.9%
  • SCSS 27.7%
  • HTML 21.0%
  • JavaScript 16.8%
  • EJS 5.4%
  • Dockerfile 0.2%