• Stars
    star
    395
  • Rank 106,711 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Port of the creative portfolio theme to Hugo

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.

More Repositories

1

hugo-shopping-product-catalogue-simple

Hugo theme for shopping product catalogue
HTML
55
star
2

shopify-csv-download

Download a shopify site in a csv format that the shopify importer understands
Go
51
star
3

rdapp

rdapp - Redshift Data API Postgres Proxy
Go
8
star
4

dynamodb-backup-restore

A no sweat backup and restore tool for dynamodb
Go
5
star
5

youtube-mp3-downloader

Downloads list of youtube urls as mp3
5
star
6

setup-python-amazon-linux

setup-python action for amazon linux self hosted runners
Shell
5
star
7

tf-import-gen

Tool to generate terraform import statements to simplify state migrations from one terraform code base to another
Go
5
star
8

randomtext

Command line random text generator
Go
4
star
9

collected_ransom

A Twitter bot that tweets about #WannaCry ransom collections as and when it happens from across the globe
Java
4
star
10

crudspring

a basic crud api using springboot and query dsl
Java
3
star
11

dropwizard-gradle

Minimal example of getting Dropwizard going with Gradle.
Java
3
star
12

kishaningithub.github.io

My place in the web
HTML
2
star
13

kafka-console-avro-without-schema-registry

Tail kafka avro topic data without confluent schema registry overhead
Go
2
star
14

cowin-vaccine-alerter

This project is a telegram bot which alerts subscribers when vaccination slot is available.
Shell
2
star
15

setup-tf-summarize

Github action to install tf-summarize
JavaScript
2
star
16

terralens

See your Terraform state world with clarity and precision - TerraLens, your visual command center for infrastructure insight!
Go
2
star
17

ProjectEuler_HackerRank

My solutions to project euler problems on hacker rank
Scala
1
star
18

dynamodb-clone

Clone dynamodb table to local
Shell
1
star
19

FileSearcher

Ultra fast cross platform grep
Java
1
star
20

Prime

Open prime nos database
Java
1
star
21

fibs

Endless stream of fibonacci numbers in your console
Python
1
star
22

RealTimeRanking

Objective-C
1
star
23

infinitestreams

Implementation of infinite sequences as REST services.
Java
1
star
24

python-exps

My experiments for learning python 3
Python
1
star
25

autoscroll.js

Auto Scroller for use in infinite scroll testing
JavaScript
1
star
26

Java-script-basics

develop my javascript skills
HTML
1
star
27

HomeAccount-Maintenance

This project is about managing daily home accounts. Helpful for everyone who wants to track their expense and incomes
Java
1
star
28

aws-s3-resumable-upload

Resilent file upload utilitity for AWS S3
Go
1
star
29

VMS

A vehicle management system
JavaScript
1
star