Skip to content

unix4fun/hugo-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugo-www

Useful Links:

Markdown examples:

basic formatting :

  • This was mistaken text
  • This text is extremely important

command line:

$ go get github.com/spf13/nitro

footnote

This is a footnote.1

mention

Cat : Fluffy animal everyone likes

Internet : Vector of transmission for pictures of cats

code highlight

func getTrue() bool {
    return true
}

array

Name    | Age
--------|------
Bob     | 27
Alice   | 23

Hugo post:

$ cd hugo-www-repo
$ 
$ hugo new post/this-is-my-new-post.md
$ vim content/post/this-is-my-new-post-md

Do your magic, check the post rendering hugo server locally, if it's all ok. $ hugo

Then push the updated to the github.unix4fun.io repo, you're done.

TODO:

  • shortcodes.
  • more examples of markdown, because i suck.

Footnotes

  1. the footnote text.

About

github.unix4fun.io hugo page!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published