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

github.com/themefisher/timer-hugo.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 13:59:41 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-06 13:59:41 +0300
commit26f515d9dfcf06c82d8ec282ae4c3f6c6abcfa21 (patch)
treeef7b894c0e20f163bdfdf3d42b173514af045951
parent37f975c2c9d35853e87c33630f3f87cb2100b2d7 (diff)
added netlify.toml, updated theme.toml, licens and readme file
-rw-r--r--LICENSE2
-rw-r--r--README.md132
-rw-r--r--exampleSite/netlify.toml16
-rw-r--r--theme.toml1
4 files changed, 108 insertions, 43 deletions
diff --git a/LICENSE b/LICENSE
index 6c459db..ba3e579 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-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
diff --git a/README.md b/README.md
index a554359..d57606f 100644
--- a/README.md
+++ b/README.md
@@ -1,70 +1,118 @@
-<div align="center">
-<h1><a href="https://themefisher.com/hugo-themes/">Timer Hugo</a></h1>
-<img src="https://user-images.githubusercontent.com/37659754/54080446-1dd1a500-431a-11e9-9bd4-4e19caa198ba.gif" alt="screenshot" width="100%">
-</div>
-Timer is bootstrap based HTML5 responsive multipage agency template built using HTML5/CSS3 features and suitable for creative companies, agencies, and freelancers which need a professional way to showcase their projects, services, and sell their products.
+<h1 align=center>Timer Hugo | <a target="_blank" href="https://demo.gethugothemes.com/timer" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Ftimer%2F">Page Speed (67%)</a></h1>
-Timer has been designed and built with a ‘user first’ approach; Timer offers a beautifully elegant, simple and well-spaced template that follows the principles of design. This flexible template uses fresh and clean design and allows to change it looks to your liking in one click.
+<p align=center>
+ <a href="https://github.com/gohugoio/hugo/releases/tag/v0.60.0" alt="Contributors">
+ <img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.60.0&color=f00&logo=hugo" />
+ </a>
-Timer Hugo is designed by Themefisher team and contributed by <a href="https://github.com/themefisher/timer-hugo/graphs/contributors" target="_blank">these Contributors</a> .
+ <a href="https://github.com/themefisher/timer-hugo/blob/master/LICENSE">
+ <img src="https://img.shields.io/github/license/themefisher/timer-hugo" alt="license"></a>
+ <img src="https://img.shields.io/github/languages/code-size/themefisher/timer-hugo" alt="code size">
-**The images are only for demonstration purpose, Please don't use those images.**
+ <a href="https://github.com/themefisher/timer-hugo/graphs/contributors">
+ <img src="https://img.shields.io/github/contributors/themefisher/timer-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>
-## Table of Contents
+---
-- [Demo](#demo)
-- [Installation](#installation)
-- [Main Features](#main-features)
-- [Reporting Issues](#reporting-issues)
-- [Technical Support or Questions](#technical-support-or-questions-(paid))
-- [Licensing](#licensing)
-- [More Hugo Themes](https://themefisher.com/hugo-themes/)
+<p align="center">
+ <img src="https://user-images.githubusercontent.com/37659754/54080446-1dd1a500-431a-11e9-9bd4-4e19caa198ba.gif" alt="screenshot" width="100%">
+</p>
-## Demo
+---
+## Features
+- Google analytics support
+- Contact form Support
+- Google map support
+- Google page speed optimized ( 67% )
+- Open graph meta tag
+- Twitter card meta tag
-| About | Service | Gallery | Contact |
-|---|---|---|---|
-| ![About page](https://user-images.githubusercontent.com/37659754/54080449-36da5600-431a-11e9-8848-424a385c4ba2.png) | ![Service page](https://user-images.githubusercontent.com/37659754/54080452-380b8300-431a-11e9-8f5f-7ba7fd07a864.png) | ![Gallery page](https://user-images.githubusercontent.com/37659754/54080451-3772ec80-431a-11e9-8b72-4e6c6b8a64a2.png) | ![Contact page](https://user-images.githubusercontent.com/37659754/54080450-36da5600-431a-11e9-90db-0a55971c1fe3.png)
-[Live Demo](https://demo.gethugothemes.com/timer/).
+## Local development
-## Installation
+```bash
+# clone the repository
+git clone git@github.com:themefisher/timer-hugo.git
-Navigate to your themes folder in your Hugo site and use the following commands:
+# cd in the project directory
+$ cd timer-hugo/exampleSite/
-```
-$ mkdir themes
-$ cd themes
-$ git clone https://github.com/themefisher/timer-hugo.git
+# Start local dev server
+$ hugo server --themesDir ../..
```
Or Check out [Full Documentation](https://docs.gethugothemes.com/timer/?ref=github).
+## Content Management System
+
+[![import to
+Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/timer-hugo&engine=hugo&version=0.87.0)
+
+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/timer-hugo&engine=hugo&version=0.87.0) and
+you will be able to edit and preview your site ✨.
-## Main features
+Any changes you make in Forestry will be committed back to the repo and deployed if you use [Netlify](#netlify).
+## Deployment and hosting
-* Fully Responsive Ready.
-* Powered by bootstrap css framework.
-* Well Crafted for Portfolio/Business/Agency
-* Multipage.
-* Documented codes.
+[![Deploy to
+Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/themefisher/timer-hugo)
+Follow the steps.
+
+## Prefer a video? (Hugo + Netlify + Forestry)
+Build your website with **timer 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 timer Template. Please Search [existing
+issues](https://github.com/themefisher/timer-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/timer-hugo/issues).
-We use GitHub Issues as the official bug tracker for the Timer Template. Please Search [existing issues](https://github.com/themefisher/timer-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/timer-hugo/issues)
+<!-- ## Timer Hugo Powered Websites
-## Technical Support or Questions (Paid)
-If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
+View all the websites powered by Timer Hugo [here](https://github.com/themefisher/timer-hugo/wiki/All-timer-hugo-theme-Powered-Websites). Want to submit your own website powered by Timer Hugo? You can submit it [here](https://github.com/themefisher/timer-hugo/discussions/56). -->
-## Hire Us
-We are available for Hiring of your next HUGO project. Drop Us a mail [mehedi@themefisher.com](mailto:mehedi@themefisher.com)
+<!-- licence -->
+## License
+Copyright &copy; Designed by [Themefisher](https://themefisher.com) & Developed by
+[Gethugothemes](https://gethugothemes.com)
-## Premium Themes
+**Code License:** Released under the [MIT](https://github.com/themefisher/timer-hugo/blob/master/LICENSE) license.
+
+**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)
+- [Slick Slider](https://kenwheeler.github.io/slick/)
+- [Animate](https://animate.style)
+- [Wow](https://wowjs.uk)
+- [Ionicons](https://ionic.io/ionicons)
+- [Fancybox](https://fancyapps.com/fancybox/)
+- [Hover](http://ianlunn.github.io/Hover/)
+- [Modernizr](https://modernizr.com/)
+- [Google Fonts](https://fonts.google.com/)
+- [All Contributors](https://github.com/themefisher/timer-hugo/graphs/contributors)
+
+
+## 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/) | [![agen](https://gethugothemes.com/wp-content/uploads/edd/2019/09/agen-hugo-theme.jpg)](https://gethugothemes.com/products/agen-hugo/) | [![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/) | [![kross](https://demo.gethugothemes.com/thumbnails/kross.webp)](https://gethugothemes.com/products/kross/) |
|:---:|:---:|:---:|
-| **Hugo Mega Bundle** | **Agen** | **Red Lab** |
+| **Premium Theme Bundle (40+)** | **Reader** | **Kross** | \ 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 4398807..a4aa39d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@ license = "MIT"
licenselink = "https://github.com/themefisher/timer-hugo/blob/master/LICENSE"
description = "Hugo port of the Themefisher’s Navigator Template"
homepage = "https://gethugothemes.com/products/timer-hugo-theme/"
+demosite = "https://demo.gethugothemes.com/timer/"
tags = ['landing-page', 'google-analytics', 'fast', 'light', 'white', 'modern', 'business', 'agency-template', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'company', 'projects', 'creative', 'contact-form', 'custom-themes', 'mobile', 'minimalistic', 'gethugothemes']
features = ['bootstrap','responsive','fast']
min_version = "0.60.0"