Skip to content

logstacklabs/uniport-h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniport-h

Uniport-H v1.0.0

UniPort is a lightweight customizable one-page portfolio theme built for Hugo. The design is partly inspired by Brian Yu's Website

🧐 Features

  • Lightweight
  • Customizable
  • RSS Integration
  • Single Page Layout
  • Google Analytics Support
  • Supports dark & light mode

🚀 Demo

📸 Screenshots

🛠️ Setup

Prerequisites:

  • Git
  • Hugo (minimum v0.148.0)
  1. This theme is available as a template.

    • Click on the Use this template button and then select Create a new repository.
    • Name the new repository with a name of your choice.
    • Clone the repository then modify to your satisfaction.
  2. If you don't want to use the template you can follow the steps below:

    • In your site's root directory run the following commands below
      $ git init
      $ git submodule add https://github.com/msio808/uniport-h.git themes/uniport-h

After completing any of the steps above:

  • In the static/img directory, place your avatar namef avatar.png & logo named brand.png.
  • Move the hugo.toml file from the .idea/ directory to your site's root directory.
  • If you chose option 2 add the theme name in the config.toml file with the following command:
      $ echo "theme = 'uniport-h'" >> hugo.toml
  • To live preview your site
    hugo server
  • To build your hugo site
    hugo

Preview your site at localhost:1313.

To update, run the following commands:

cd themes/uniport-h && git pull origin main && cd ../..
git submodule update --remote --rebase

🍰 Contributing

Contributor Covenant

  • Check out this guide link
  • Also makesure to record your changes in the changelog file.

🛡️ License:

This project is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

🙏 Acknowledgement

About

A simple, lightweight & customizable one-page portfolio theme

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published