Explore >> Select a destination


You are here

humberto.io
| | bdadam.com
1.1 parsecs away

Travel
| | Boilerplate code for generating static websites with node.js, GruntJS and Assembe.
| | www.morling.dev
2.7 parsecs away

Travel
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?
| | www.pakstech.com
3.3 parsecs away

Travel
| | In the last post of the series we touched the surface and learned what Hugo is. This time we will dive deeper and actually create our first example site with a ready theme.
| | vickiboykis.com
14.2 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.