Skip to content

A blog focused on computer science and applications made with the use of Hugo

License

Notifications You must be signed in to change notification settings

AumPauskar/blog

Repository files navigation

Aum's blog

A blogging site made with Hugo using papermod theme. Contains all the technical stuff I have learned over the years, some of my projects and some of my thoughts.

Basic setup

  1. Install hugo
    • Debian based OS (PopOS, Ubuntu, Linux Mint)
      sudo apt install hugo
      However this may give an outdated version of Hugo so may not be compatable with some themes within the hugo themes community, installing with snap would likely give a newer version to install.
      sudo snap install hugo
    • RHEL and Fedora
      sudo dnf install hugo
      
    • Arch linux
      sudo pacman -S hugo
      

References

If you want to create a similar blog, you can follow the following links:

My links

About

A blog focused on computer science and applications made with the use of Hugo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages