Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamanoku/document-page-template
Template for making a document page from a yamanoku presentation.
https://github.com/yamanoku/document-page-template
11ty 11ty-template template
Last synced: 5 days ago
JSON representation
Template for making a document page from a yamanoku presentation.
- Host: GitHub
- URL: https://github.com/yamanoku/document-page-template
- Owner: yamanoku
- License: mit
- Created: 2022-12-10T09:53:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:00:13.000Z (2 months ago)
- Last Synced: 2024-11-03T05:42:17.571Z (about 2 months ago)
- Topics: 11ty, 11ty-template, template
- Language: JavaScript
- Homepage:
- Size: 303 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# document-page-template
Template for making a document page from a @yamanoku presentation.
## Install
```bash
npm ci
```## Dev Server
```bash
npm run serve
```### Japanese Page
```bash
http://localhost:8081/ja/
```### English Page
```bash
http://localhost:8081/en/
```## Build
```bash
npm run build
```## Deploy
```bash
npm run deploy
```## License
[MIT](./LICENSE)