repejota / repejota.github.io

Source code for repejota.com website based in Hugo.

Home Page:http://repejota.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repejota.github.io

This is the source code for http://repejota.github.io and http://repejota.com.

How to update content

This is a Hugo based site. Check http://gohugo.io for more information.

Run the embebed HTTP dev in developer mode:

$ make dev
Started building sites ...

Built site for language en:
[...]
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

Build the final site and store results in public folder.

$ make
rm -rf public
git clone -b master git@github.com:repejota/repejota.github.io.git public
[...]
hugo
[...]

Clean the results:

$ make clean
rm -rf public

How to deploy the site.

The site is currently deployed to github pages at http://repejota.github.io. Using the master branch. All source code is on the default develop branch.

It also has ensabled the custom domain http://repejota.com.

After building the final site just commit and push changes on the public folder like in a normal repository.

$ cd public
$ make deploy

About

Source code for repejota.com website based in Hugo.

http://repejota.com

License:Apache License 2.0


Languages

Language:HTML 71.6%Language:CSS 22.4%Language:Makefile 6.0%