Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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