All Projects → apvarun → showcase-hugo-theme

apvarun / showcase-hugo-theme

Licence: MIT license
Showcase is a minimal, single page theme for Hugo

Programming Languages

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

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

Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+1440.74%)
Mutual labels:  hugo-theme, minimal, hugo
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (+218.52%)
Mutual labels:  minimal, hugo, showcase
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+164.81%)
Mutual labels:  hugo-theme, minimal, hugo
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+68.52%)
Mutual labels:  hugo-theme, minimal, hugo
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (+168.52%)
Mutual labels:  hugo-theme, minimal, hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-55.56%)
Mutual labels:  hugo-theme, hugo
distillpub
Hugo Theme for Distill
Stars: ✭ 31 (-42.59%)
Mutual labels:  hugo-theme, hugo
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+24.07%)
Mutual labels:  hugo-theme, hugo
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-7.41%)
Mutual labels:  hugo-theme, hugo
Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (+301.85%)
Mutual labels:  hugo-theme, hugo
hugo-kiera
Kiera - A Hugo Theme for writing
Stars: ✭ 61 (+12.96%)
Mutual labels:  hugo-theme, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+57.41%)
Mutual labels:  hugo-theme, hugo
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+87.04%)
Mutual labels:  hugo-theme, hugo
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+342.59%)
Mutual labels:  hugo-theme, hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-5.56%)
Mutual labels:  hugo-theme, hugo
Hugo Future Imperfect Slim
Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
Stars: ✭ 233 (+331.48%)
Mutual labels:  hugo-theme, hugo
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+5.56%)
Mutual labels:  hugo-theme, hugo
hugo-alabaster-theme
A documentation theme ported from Sphinx to Hugo
Stars: ✭ 73 (+35.19%)
Mutual labels:  hugo-theme, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+205.56%)
Mutual labels:  hugo-theme, hugo
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-50%)
Mutual labels:  hugo-theme, hugo

Showcase theme for Hugo

Latest Release Showcase hugo theme Hugo generator

Showcase is a minimal, single page theme for Hugo

Preview

Preview Dark

Features:

  • Auto-generated menu
  • Responsive content
  • Filtering content
  • Social links
  • Custom menu
  • Darkmode

Get the theme

Run from the root of your Hugo site:

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

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/showcase-hugo-theme.git themes/showcase

Preview the theme with example content

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

Copy the package.json file from themes/showcase folder to your hugo website root folder, and run npm install.

cd themes/showcase/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 = 'showcase' 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

Migrating to v1.3.0

Minimum Hugo Version: 0.69.0

  • Copy the package.json file from themes/showcase folder to your hugo website root folder, and run npm install.

Add content

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

Structure:

.
├── ...
├── projects       # Section Name
│   ├── project1   # Project 1
│   ├── project2   # Project 2
│   └── _index     # (optional) Customize section name &
│                  # default image for section contents
└── ...

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 Showcase theme is auto-generated from the sections inside your content folder.

Exclude Sections from Menu

It is possible to exclude sections from the auto-generated list. In order to exclude a section, create an _index.md file in that section and set the property private to true. Refer example index file.

Custom Menu

You can also add a custom menu item using the config.toml and disable auto-generated sections if not required. Refer config in exampleSite

Dark mode

In order to enable darkmode toggle in your side, set the params.darkMode property to true in your config.toml.

Google Analytics

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

Used By

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

Acknowledgements

Madhu Akula

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].