How to hugo

prerequis : - github desktop - hugo

config.toml => need to be modify to change the copyright date

lancer cmd

Go to the folder blog : C:\Users\noyel\Documents\Site\blog>

taper : hugo new post/my-first-post.md

try the web site with : hugo server -D

entrer http://localhost:1313/

generate the web site with : hugo -t “academic” Move the content of the folder C:\Users\noyel\Documents\Site\blog\public

in GitHub\netmemo.github.io lancer github desktop, commit/push to master

To have a file attached for the post, create a directory with the exact same name as the post md file.

The language used to write a blog post is Markdown https://www.markdownguide.org/basic-syntax https://www.tutorialspoint.com/html/html_ascii_codes.htm

Bold and underline **<ins> Cons </ins>**

Related