https://github.com/simple-login/docs
SimpleLogin documentation
https://github.com/simple-login/docs
docs hugo simplelogin
Last synced: 12 months ago
JSON representation
SimpleLogin documentation
- Host: GitHub
- URL: https://github.com/simple-login/docs
- Owner: simple-login
- Created: 2019-08-18T22:04:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T08:13:39.000Z (over 4 years ago)
- Last Synced: 2025-06-13T04:28:29.723Z (12 months ago)
- Topics: docs, hugo, simplelogin
- Language: HTML
- Homepage: https://public.nguyenkims.now.sh
- Size: 2.29 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get hugo theme
```bash
git submodule update --init --recursive
```
To deploy:
```bash
hugo && vercel --prod
```
To dev locally
```bash
hugo server
```
Then open http://localhost:1313