Software Alternatives & Reviews

How I created my Portfolio website using Hugo and GitHub pages?

TortoiseGit GitHub Pages Hugo GitHub
  1. TortoiseGit is an easy to use client for the Git distributed revision control system.
    Pricing:
    • Open Source
    To start with I installed Hugo on my Windows 10 laptop (instructions here), I already had Git Bash installed, but it’s easy to install it from here. You may also choose to use a Git GUI tool like Tortoise Git. Next, I created a new Git repository at my GitHub account with the name [my-github-username].github.io containing just a blank README.md file (note that its necessary to name the repo this way, in order to leverage the GitHub pages feature).

    #Git #Git Tools #Code Collaboration 32 social mentions

  2. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    To start with I installed Hugo on my Windows 10 laptop (instructions here), I already had Git Bash installed, but it’s easy to install it from here. You may also choose to use a Git GUI tool like Tortoise Git. Next, I created a new Git repository at my GitHub account with the name [my-github-username].github.io containing just a blank README.md file (note that its necessary to name the repo this way, in order to leverage the GitHub pages feature).

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  3. 3
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source
    Honestly, you might be coming across umpteenth article on this topic, but I had to jot down my experiments with static website setup. For the uninitiated, apart from being the name of a famous 2011 Martin Scorsese movie, Hugo is also an extremely popular static website generator. Hugo uses data files, configuration, layout templates, static files, and content written in Markdown to render a static website, which means no database, blazing fast site speed and no danger of cross-site scripting and SQL injection attacks.

    #Static Site Generators #Blogging #Blogging Platform 354 social mentions

  4. 4
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    To start with I installed Hugo on my Windows 10 laptop (instructions here), I already had Git Bash installed, but it’s easy to install it from here. You may also choose to use a Git GUI tool like Tortoise Git. Next, I created a new Git repository at my GitHub account with the name [my-github-username].github.io containing just a blank README.md file (note that its necessary to name the repo this way, in order to leverage the GitHub pages feature).

    #Code Collaboration #Git #Version Control 2042 social mentions

Discuss: How I created my Portfolio website using Hugo and GitHub pages?

Log in or Post with