All Projects → apvarun → showfolio-hugo-theme

apvarun / showfolio-hugo-theme

Licence: MIT license
Modern portfolio theme for your Hugo site

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to showfolio-hugo-theme

Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+2046.43%)
Mutual labels:  hugo-theme, portfolio, hugo
yourfolio
⭐ Super simple and responsive theme for your personal website on Hugo
Stars: ✭ 28 (-50%)
Mutual labels:  hugo-theme, portfolio, hugo
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-75%)
Mutual labels:  hugo-theme, portfolio, hugo
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+317.86%)
Mutual labels:  hugo-theme, portfolio, hugo
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+119.64%)
Mutual labels:  hugo-theme, portfolio, hugo
Hugo Uilite
Stars: ✭ 79 (+41.07%)
Mutual labels:  hugo-theme, portfolio, hugo
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (-23.21%)
Mutual labels:  hugo-theme, portfolio, hugo
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+155.36%)
Mutual labels:  hugo-theme, portfolio, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+194.64%)
Mutual labels:  hugo-theme, portfolio, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+51.79%)
Mutual labels:  hugo-theme, portfolio, hugo
capsule
A Hugo theme based on the CSS-only Bulma framework.
Stars: ✭ 20 (-64.29%)
Mutual labels:  hugo-theme, hugo
basics
Hugo theme. Now available from official hugo theme site!
Stars: ✭ 49 (-12.5%)
Mutual labels:  hugo-theme, hugo
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-71.43%)
Mutual labels:  hugo-theme, hugo
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (+0%)
Mutual labels:  hugo-theme, hugo
slate
a single-page speed-dial theme for Hugo
Stars: ✭ 140 (+150%)
Mutual labels:  hugo-theme, hugo
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-42.86%)
Mutual labels:  hugo-theme, hugo
hugo-alageek-theme
A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.
Stars: ✭ 57 (+1.79%)
Mutual labels:  hugo-theme, hugo
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+62.5%)
Mutual labels:  hugo-theme, hugo
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+137.5%)
Mutual labels:  hugo-theme, hugo
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-10.71%)
Mutual labels:  hugo-theme, hugo

ShowFolio theme for Hugo

Latest Release ShowFolio hugo theme Hugo generator

ShowFolio is a modern portfolio theme for your Hugo site.

Preview

Features:

  • Responsive content
  • Codepen Embeds
  • Blog
  • Social links
  • Dark mode

➡️ DEMO

Get the theme

Minimum Hugo Version: 0.69.0

Run from the root of your Hugo site:

git clone https://github.com/apvarun/showfolio-hugo-theme.git themes/showfolio

Alternatively, you can include this repository as a git submodule. This makes it easier to update this theme if you have your Hugo site in git as well:

git submodule add https://github.com/apvarun/showfolio-hugo-theme.git themes/showfolio

Setting up the theme

  • Install postcss-cli globally using npm install -g postcss-cli
  • Copy package.json to the root folder of your website and run npm install
  • Finally run hugo serve

Preview the theme

ShowFolio theme ships with an fully configured example site. For a quick preview:

cd themes/showfolio/exampleSite/
hugo serve --themesDir ../..

Then visit http://localhost:1313/ in your browser to view the example site.

Configuring theme to a hugo website

  1. Copy package.json and package-lock.json to the root folder of your the website
  2. Run npm install to install required packages for theme
  3. Run npm i -g postcss-cli to use PostCSS with Hugo build
  4. Set theme = 'showfolio' in config.toml
  5. Run npm start to start your local server

Make sure to commit the above changes to your repository.

When deploying to services like Netlify or Vercel, use the following command for building your site:

npm i && hugo -D --gc

Add content

The following explains how to add content to your Hugo site. You can find sample content in the exampleSite/ folder.

Structure:

.
├── ...
├── blog       # Blog Section
│   ├── post1   # Post 1
│   ├── post2   # Post 2
│   └── _index     
└── ...

Configure your site

From exampleSite/, copy config.toml to the root folder of your Hugo site and change the fields as you like. Helpful comments are provided.

Menu

Menu in ShowFolio theme is pre-set to have blog and about pages.

Google Analytics

Set googleAnalytics in config.toml to activate Hugo's internal Google Analytics template.

Issues

If you have a question, please open an issue for help and to help those who come after you. The more information you can provide, the better!

Contributing

Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Licensed under MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].