Skip to content

lnvn/idishare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite when clone to new folder

$ git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
$ git submodule update --init --recursive

Update submodules

$ git submodule update --remote --merge

Hugo framework command

1. Create new site

$ hugo new site quickstart

2. Add content

$ hugo new content content/posts/my-first-post.md

3. Start Hugo developer server

$ hugo server --config config.yaml

4. Public site / Generate Html code

hugo --config config.yaml

Thanks to

https://app.lottiefiles.com/
https://wall.alphacoders.com/ (for mario picture)

README configuration

**my link**: [link](https://link.com)
searchHidden = true # hide post from search result

About

Sharing knowledge and storing information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages