Skip to content

njdaniel/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wiki

Getting started

$ go build
$ ./wiki

Go to localhost:8080/view/pagename

If it doesnt exist, edit page will show, allowing to save text to be saved. Visiting the page again will show the page.

edit

To edit existing page: localhost:8080/edit/pagename

Cleanup

$ go clean

TODO

  1. add links to other pages. <a href="/view/PageName">PageName</a> maybe use regexp.ReplaceAllFunc
  2. templates/ folder
  3. save data to git? lfs https://git-lfs.github.com/
  4. homepage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published