Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shipengqi/algorithm-learn
Algorithm learning ...
https://github.com/shipengqi/algorithm-learn
Last synced: about 2 months ago
JSON representation
Algorithm learning ...
- Host: GitHub
- URL: https://github.com/shipengqi/algorithm-learn
- Owner: shipengqi
- License: mit
- Created: 2019-08-28T06:19:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T02:40:16.000Z (9 months ago)
- Last Synced: 2024-10-16T08:22:02.535Z (2 months ago)
- Language: Shell
- Homepage: https://shipengqi.github.io/algorithm-learn
- Size: 5.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/bookhugo 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.