Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ...

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 --init

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.