Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shipengqi/frontend-learn
:books: Frontend learning ...
https://github.com/shipengqi/frontend-learn
angular css css3 html html5 javascript less node nodejs typescript vite vue webpack
Last synced: about 1 month ago
JSON representation
:books: Frontend learning ...
- Host: GitHub
- URL: https://github.com/shipengqi/frontend-learn
- Owner: shipengqi
- License: mit
- Created: 2018-05-06T07:26:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T05:33:08.000Z (2 months ago)
- Last Synced: 2024-09-29T18:02:36.731Z (about 1 month ago)
- Topics: angular, css, css3, html, html5, javascript, less, node, nodejs, typescript, vite, vue, webpack
- Language: Shell
- Homepage: https://shipengqi.github.io/frontend-learn
- Size: 8.8 MB
- Stars: 127
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontend-learn
Frontend learning ...
## Usage
Development:
```sh
# init submodule, set the URLs and paths of the submodules based on the information in the .gitmodules file,
# but will not download the submodule's content
# after cloning a repository containing submodules, run this command to initialize the submodules.
git submodule init# Update the submodule's content to the latest commit in the branch specified in the .gitmodules file
# Run this command after initializing a submodule, or when you need to update the contents of a submodule.
git submodule update# git submodule add [email protected]:alex-shpak/hugo-book.git themes/book
# start server
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.