Learn it my way
This is the source code for my website. Hugo is used as a static site generator and it is hosted by Netlify. The layout and styles originate from the Ananke theme.
Have a look at How I release updates to my personal website for more information on the tools, processes and practices I use for releasing updates to this website.
Content License
Software License
Disclaimers
- Licenses for Software that has been dealt in can be found in the Licenses directory
- TWITTER, TWEET, RETWEET and the Twitter logo are trademarks of Twitter, Inc. or its affiliates.
Local development
npm install
make start
Useful commands
- Add new post:
hugo new post/my-first-post.md
- Minify all images:
make imagemin
Deployment
The preview branch can be used for previewing changes before going live. Otherwise the main branch goes straight to prod
Backups
Articles that have been published externally are found on the backup
branch