Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 880 Bytes

README.MD

File metadata and controls

38 lines (20 loc) · 880 Bytes

CloudClue.blog by Husam Hilal

Operation Commands

  • install Hugo on Windows:

    winget install Hugo.Hugo.Extended --force --scope machine

  • run hugo server in production:

    hugo server -D --disableFastRender --environment production

    hugo server --renderToMemory

  • updating modules:

    hugo mod get -u

  • adding a module:

    hugo mod get github.com/module-provider/modulename

Credit

https://themes.gohugo.io/themes/hugo-theme-tailwind/

https://github.com/tomowang/hugo-theme-tailwind

https://github.com/martignoni/hugo-notice

https://hugomods.com/analytics/microsoft-clarity/

https://tailwindcss.com/docs

Future enhancements