Skip to content

yfzhe/racket-wiki-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

racket-wiki-demo

A very simple demo about using Scribble to build a wiki.

How to Install

> raco pkg install https://github.com/yfzhe/racket-wiki-demo

Then the Racket package system will build the doc (wiki) for you. You can see that in your local doc after installation finished.

How to Write New Wiki Page

All wiki pages are placed in src/pages/. You can use raco wiki new <page-name> command to create new pages. However, as now, it needs manually add @include-section["<page>.scrbl"] to src/index.scrbl to gather all the pages together.

TODO

  • Better raco command.
  • Generate (some) pages like "Recent".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages