Giter VIP home page Giter VIP logo

exploring-hugo's Introduction

A BASIC BLOG USING HUGO


Materials

Settingup hugo

Creating a project

To create a project

  • open terminal and use the command

      hugo new site projectname
    

Running a hugo server

  • after creating a hugo site locate the file by "cd filename"

    And use the command

      hugo server
    
  • Now since the server is running we can see a blank page.

use a template

  • Select a template from Hugo template

  • after selecting go to themes by

      cd themes
    
  • Clone the repo using

      git clone ""
    

    For example the theme i have use here is soho

    To clone the theme

      git clone https://github.com/alexandrevicenzi/soho.git
    

Editing the template

Now for configuring the theme

  • go to config.toml and add

    theme="theme_name"
    

create a post

To create a post

hugo new post/post_name

exploring-hugo's People

Contributors

kiranmurali93 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.