Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gableroux/gableroux.com

:rocket: GabLeRoux's website
https://github.com/gableroux/gableroux.com

automatic-deployment blog gh-pages hacktoberfest jekyll personal-website travis-ci

Last synced: 2 months ago
JSON representation

:rocket: GabLeRoux's website

Awesome Lists containing this project

README

        

# [gableroux.com](https://gableroux.com)

[![Netlify Status](https://api.netlify.com/api/v1/badges/702fea3c-99fd-415a-a27b-73baca85b9c2/deploy-status)](https://app.netlify.com/sites/gableroux/deploys)

Hi,
Welcome to the source code of my personal website :v:.

## Development

You can edit files in repository directly from github and send PRs if you find typos. If you want to go further, you can install [hugo](https://gohugo.io/), fork this repo and do whatever you want :tada:.

## Running this website locally

- Create a new page:

```bash
hugo new section_name/filename
```

- Build a site to the `./public/` directory:

```bash
hugo
```

- Build a site including pages that are marked as a "draft":

```bash
hugo --buildDrafts
```

- Build a site to a given directory:

```bash
hugo --destination path/to/destination
```

- Build a site, start up a webserver to serve it, and automatically reload when pages are edited:
```bash
hugo server
```

## Contributing

> wubba lubba dub dub!

Found a typo? a broken link? Open [an issue](https://github.com/gableroux/gableroux.github.io/issues) or send me a pull-request! :rocket:

## License

[MIT](LICENSE.md) © [Gabriel Le Breton](https://gableroux.com)