Software Alternatives & Reviews

How to Build a Personal Website Using GitHub Pages and Hugo?

Hugo Git GitHub
  1. 1
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source
    Generate pages locally. The popular static site generators (or frameworks) are JekyII, Hugo, Hexo, etc. Here we’ll use Hugo as an example. Many people (including me) like Hugo because it’s super fast to build a site.

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

  2. 2

    Git

    Git is a free and open source version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and lightweight with lighting fast performance that outclasses competitors.
    Pricing:
    • Open Source
    Install Git . We will use Git Command to generate website, connect to GitHub and push web pages to it.

    #Git #Git Tools #Code Collaboration 214 social mentions

  3. 3
    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
    Log in GitHub and create a public repository named YourGitHubName.github.io, this is where you’re going to store your web pages on GitHub so that others can view your site. Here please make sure YourGitHubName is the same as your GitHub username.

    #Code Collaboration #Git #Version Control 2035 social mentions

Discuss: How to Build a Personal Website Using GitHub Pages and Hugo?

Log in or Post with