Skip to content

rajpoudyal/rajpoudyal.github.io

 
 

Repository files navigation

Usage

Please make sure you have install the build tools prior to using this template.

Server

1. Install dependencies

$ npm i

Generally, this step only needs to be performed once for each local project.

2. Start server

$ hugo server

Upgrade theme

$ hugo mod get -u
$ hugo mod npm pack
$ npm i
$ git add go.mod go.sum
$ git commit -m 'Update the theme'

Deployment

Please make sure you've change the baseURL on /config/production/config.toml before deploying your site.

This template supports Netlify out-of-box. You could find more deployment methods on Hosting & Deployment.

References

Releases

No releases published

Packages

No packages published