Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shipengqi/algorithm-learn

Algorithm learning ...
https://github.com/shipengqi/algorithm-learn

Last synced: about 2 months ago
JSON representation

Algorithm learning ...

Awesome Lists containing this project

README

        

# algorithm-learn

Algorithm learning ...

## Usage

Development:

```sh
# install hugo-book as git submodule
git submodule add [email protected]:alex-shpak/hugo-book.git themes/book

hugo server --minify --theme book
```

Manually deploy:

```sh
./deploy.sh
```

> Any changes in the `content` directory will automatically trigger a deployment.

## Menu

By default, the [hugo-book](https://github.com/alex-shpak/hugo-book) theme will render pages from the `content/docs` section as a menu in a tree structure.
You can set `title` and `weight` in the front matter of pages to adjust the order and titles in the menu.