Skip to content

vullankib/bvull_hugo

 
 

Repository files navigation

Personal - Website

Netlify Status

https://primative.net

This is my personal website. It was made using Hugo.

Build

npm run build

This will run webpack to build the CSS and Javascript, and hugo to generate the site.

Serve

npm run serve

This will do the same as npm run build, and run Hugo's built-in web server.

Watch

npm run watch

Prod

npm run prod

Used by Netlify. It does the same thing as the build task and minifies assets.

This will do the same as npm run serve and monitor changes for any .scss or .js file, thus rebuilding the site on any change.

Commit emojis

Short-code Emoji Meaning
:wrench: 🔧 Change configuration
:bug: 🐛 Fix bug
:sparkles: New feature
:art: 🎨 Clean code
:pencil2: ✏️ Add text / write blog post
:memo: 📝 Documentation related
:iphone: 📱 Responsive design work
:lipstick: 💄 Updating UI and style files
:mag: 🔍 Improve SEO

About

This is my personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • HTML 42.2%
  • JavaScript 14.4%