All Projects → danbarbarito → hugo-deploy

danbarbarito / hugo-deploy

Licence: other
Easily deploy Hugo sites to Github Pages

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to hugo-deploy

Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+10400%)
Mutual labels:  hugo, hugo-site
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (+1290.91%)
Mutual labels:  hugo, hugo-site
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (+636.36%)
Mutual labels:  hugo, hugo-site
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+5981.82%)
Mutual labels:  hugo, hugo-site
Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (+1872.73%)
Mutual labels:  hugo, hugo-site
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (+363.64%)
Mutual labels:  hugo, hugo-site
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (+1127.27%)
Mutual labels:  hugo, hugo-site
Toha
A Hugo theme for personal portfolio
Stars: ✭ 267 (+2327.27%)
Mutual labels:  hugo, hugo-site
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+1800%)
Mutual labels:  hugo, hugo-site
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (+1700%)
Mutual labels:  hugo, hugo-site
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+55290.91%)
Mutual labels:  hugo, hugo-site
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+1372.73%)
Mutual labels:  github-page, deploy
Hugodocs
The source for https://gohugo.io/
Stars: ✭ 637 (+5690.91%)
Mutual labels:  hugo, hugo-site
Hugo Boilerplate
A Hugo boilerplate for building modern websites
Stars: ✭ 58 (+427.27%)
Mutual labels:  hugo, hugo-site
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (+2636.36%)
Mutual labels:  hugo, hugo-site
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (+836.36%)
Mutual labels:  hugo, hugo-site
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (+354.55%)
Mutual labels:  hugo, hugo-site
Meghna Hugo
Meghna Hugo is a responsive one-page business template built with HTML5/CSS3, Hugo, JavaScript, and JQuery. The template is minimalist, lightweight, and fast loading.
Stars: ✭ 253 (+2200%)
Mutual labels:  hugo, hugo-site
Hugs
🤗 A super simple starting point for Hugo websites.
Stars: ✭ 162 (+1372.73%)
Mutual labels:  hugo, hugo-site
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+2072.73%)
Mutual labels:  hugo, hugo-site

hugo-deploy

Easily deploy your Hugo sites to Github Pages


Install

Run: go get github.com/danielbarbarito/hugo-deploy

Project Layout

Your source code for your Hugo project should all be pushed to the source branch. The "public" folder will be pushed to the master branch. To achieve this, do the following:

  • cd to the root of your project
  • echo public/ >> .gitignore
  • git checkout -b source
  • cd public (if theres no public directory, run hugo)
  • git init
  • git remote add origin <location of your hugo project>

Usage

Run hugo-deploy in the root of your Hugo project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].