All Projects → kishaningithub → Hugo Creative Portfolio Theme

kishaningithub / Hugo Creative Portfolio Theme

Licence: mit
Port of the creative portfolio theme to Hugo

Projects that are alternatives of or similar to Hugo Creative Portfolio Theme

hugo-theme-mixedpaper
A Hugo theme
Stars: ✭ 17 (-94.53%)
Mutual labels:  hugo-theme, hugo
Blackburn
A Hugo theme built using Yahoo's Pure CSS
Stars: ✭ 279 (-10.29%)
Mutual labels:  hugo, hugo-theme
Binario
Responsive card-based & code-light Hugo theme
Stars: ✭ 79 (-74.6%)
Mutual labels:  hugo-theme, hugo
Kiss
Stupidly simple Hugo blogging theme
Stars: ✭ 260 (-16.4%)
Mutual labels:  hugo, hugo-theme
Doks
Hugo theme helping you build modern documentation websites.
Stars: ✭ 256 (-17.68%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Zozo
🌟 A simple and beautiful theme for Hugo
Stars: ✭ 258 (-17.04%)
Mutual labels:  hugo, hugo-theme
simpleit-hugo-theme
Responsive Hugo theme for hierarchical content websites
Stars: ✭ 16 (-94.86%)
Mutual labels:  hugo-theme, hugo
simple-a
Minimalistic Hugo theme
Stars: ✭ 52 (-83.28%)
Mutual labels:  hugo-theme, hugo
hugo-theme-lean-launch-page
A theme for people creating pre-launch pages for a product or business. Allows you to have a landing page while collecting emails.
Stars: ✭ 26 (-91.64%)
Mutual labels:  hugo-theme, hugo
hugo-lithium
Lithium - A simple responsive Hugo theme
Stars: ✭ 68 (-78.14%)
Mutual labels:  hugo-theme, hugo
hugo-shopping-product-catalogue-simple
Hugo theme for shopping product catalogue
Stars: ✭ 45 (-85.53%)
Mutual labels:  hugo-theme, hugo
Cocoa Hugo Theme
Responsive Hugo blog theme
Stars: ✭ 306 (-1.61%)
Mutual labels:  hugo, hugo-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-81.03%)
Mutual labels:  hugo-theme, hugo
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-93.57%)
Mutual labels:  hugo-theme, hugo
vanilla-bootstrap-hugo-theme
A vanilla Bootstrap theme for Hugo
Stars: ✭ 63 (-79.74%)
Mutual labels:  hugo-theme, hugo
hugo-geekdoc
Hugo theme made for documentation
Stars: ✭ 284 (-8.68%)
Mutual labels:  hugo-theme, hugo
hugo-theme-crisp
A minimalist, responsive, and open-source theme for Hugo ported from Ghost.
Stars: ✭ 35 (-88.75%)
Mutual labels:  hugo-theme, hugo
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-89.07%)
Mutual labels:  hugo-theme, hugo
hugo-apero-docs
Apéro is a Hugo theme for personal websites. This is the documentation site, made with the theme 🍋
Stars: ✭ 56 (-81.99%)
Mutual labels:  hugo-theme, hugo
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (-3.22%)
Mutual labels:  hugo, hugo-theme

Creative portfolio theme for hugo

Build Status Join the chat at https://gitter.im/hugo-creative-portfolio-theme/Lobby Buy me a coffee

Creative portfolio is a clean and elegant template mainly made for designers and creatives but can be easily transformed into a generic website.

This Hugo theme was ported from Bootstrapious for training and fun. It has a very nice landing page, a comments system by Disqus, contact forms by Formspree and Google Analytics.

screenshot

Installation

Go to the directory where you have your Hugo site and run:

mkdir themes
cd themes
git clone https://github.com/kishaningithub/hugo-creative-portfolio-theme.git
rm -rf hugo-creative-portfolio-theme/.git

For more information read the official setup guide of Hugo.

Configuration

After installing the Creative portfolio theme successfully, i recommend you to take a look at the exampleSite directory. You will find a working Hugo site configured with the Creative portfolio theme that you can use as a starting point for your site.

First, let's take a look at the config.toml. It will be useful to learn how to customize your site. Feel free to play around with the settings.

Style

You can change the color of the theme by modifying the following key.

style = "default"

Available options are: default (pink), blue, green, pink, red, sea, violet.

More style customizations?

Create css/custom.css in your <<base dir>>/static folder and add all your custom styling.

Comments

The optional comments system is powered by Disqus. If you want to enable comments, create an account in Disqus and write down your shortname.

disqusShortname = "your-disqus-short-name"

You can disable the comments system by leaving the disqusShortname empty.

Google Analytics

You can optionally enable Google Analytics. Type your tracking code in the ``.

googleAnalytics = "UA-XXXXX-X"

Leave the googleAnalytics key empty to disable it.

Make the contact form working

Since this page will be static, you can use formspree.io as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Begin the setup by following the steps below:

  1. Enter your email address under 'email' in the config.toml
  2. Upload the generated site to your server
  3. Send a dummy email yourself to confirm your account
  4. Click the confirm link in the email from formspree.io
  5. You're done. Happy mailing!

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

hugo server

Now enter localhost:1313 in the address bar of your browser.

Deployment

Base theme version (From bootstrapious)

  • 1.0

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This port is released under the MIT License. Check the original theme license for additional licensing information.

Thanks

Thanks to Steve Francia for creating Hugo and the awesome community around the project. And also thanks to Bootstrapious for creating this awesome theme.

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