Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shipengqi/db-learn
:books: Database learning ...
https://github.com/shipengqi/db-learn
Last synced: 2 months ago
JSON representation
:books: Database learning ...
- Host: GitHub
- URL: https://github.com/shipengqi/db-learn
- Owner: shipengqi
- License: mit
- Created: 2019-01-04T09:11:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T11:56:44.000Z (7 months ago)
- Last Synced: 2024-10-05T02:34:15.857Z (3 months ago)
- Language: Shell
- Homepage: https://shipengqi.github.io/db-learn
- Size: 6.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# db-learn
Database learning ...
## Usage
Development:
```sh
# install hugo-book as git submodule
git submodule add [email protected]:alex-shpak/hugo-book.git themes/book
# update submodule
git submodule update --inithugo 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.