Skip to content

cbelena/cbelena.es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbelena.es

Personal website of Carlos Beleña, powered by Hugo and Congo theme.

Deployment

To live testing on local network (default port: 1313):

hugo server --bind "0.0.0.0"

And to build/publish:

hugo --minify

Remember that running hugo does not remove generated files before building.

That's it! 🎉

Updates

Hugo

To update Hugo, download latest release from here and install it like any other package.

Theme

To update Congo theme to latest version:

git submodule update --remote --merge

Once the submodule has been updated, rebuild with hugo and check everything works as expected.