Skip to content
forked from smrpb/s

A project for making a blog website attaching about me, contacts, live-map location-services, send a message, all certificates, fetching all current activities on GitHub for opensource contributions. It is a fully customizable website also.

License

Notifications You must be signed in to change notification settings

SamirPaul1/blog

 
 

Repository files navigation

SamirPaul1/blog Deploy Hugo site to Pages

Live Demo:
👉 https://samirpaul1.github.io/blog

Created using Hugo and PaperMod.

Steps:

  1. Install Hugo choco install hugo-extended -confirm.
  2. Make new post hugo new posts/name-of-post.md.
  3. Run hugo to build static codes inside public directory for deploying on Netlify/Vercel.
  4. Run hugo server to preview the site.
  5. Use GitHub Actions to deploy on GitHub Pages.
  6. Update theme: Change SamirPaulb/hugo-PaperMod -> delete themes/PaperMod directory -> run git clone https://github.com/SamirPaulb/hugo-PaperMod themes/PaperMod --depth=1

More instructions:

  1. https://github.com/SamirPaulb/hugo-PaperMod
  2. Theme Basic Documentation
  3. Theme Content Documentation
  4. For local development first install Chocolatey as administrator then install hugo choco install hugo-extended -confirm.
  5. For deploying on Vercel add environment variable 0.92.0 read more.
  6. Use GitHub Actions for deploying on GitHub Pages.
  7. For deploying on Netlify add netlify.toml and in config.toml give baseURL to Netlify domain.
  8. Store resources in the /static/assets directory and refer it by /assets/File_Name.
  9. To deploy on Netlify/Vercel change the baseURL of config.toml to Netlify domain.

About

A project for making a blog website attaching about me, contacts, live-map location-services, send a message, all certificates, fetching all current activities on GitHub for opensource contributions. It is a fully customizable website also.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%