-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from appernetic/master
remove gitignore
- Loading branch information
Showing
81 changed files
with
17,869 additions
and
1 deletion.
There are no files selected for viewing
Submodule hugo-creative-portfolio-theme
deleted from
5d25fd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.DS_Store | ||
public/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2016 Kishan B | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# Creative portfolio theme for hugo | ||
|
||
[![Join the chat at https://gitter.im/hugo-creative-portfolio-theme/Lobby](https://badges.gitter.im/hugo-creative-portfolio-theme/Lobby.svg)](https://gitter.im/hugo-creative-portfolio-theme/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Buy me a coffee](https://img.shields.io/badge/☕-Buy%20me%20a%20coffee-blue.svg)](https://www.paypal.me/kishansh/5) | ||
|
||
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](https://bootstrapious.com/p/creative-portfolio) for training and fun. It has a very nice landing page, a comments system by Disqus, contact forms by Formspree and Google Analytics. | ||
|
||
![screenshot](https://raw.githubusercontent.com/kishaningithub/hugo-creative-portfolio-theme/master/images/screenshot.png) | ||
|
||
## 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](https://gohugo.io/overview/installing/) of Hugo. | ||
|
||
## Configuration | ||
|
||
After installing the Creative portfolio theme successfully, we recommend you to take a look at the [exampleSite](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/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](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite/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. | ||
|
||
```toml | ||
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](https://disqus.com). If you want to enable comments, create an account in Disqus and write down your shortname. | ||
|
||
```toml | ||
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 ``. | ||
|
||
```toml | ||
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](//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`](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite/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](//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`](http://localhost:1313) in the address bar of your browser. | ||
|
||
## Deployment | ||
- [Deploying to Amazon S3](https://github.com/kishaningithub/hugo-creative-portfolio-theme/wiki/Deploying-to-Amazon-S3) | ||
|
||
## 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](https://github.com/kishaningithub/hugo-creative-portfolio-theme/issues) to let me know. Or make directly a [pull request](https://github.com/kishaningithub/hugo-creative-portfolio-theme/pulls). | ||
|
||
## License | ||
|
||
This port is released under the MIT License. Check the [original theme license](https://bootstrapious.com/p/creative-portfolio) for additional licensing information. | ||
|
||
## Thanks | ||
|
||
Thanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project. And also thanks to [Bootstrapious](http://bootstrapious.com/) for creating this awesome theme. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
+++ | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
draft = true | ||
image = "" | ||
showonlyimage = false | ||
+++ |
55 changes: 55 additions & 0 deletions
55
themes/hugo-creative-portfolio-theme/exampleSite/config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
baseurl = "https://example.org/" | ||
title = "Creative portfolio" | ||
theme = "hugo-creative-portfolio-theme" | ||
languageCode = "en-us" | ||
# Enable comments by entering your Disqus shortname | ||
disqusShortname = "" | ||
# Enable Google Analytics by entering your tracking code | ||
googleAnalytics = "" | ||
|
||
[params] | ||
# Style options: default (pink), blue, green, pink, red, sea, violet | ||
# Use custom.css for your custom styling | ||
style = "default" | ||
description = "Describe your website" | ||
copyright = "©2016 Your name or company" | ||
sidebarAbout = [ | ||
"I am a creative illustrator and graphic designer with more than 10 years of experience.", | ||
"Originally from Toronto, currently based in London." | ||
] | ||
# Contact page | ||
# Since this template is static, the contact form uses www.formspree.io as a | ||
# proxy. The form makes a POST request to their servers to send the actual | ||
# email. Visitors can send up to a 1000 emails each month for free. | ||
# | ||
# What you need to do for the setup? | ||
# | ||
# - set your email address under 'email' below | ||
# - upload the generated site to your server | ||
# - send a dummy email yourself to confirm your account | ||
# - click the confirm link in the email from www.formspree.io | ||
# - you're done. Happy mailing! | ||
email = "[email protected]" | ||
|
||
# Nav links in the side bar | ||
[[params.navlinks]] | ||
name = "Home" | ||
url = "" | ||
|
||
[[params.navlinks]] | ||
name = "About" | ||
url = "about/" | ||
|
||
[[params.navlinks]] | ||
name = "Get in touch" | ||
url = "contact/" | ||
|
||
[params.social] | ||
facebook = "full page or profile url in facebook" | ||
googleplus = "full profile url in googleplus" | ||
email = "[email protected]" | ||
twitter = "full profile url in twitter" | ||
linkedin = "full profile url in linkedin" | ||
stackoverflow = "full profile url in stackoverflow" | ||
instagram = "full profile url in instagram" | ||
github = "full profile url in github" |
21 changes: 21 additions & 0 deletions
21
themes/hugo-creative-portfolio-theme/exampleSite/content/about/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
+++ | ||
date = "2016-11-05T21:05:33+05:30" | ||
title = "About me" | ||
+++ | ||
|
||
An sincerity so extremity he additions. Her yet **there truth merit**. Mrs all projecting favourable now unpleasing. Son law garden chatty temper. Oh children provided to mr elegance marriage strongly. Off can admiration prosperous now devonshire diminution law. | ||
|
||
Received overcame oh sensible so at an. Formed do change merely to county it. **Am separate contempt** domestic to to oh. On relation my so addition branched. Put hearing cottage she norland letters equally prepare too. Replied exposed savings he no viewing as up. Soon body add him hill. No father living really people estate if. Mistake do produce beloved demesne if am pursuit. | ||
|
||
![This is me][1] | ||
|
||
The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
|
||
#### Education | ||
|
||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Aliquam tincidunt mauris eu risus. | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then | ||
|
||
[1]: /img/about.jpg |
10 changes: 10 additions & 0 deletions
10
themes/hugo-creative-portfolio-theme/exampleSite/content/contact/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
date = "2016-11-06T13:00:25+05:30" | ||
title = "Get in touch" | ||
+++ | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then | ||
|
||
Effects present letters inquiry no an removed or friends. Desire behind latter me though in. Supposing shameless am he engrossed up additions. My possible peculiar together to. Desire so better am cannot he up before points. Remember mistaken opinions it pleasure of debating. Court front maids forty if aware their at. Chicken use are pressed removed. | ||
|
||
Able an hope of body. Any nay shyness article matters own removal nothing his forming. Gay own additions education satisfied the perpetual. If he cause manor happy. Without farther she exposed saw man led. Along on happy could cease green oh. |
31 changes: 31 additions & 0 deletions
31
themes/hugo-creative-portfolio-theme/exampleSite/content/portfolio/work1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
showonlyimage = true | ||
draft = false | ||
image = "img/portfolio/a4-paper.jpg" | ||
date = "2016-11-05T18:25:22+05:30" | ||
title = "Name of the work 1" | ||
weight = 0 | ||
+++ | ||
|
||
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life. One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. | ||
<!--more--> | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. | ||
|
||
A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
|
||
1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
2. Aliquam tincidunt mauris eu risus. | ||
|
||
> The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
## Header Level 2 | ||
|
||
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. | ||
|
||
The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
|
||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Aliquam tincidunt mauris eu risus. | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then |
31 changes: 31 additions & 0 deletions
31
themes/hugo-creative-portfolio-theme/exampleSite/content/portfolio/work10.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
draft = false | ||
image = "img/portfolio/trifold.jpg" | ||
showonlyimage = true | ||
date = "2016-11-05T20:22:08+05:30" | ||
title = "Item with image" | ||
weight = 10 | ||
+++ | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
<!--more--> | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. | ||
|
||
A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
|
||
1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
2. Aliquam tincidunt mauris eu risus. | ||
|
||
> The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
## Header Level 2 | ||
|
||
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. | ||
|
||
The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
|
||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Aliquam tincidunt mauris eu risus. | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then |
31 changes: 31 additions & 0 deletions
31
themes/hugo-creative-portfolio-theme/exampleSite/content/portfolio/work11.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
draft = false | ||
image = "img/portfolio/paper-presentation.jpg" | ||
showonlyimage = true | ||
date = "2016-11-05T20:23:59+05:30" | ||
title = "Item with image" | ||
weight = 11 | ||
+++ | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
<!--more--> | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. | ||
|
||
A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
|
||
1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
2. Aliquam tincidunt mauris eu risus. | ||
|
||
> The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
## Header Level 2 | ||
|
||
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. | ||
|
||
The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
|
||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Aliquam tincidunt mauris eu risus. | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then |
31 changes: 31 additions & 0 deletions
31
themes/hugo-creative-portfolio-theme/exampleSite/content/portfolio/work2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
date = "2016-11-05T19:41:01+05:30" | ||
title = "Name of the work 2" | ||
draft = false | ||
image = "img/portfolio/business-card-26.jpg" | ||
showonlyimage = false | ||
weight = 1 | ||
+++ | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. | ||
<!--more--> | ||
|
||
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. | ||
|
||
A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. | ||
|
||
1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
2. Aliquam tincidunt mauris eu risus. | ||
|
||
> The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
## Header Level 2 | ||
|
||
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. | ||
|
||
The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn't listen. She packed her seven versalia, put her initial into the belt and made herself on the way. | ||
|
||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Aliquam tincidunt mauris eu risus. | ||
|
||
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then |
Oops, something went wrong.