Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.18 KB

ReadMe.md

File metadata and controls

51 lines (32 loc) · 1.18 KB

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