Skip to content
/ notes Public

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

License

Notifications You must be signed in to change notification settings

wdhif/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

Website installation

My notes are powered by Hugo. To build the website, you must first start by cloning the Hugo Book theme which is managed by a submodule.

git submodule init
git submodule update

Run hugo server

docker run --rm -it -v $(pwd)/website:/src -v $(pwd)/docs:/docs -p 1313:1313 klakegg/hugo:ext-alpine server

Build website

docker run --rm -it -v $(pwd)/website:/src -v $(pwd)/docs:/docs klakegg/hugo:ext-alpine

About

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

Topics

Resources

License

Stars

Watchers

Forks