Skip to content

GabLeRoux/gableroux.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Hi,
Welcome to the source code of my personal website ✌️.

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, fork this repo and do whatever you want 🎉.

Running this website locally

  • Create a new page:
hugo new section_name/filename
  • Build a site to the ./public/ directory:
hugo
  • Build a site including pages that are marked as a "draft":
hugo --buildDrafts
  • Build a site to a given directory:
hugo --destination path/to/destination
  • Build a site, start up a webserver to serve it, and automatically reload when pages are edited:
hugo server

Contributing

wubba lubba dub dub!

Found a typo? a broken link? Open an issue or send me a pull-request! 🚀

License

MIT © Gabriel Le Breton