Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshampaakter <shampa.themefisher@gmail.com>2021-09-07 07:41:05 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-07 07:41:05 +0300
commit5316d8918c9cdae1ab89e75a9eb61cbe3b3c97b6 (patch)
treeeb16f335154f228c12d25f304645c2d8ec86188c
parent7269cbc5c624c8a9a4d38ec31c19e556cc780754 (diff)
added netlify.toml, updated theme.toml and README.md file
-rw-r--r--README.md148
-rw-r--r--exampleSite/netlify.toml16
-rw-r--r--theme.toml1
3 files changed, 105 insertions, 60 deletions
diff --git a/README.md b/README.md
index 52bad03..0f9f908 100644
--- a/README.md
+++ b/README.md
@@ -1,95 +1,123 @@
-# Easy Setup (Hugo + Netlify + Forestry)
-Build your website with kross hugo theme by following this easy steps (No Coding Required)
+<h1 align=center>Kross Hugo | <a target="_blank" href="https://demo.gethugothemes.com/kross" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Fkross%2F">Page Speed (82%)</a></h1>
-<a href="http://bit.ly/meghna-hugo-installation" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/70844354-4028be00-1e6a-11ea-8d84-02e9a25e7db8.png"></a>
+<p align=center>
+ <a href="https://github.com/gohugoio/hugo/releases/tag/v0.64.0" alt="Contributors">
+ <img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.64.0&color=f00&logo=hugo" />
+ </a>
-In this tutorial we will show you to make your website live without buying any hosting and touching a single line of code. We made this tutorial based on [meghna hugo](https://github.com/themefisher/meghna-hugo) but you can setup everything like this.
+ <a href="https://github.com/themefisher/kross-hugo/blob/master/LICENSE">
+ <img src="https://img.shields.io/github/license/themefisher/kross-hugo" alt="license"></a>
-### What you need !!
+ <img src="https://img.shields.io/github/languages/code-size/themefisher/kross-hugo" alt="code size">
-1. Git account (Ex: Github, Gitlab etc ) . In our case we use github.
-2. [Netlify](https://bit.ly/netlify-account) account to host files and add custom domain .
-3. [Forestry](https://bit.ly/forestry-account) account to maintain whole project without code.
+ <a href="https://github.com/themefisher/kross-hugo/graphs/contributors">
+ <img src="https://img.shields.io/github/contributors/themefisher/kross-hugo" alt="contributors"></a>
+ <a href="https://twitter.com/intent/follow?screen_name=gethugothemes">
+ <img src="https://img.shields.io/twitter/follow/gethugothemes?style=social&logo=twitter"
+ alt="follow on Twitter"></a>
+</p>
-### Step 1 : Fork or Clone repository
+---
-First we will fork this [kross hugo](https://github.com/themefisher/kross-hugo) template.
+<p align="center">
-### Step 2 : Add your repository in Forestry
+![kross](images/tn.png)
+</p>
-Go to your [forestry](https://bit.ly/forestry-account) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings .
+---
+## Features
+- Google analytics support
+- CSS and JS bundle with hugo pipe
+- Netlify settings predefine
+- Forestry cms pre-configured
+- Contact form Support
+- GDPR consent enable
+- Google map support
+- Google page speed optimized ( 82% )
+- Open graph meta tag
+- Twitter card meta tag
-**Or just click this button for one click installation** [![import to forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/kross-hugo&engine=hugo&version=0.60.1&config=exampleSite)
-Now mark everything as done, then go to configuration to change the base url . You can put any url but this have to similar as netlify . So for now put a name which you are going to put in netlify as netlify subdomain.
+## Local development
-### Step 3 : Setup and host website with Netlify
+```bash
+# clone the repository
+git clone git@github.com:themefisher/kross-hugo.git
-Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `kross hugo` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdomain name here what you put on forestry as base url. save it and go to `deploy` from top menu, Wait a while and click on `site preview` or just simply go to the subdomain you put as base url. **BOOM! Your site is live.** Now you can go to forestry and add, remove or customize every setting and content.
-
-> If you face any issue regarding the installation feel free to onen [open a new issue](https://github.com/themefisher/kross-hugo/issues)
-
-
-## Table of Contents
-
-- [Demo](#demo)
-- [Quick Start](#quick-start)
-- [Installation](#installation)
-- [Reporting Issues](#reporting-issues)
-- [Technical Support or Questions](#technical-support-or-questions-(paid))
-- [Licensing](#licensing)
-- [More Hugo Themes](https://themefisher.com/hugo-themes/)
-
-## Demo
+# cd in the project directory
+$ cd kross-hugo/exampleSite/
-| Homepage | About | Blog | Portfolio | Contact |
-|---|---|---|---|---|
-| ![Homepage](https://user-images.githubusercontent.com/37659754/58154295-1a9c5300-7c93-11e9-992c-ad8d2ff8d99f.png) | ![About](https://user-images.githubusercontent.com/37659754/58154317-28ea6f00-7c93-11e9-914b-b7e5f1cdab0e.png) | ![Blog](https://user-images.githubusercontent.com/37659754/58154339-369ff480-7c93-11e9-9568-53b7ebdc6b2d.png) | ![portfolio](https://user-images.githubusercontent.com/37659754/58154368-491a2e00-7c93-11e9-8900-f5a6abe0a61d.png) | ![contact](https://user-images.githubusercontent.com/37659754/58154403-57684a00-7c93-11e9-9cea-ea28253a6f6a.png) |
+# Start local dev server
+$ hugo server --themesDir ../..
+```
+Or Check out [Full Documentation](https://docs.gethugothemes.com/kross/?ref=github).
-**The images are only for demonstration purpose, Please don't use those images.**
+## Content Management System
-[Live Preview](http://demo.gethugothemes.com/kross/).
+[![import to
+Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/kross-hugo&engine=hugo&version=0.87.0)
-## Quick Start
-Quick start options:
+This project has been pre-configured to work with [Forestry](https://forestry.io) a git-based CMS, [import your
+repository in Forestry](https://app.forestry.io/quick-start?repo=themefisher/kross-hugo&engine=hugo&version=0.87.0) and
+you will be able to edit and preview your site ✨.
-- Clone the repo: `git clone https://github.com/themefisher/kross-hugo.git`.
-- [Download from Github](https://github.com/themefisher/kross-hugo/archive/master.zip).
-- [Download from themefisher website](https://themefisher.com/products/kross-creative-portfolio-template).
+Any changes you make in Forestry will be committed back to the repo and deployed if you use [Netlify](#netlify).
+## Deployment and hosting
-## Installation
-At the top we have shown an easy hugo installation. but still if you think you want to go with the traditional way then use the following commands:
+[![Deploy to
+Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/themefisher/kross-hugo)
-```
-$ git clone git@github.com:themefisher/kross-hugo.git
-$ cd kross-hugo/exampleSite/
-$ hugo server --themesDir ../..
-```
-Or Check out [Full Documentation](https://docs.gethugothemes.com/kross/?ref=github).
+Follow the steps.
+## Prefer a video? (Hugo + Netlify + Forestry)
+Build your website with **Kross Hugo** theme by following these easy steps (No Coding Required!)
+[Video Tutorial](https://youtu.be/ResipmZmpDU).
+<!-- reporting issue -->
## Reporting Issues
+We use GitHub Issues as the official bug tracker for the kross Template. Please Search [existing
+issues](https://github.com/themefisher/kross-hugo/issues). Someone may have already reported the same problem.
+If your problem or idea has not been addressed yet, feel free to [open a new
+issue](https://github.com/themefisher/kross-hugo/issues).
-We use GitHub Issues as the official bug tracker for the **Kross Theme**. Please Search [existing issues](https://github.com/themefisher/kross-hugo/issues). It’s possible someone has already reported the same problem.
-If your problem or idea is not addressed yet, [open a new issue](https://github.com/themefisher/kross-hugo/issues/new)
-
-## Technical Support or Questions (Paid)
+## Kross Hugo Powered Websites
+- https://adwinronaldross.com/
+- https://alessandropomponio.me/
+- https://www.yogagardenoregon.com/
+- https://www.bryture.com/
+- https://www.olenaspektor.com/
-If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
-## Licensing
+View all the websites powered by Kross Hugo [here](https://github.com/themefisher/kross-hugo/wiki/Popular-sites-powered-by-Kross-Hugo). Want to submit your own website powered by Kross Hugo? You can submit it [here](https://github.com/themefisher/kross-hugo/discussions/44).
-Copyright &copy; 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)
+<!-- licence -->
+## License
+Copyright &copy; Designed by [Themefisher](https://themefisher.com) & Developed by
+[Gethugothemes](https://gethugothemes.com)
**Code License:** Released under the [MIT](https://github.com/themefisher/kross-hugo/blob/master/LICENSE) license.
-**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.
+**Image license:** The images are only for demonstration purposes. They have their licenses. We don't have permission to
+share those images.
+<!-- resources -->
+## Special Thanks
+- [Bootstrap](https://getbootstrap.com)
+- [Jquery](https://jquery.com)
+- [Themify Icons](https://themify.me/themify-icons)
+- [Slick Slider](https://kenwheeler.github.io/slick/)
+- [Shuffle](https://vestride.github.io/Shuffle/)
+- [Google Fonts](https://fonts.google.com/)
+- [All Contributors](https://github.com/themefisher/kross-hugo/graphs/contributors)
-## Premium Themes
+## Hire Us
+We are available for **Hiring** for your next HUGO project. Please, check our
+[services](https://cutt.ly/ght-service)
-| [![Mega-Bundle-HUGO](https://gethugothemes.com/wp-content/uploads/edd/2019/09/Mega-Bundle-HUGO.png)](https://themefisher.com/products/hugo-mega-bundle/) | [![Phantop](https://gethugothemes.com/wp-content/uploads/edd/2019/06/Phantom.jpg)](https://gethugothemes.com/products/phantom-hugo-theme/) | [![redlab](https://gethugothemes.com/wp-content/uploads/edd/2019/09/redlab-hugo-thumbnail.jpg)](https://gethugothemes.com/products/redlab-hugo/) |
+<!-- premium themes -->
+## Premium Themes By Us
+| [![Mega-Bundle-HUGO](https://demo.gethugothemes.com/thumbnails/bundle.webp)](https://gethugothemes.com/bundle) | [![Reader](https://demo.gethugothemes.com/thumbnails/reader.webp)](https://gethugothemes.com/products/reader/) | [![thomson](https://demo.gethugothemes.com/thumbnails/thomson.webp)](https://gethugothemes.com/products/thomson/) |
|:---:|:---:|:---:|
-| **Hugo Mega Bundle** | **Phantom** | **Red Lab** |
+| **Premium Theme Bundle (40+)** | **Reader** | **Thomson** | \ No newline at end of file
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..df77e54
--- /dev/null
+++ b/exampleSite/netlify.toml
@@ -0,0 +1,16 @@
+[build]
+ publish = "public"
+ command = "hugo --minify --gc"
+
+[build.environment]
+ HUGO_VERSION = "0.87.0"
+ HUGO_BASEURL = "/"
+
+[[headers]]
+ for = "/*" # This defines which paths this specific [[headers]] block will cover.
+
+[headers.values]
+ X-Frame-Options = "DENY"
+ X-XSS-Protection = "1; mode=block"
+ Referrer-Policy = "same-origin"
+ Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 9d53e6c..167e2ed 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@ license = "MIT"
licenselink = "https://github.com/themefisher/kross-hugo/blob/master/LICENSE"
description = "Hugo port of the Themefisher’s Kross Template"
homepage = "https://gethugothemes.com/products/kross-hugo-theme/"
+demosite = "https://demo.gethugothemes.com/kross/"
tags = ['landing-page', 'fast', 'light', 'white', 'modern', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'creative', 'contact-form', 'custom-themes', 'mobile', 'minimalistic', 'pages', 'resume', 'portfolio', 'google analytics', 'customizable', 'flexbox', 'presentation', 'product', 'theme', 'typography', 'gethugothemes']
features = ['bootstrap','responsive']
min_version = "0.64.0"