Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davide-casiraghi/davide-casiraghi.github.io
https://github.com/davide-casiraghi/davide-casiraghi.github.io
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davide-casiraghi/davide-casiraghi.github.io
- Owner: davide-casiraghi
- Created: 2019-03-21T20:30:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T21:39:12.000Z (over 2 years ago)
- Last Synced: 2024-11-06T21:16:49.040Z (3 months ago)
- Language: HTML
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel notes
Website developed using Jeckyll and the Just the Docs theme.[davide-casiraghi.github.io](https://davide-casiraghi.github.io/).
## More info about the template used
https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/
## Extra info about the configuration
To use the just-the-docs template on Github I had to create 2 different config files.
- **_config_local.yml**: the local configuration file.
- **_config.yml**: the conf file loaded by Github.## To start the local server
```
bundle exec jekyll serve --config _config_local.yml
```Browse to http://localhost:4000