Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremenichelli/labstheme
Base template for lab pages for jeremenichelli.github.io
https://github.com/jeremenichelli/labstheme
Last synced: 16 days ago
JSON representation
Base template for lab pages for jeremenichelli.github.io
- Host: GitHub
- URL: https://github.com/jeremenichelli/labstheme
- Owner: jeremenichelli
- License: mit
- Created: 2015-09-19T15:47:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T02:31:05.000Z (about 9 years ago)
- Last Synced: 2024-10-11T13:34:47.134Z (about 1 month ago)
- Language: CSS
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Labs theme
Base template for (jeremenichelli.github.io/labs)[jeremenichelli.github.io/labs].
## Set up
Change the values in **_config.yml** to match labs information. Special attention given to the `baseurl` that will make the site to work online.
## Serve locally
While developing run the server with no base url:
```bash
jekyll serve --baseurl ""
```## Build
Every time a modification in the scripts or styles is made run this command:
```bash
gulp && jekyll build
```