Skip to content

guinuxbr/guinuxbr.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuinuxBR.com

GitHub repo size GitHub contributors GitHub stars GitHub forks Twitter Follow

This repo holds the files of my blog guinuxbr.com.

This blog is built with Hugo, one of the most popular and fast open-source static site generators.

Set up the blog for local development

Requirements

Hugo and Git must be installed and configured.

Clone the repo

git clone [email protected]:guinuxbr/guinuxbr.com.git

Enter the cloned repo

cd guinuxbr.com

Pull the theme files (Git submodule)

git submodule update --init --recursive

When needed, update the theme files (Git submodule)

git submodule update --remote --merge

Start Hugo locally

hugo server -D --bind 0.0.0.0 --baseURL http://<LAN_IP>:1313

This will serve the blog to all LAN addresses, so tests can be made from multiple devices.