Skip to content

tedmdelacruz/tedmdelacruz.github.io

Repository files navigation

Development

Start the development server at http://localhost:1313

hugo server

Create a new post

hugo new posts/your-page-name.md

Push to master and deploy to Github pages

git push origin master

Note: no need to build in local, GitHub actions already handle that

Updating the custom Hugo theme

Add upstream (original Tale theme repository)

git remote add upstream https://github.com/EmielH/tale-hugo.git

Navigate to the theme in local and fetch any updates from upstream

cd /path/to/tale
git fetch upstream
git merge upstream/master

Let the static site know that there are changes to the theme

cd /path/to/static-site
cd themes/tale
git pull origin master
cd /path/to/static-site
git commit ...

Adding custom CSS without editing the theme

To add any custom CSS, edit the static/styles.css styesheet

About

Static site generated using Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors