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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshampaakter <shampa.themefisher@gmail.com>2021-09-06 14:44:59 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-06 14:44:59 +0300
commit5db0001a43d188ae67a6062b26b1327395a1a656 (patch)
tree8f0079642b581e98a81e5cad2285c47da61ee57d
parente083698f850d4c8786e89c5281487b4d1ca65ac2 (diff)
added netlify.toml file, updated theme.toml, license and README.md file
-rw-r--r--LICENSE2
-rw-r--r--README.md149
-rw-r--r--exampleSite/netlify.toml16
-rw-r--r--theme.toml1
4 files changed, 113 insertions, 55 deletions
diff --git a/LICENSE b/LICENSE
index bb38117..2fada19 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2020 themefisher
+Copyright (c) 2021 themefisher
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
diff --git a/README.md b/README.md
index d1b45d3..d1cf4d4 100644
--- a/README.md
+++ b/README.md
@@ -1,85 +1,126 @@
-# Easy Setup (Hugo + Netlify + Forestry)
-Build your website with bigspring theme by following this easy steps (No Coding Required)
+<h1 align=center>Bigspring Hugo | <a target="_blank" href="https://demo.gethugothemes.com/bigspring" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Fbigspring%2F">Page Speed (91%)</a></h1>
-_Checkout this video tutorial_
-<a href="https://youtu.be/ResipmZmpDU" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/103056582-88270880-45c7-11eb-9124-ab17bae951ec.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 everithing like this.
+ <a href="https://github.com/themefisher/bigspring-hugo/blob/master/LICENSE">
+ <img src="https://img.shields.io/github/license/themefisher/bigspring-hugo" alt="license"></a>
-### What you need !!
+ <img src="https://img.shields.io/github/languages/code-size/themefisher/bigspring-hugo" alt="code size">
-1. Git acccount (Ex: Github, Gitlab etc ) . In our case we use github.
-2. [Netlify](https://netlify.app/) account to host files and add custom domain .
-3. [Forestry](https://forestry.io) account to maintain whole project without code.
+ <a href="https://github.com/themefisher/bigspring-hugo/graphs/contributors">
+ <img src="https://img.shields.io/github/contributors/themefisher/bigspring-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 [bigspring](https://github.com/themefisher/bigspring-hugo-startup-theme) template.
+<p align="center">
-### Step 2 : Add your repository in Forestry
+![bigspring](images/tn.png)
+</p>
-Go to your [forestry](https://forestry.io) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings .
+---
+## Features
+- Multiple language support (De, En)
+- Google analytics support
+- CSS and JS bundle with hugo pipe
+- Netlify settings predefine
+- Forestry cms pre-configured
+- Google page speed optimized ( 91% )
+- Color and fonts variable in config file
+- Contact form Support
+- GDPR consent enable
+- 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/bigspring-hugo-startup-theme&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/bigspring-hugo.git
-Here comes the last step . Go to your [netlify](https://netlify.app/) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `bigspring` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdoamin name here what you puted 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 puted as base url. **BOOM! Your site is live.** Now you can go to forestry and add, remove or customize every setting and content.
+# cd in the project directory
+$ cd bigspring-hugo/exampleSite/
-> If you face any issue regarding the installation feel free to onen [open a new issue](https://github.com/themefisher/bigspring-hugo-startup-theme/issues)
+# Start local dev server
+$ hugo server --themesDir ../..
+```
+Or Check out [Full Documentation](https://docs.gethugothemes.com/bigspring/?ref=github).
+## Content Management System
-## Table of Contents
+[![import to
+Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/bigspring-hugo&engine=hugo&version=0.87.0)
-- [Demo](#demo)
-- [Quick Start](#quick-start)
-- [Installation](#installation)
-- [Reporting Issues](#reporting-issues)
-- [Technical Support or Questions](#technical-support-or-questions-(paid))
-- [License](#license)
-- [More Hugo Themes](https://themefisher.com/hugo-themes/)
+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/bigspring-hugo&engine=hugo&version=0.87.0) and
+you will be able to edit and preview your site ✨.
-## Demo
+Any changes you make in Forestry will be committed back to the repo and deployed if you use [Netlify](#netlify).
-[Live Preview](http://demo.gethugothemes.com/bigspring/).
+## Deployment and hosting
-## Quick Start
-Quick start options:
+[![Deploy to
+Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/themefisher/bigspring-hugo)
-- Clone the repo: `git clone https://github.com/themefisher/bigspring-hugo-startup-theme.git`.
-- [Download from Github](https://github.com/themefisher/bigspring-hugo-startup-theme/archive/master.zip).
-- [Download from gethugothemes website](https://gethugothemes.com/products/bigspring/).
+Follow the steps.
-## 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:
-
-```
-$ git clone git@github.com:themefisher/bigspring-hugo-startup-theme.git
-$ cd bigspring/exampleSite/
-$ hugo server --themesDir ../..
-```
-Or Check out [Full Documentation](https://docs.gethugothemes.com/bigspring/?ref=github).
+## Prefer a video? (Hugo + Netlify + Forestry)
+Build your website with **Bigspring 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 Bigspring Template. Please Search [existing
+issues](https://github.com/themefisher/bigspring-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/bigspring-hugo/issues).
+
+## Bigspring Hugo Powered Websites
+- https://atomicreader.com/
+- https://www.basculasmarti.com/
+- https://www.betaclient.ch/
+- https://cliq-inc.com/
+- https://cloudinalconsulting.com/
+- https://devsineurope.com/
+- https://www.mujerestech.com/
+- https://offnote.co/
+
+View all the websites powered by Bigspring Hugo [here](https://github.com/themefisher/bigspring-hugo/wiki/Popular-sites-powered-by-Bigspring-Hugo). Want to submit your own website powered by Bigspring Hugo? You can submit it [here](https://github.com/themefisher/bigspring-hugo/discussions/46).
+
+<!-- licence -->
+## License
+Copyright &copy; Designed by [Themefisher](https://themefisher.com) & Developed by
+[Gethugothemes](https://gethugothemes.com)
-We use GitHub Issues as the official bug tracker for the **bigspringe**. Please Search [existing issues](https://github.com/themefisher/bigspring-hugo-startup-theme/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/bigspring-hugo-startup-theme/issues/new)
-
-## Technical Support or Questions (Paid)
+**Code License:** Released under the [MIT](https://github.com/themefisher/bigspring-hugo/blob/master/LICENSE) license.
-If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
+**Image license:** The images are only for demonstration purposes. They have their licenses. We don't have permission to
+share those images.
-## License
-Copyright &copy; 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)
+<!-- resources -->
+## Special Thanks
+- [Bootstrap](https://getbootstrap.com)
+- [Jquery](https://jquery.com)
+- [Font Awesome Icons](https://fontawesome.com)
+- [Slick Slider](https://kenwheeler.github.io/slick/)
+- [Google Fonts](https://fonts.google.com/)
+- [All Contributors](https://github.com/themefisher/bigspring-hugo/graphs/contributors)
-**Code License:** Released under the [MIT](https://github.com/themefisher/bigspring-hugo-startup-theme/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.
-## 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/) | [![](https://gethugothemes.com/wp-content/uploads/edd/2020/09/Copper-hugo-sass-landingpage.jpg)](https://gethugothemes.com/products/copper/) | [![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) | [![reporter](https://demo.gethugothemes.com/thumbnails/reporter.webp)](https://gethugothemes.com/products/reporter/) | [![agen](https://demo.gethugothemes.com/thumbnails/agen.webp)](https://gethugothemes.com/products/agen/) |
|:---:|:---:|:---:|
-| **Hugo Mega Bundle** | **Copper** | **Red Lab** |
+| **Premium Theme Bundle (40+)** | **Reporter** | **Agen** | \ 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 7f6874b..7324f79 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@ license = "MIT"
licenselink = "https://github.com/themefisher/bigspring-hugo-startup-theme/blob/master/LICENSE"
description = "Bigspring is a web development company Hugo theme. It is very stylish, responsive and ready to use theme. You can use this theme to create your contemporary web design studio, creative agency, advertising firm website. This theme has a very creative and well decorated landing page, Blog page, Contact page, Pricing page and many more."
homepage = "https://gethugothemes.com/products/bigspring/"
+demosite = "https://demo.gethugothemes.com/bigspring/"
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', 'google analytics', 'customizable', 'flexbox', 'presentation', 'product', 'theme', 'typography', 'multilingual', 'gethugothemes']
features = ['bootstrap','responsive']
min_version = "0.64.0"