Giter VIP home page Giter VIP logo

hugo-sample-1's Introduction

hugo-sample-1

Checking out Hugo

Pre-requisites: Git installed Github account established Install Powershell 7+ (not sure if necessary)

Install Hugo: (on windows) Run on terminal window: winget install Hugo.Hugo.Extended

Create a new repository on Github and create a develop branch. Clone repository to your computer.

Run in a terminal window: hugo new site quickstart

then copy everything (all the folders and files) from quickstart folder into your cloned repository

Run in a terminal window: git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke

OR

git submodule add https://github.com/manid2/hugo-xterm.git themes/xterm

Add the following at the end of the hugo.toml file: theme = 'ananke'

Run in a terminal window: hugo server

Start browser and type http://localhost:1313/

Press Ctrl+C to stop server

To add a new page to the site run in a terminal window: hugo new posts/my-first-post.md

Add some markdown to the file:

title: "My First Post" date: 2022-11-20T09:03:20-08:00 draft: true


Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!

Run hugo server (allow drafts to be visible)

  • hugo server --buildDrafts OR
  • hugo server -D

Follow instructions here:

https://gohugo.io/hosting-and-deployment/hosting-on-github/

hugo-sample-1's People

Contributors

jenad88 avatar

Watchers

 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.