WeSearch

Automate your Hugo CV deployment with GitHub Actions

·5 min read · 0 reactions · 0 comments · 15 views
#hugo#github#automation#deployment#resume
Automate your Hugo CV deployment with GitHub Actions
⚡ TL;DR · AI summary

The article discusses how to automate the deployment of a Hugo-based CV site using GitHub Actions. It outlines the steps to set up a clean deployment pipeline, allowing users to push changes without manual builds. The author provides insights into managing themes and assets effectively within the Hugo framework.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 473359) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ulrich VACHON Posted on May 17 Automate your Hugo CV deployment with GitHub Actions #hugo #github #resume #career In this article we will see how to automate the build and deployment of a Hugo-based CV site hosted on GitHub Pages. No more running Hugo by hand, just git push and you're done.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)