Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gableroux/gableroux.com
- Owner: GabLeRoux
- License: mit
- Created: 2017-05-07T19:47:26.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T14:28:46.000Z (about 2 years ago)
- Last Synced: 2024-10-04T21:46:32.807Z (3 months ago)
- Topics: automatic-deployment, blog, gh-pages, hacktoberfest, jekyll, personal-website, travis-ci
- Language: HTML
- Homepage: https://gableroux.com
- Size: 34 MB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.md
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)