Skip to content

Commit df2a2e9

Browse files
authored
Initial commit
0 parents  commit df2a2e9

File tree

190 files changed

+7759
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+7759
-0
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2018 - Present, Gethugothemes
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<h1 align=center>Influencer Hugo</h1>
2+
<p align=center>Influencer is a modern and elegant crafted responsive Hugo theme for book authors and writer </p>
3+
<h2 align="center"> <a target="_blank" href="https://demo.gethugothemes.com/influencer" rel="nofollow">👀Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/report?url=https%3A%2F%2Fdemo.gethugothemes.com%2Finfluencer%2Fsite%2F&form_factor=desktop">Page Speed (95%)🚀</a></h2>
4+
5+
6+
<p align=center>
7+
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.62.0" alt="Contributors">
8+
<img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.62.0&color=f00&logo=hugo" />
9+
</a>
10+
11+
<a href="https://github.com/gethugothemes/influencer-hugo/blob/master/LICENSE">
12+
<img src="https://img.shields.io/github/license/gethugothemes/influencer-hugo" alt="license"></a>
13+
14+
<img src="https://img.shields.io/github/languages/code-size/gethugothemes/influencer-hugo" alt="code size">
15+
16+
<a href="https://github.com/gethugothemes/influencer-hugo/graphs/contributors">
17+
<img src="https://img.shields.io/github/contributors/gethugothemes/influencer-hugo" alt="contributors"></a>
18+
19+
<a href="https://twitter.com/intent/follow?screen_name=gethugothemes">
20+
<img src="https://img.shields.io/twitter/follow/gethugothemes?style=social&logo=twitter"
21+
alt="follow on Twitter"></a>
22+
</p>
23+
24+
---
25+
26+
<p align="center">
27+
<img src="https://user-images.githubusercontent.com/37659754/69491097-b022d480-0eba-11ea-9a99-35c0a0e30b5c.gif"
28+
alt="screenshot" width="100%">
29+
</p>
30+
31+
---
32+
## 🔑Key Features
33+
34+
- 📊 Google Analytics support
35+
- 📄 Onepage template
36+
- 🎨 CSS and JS bundle with Hugo Pipe
37+
- 🅱️ Bootstrap Based
38+
- ⚙️ Netlify settings predefined
39+
- 🔄 GDPR consent enabled
40+
- 🚀 Google Page Speed optimized
41+
- 🌐 Open Graph meta tag
42+
- 🐦 Twitter Card meta tag
43+
44+
45+
## 🔧Local development
46+
47+
```bash
48+
# clone the repository
49+
git clone git@github.com:gethugothemes/influencer-hugo.git
50+
51+
# cd in the project directory
52+
$ cd influencer-hugo/exampleSite/
53+
54+
# Start local dev server
55+
$ hugo server --themesDir ../..
56+
```
57+
Or Check out [Full Documentation](https://docs.gethugothemes.com/influencer/?ref=github).
58+
59+
60+
## ⚙️Deployment and hosting
61+
62+
[![Deploy to
63+
Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gethugothemes/influencer-hugo)
64+
65+
Follow the steps.
66+
67+
<!-- reporting issue -->
68+
## 🐞Reporting Issues
69+
We use GitHub Issues as the official bug tracker for the influencer Template. Please Search [existing
70+
issues](https://github.com/gethugothemes/influencer-hugo/issues). Someone may have already reported the same problem.
71+
If your problem or idea has not been addressed yet, feel free to [open a new
72+
issue](https://github.com/gethugothemes/influencer-hugo/issues).
73+
74+
## 📱Submit Your Website To Our Showcase
75+
76+
Are you using Influencer Hugo theme? Submit it to our [showcase](https://gethugothemes.com/showcase).
77+
78+
Our showcase aims to demonstrate to the world what amazing websites people like you have created utilizing our Hugo themes and to show that Hugo has tremendous capabilities as a Static Site Generator.
79+
80+
View all the websites powered by Influencer Hugo from [here](https://gethugothemes.com/showcase?theme=influencer).
81+
82+
[Submit](https://gethugothemes.com/showcase?submit=show) your Influencer Hugo powered website.
83+
84+
85+
86+
<!-- licence -->
87+
## 📄License
88+
Copyright &copy; Designed by [Themefisher](https://themefisher.com) & Developed by
89+
[Gethugothemes](https://gethugothemes.com)
90+
91+
**Code License:** Released under the [MIT](https://github.com/gethugothemes/influencer-hugo/blob/master/LICENSE) license.
92+
93+
**Image license:** The images are only for demonstration purposes. They have their licenses. We don't have permission to
94+
share those images.
95+
96+
<!-- resources -->
97+
## 🙏Special Thanks
98+
- [Bootstrap](https://getbootstrap.com)
99+
- [Jquery](https://jquery.com)
100+
- [Themify Icons](https://themify.me/themify-icons)
101+
- [Magnific Popup](https://dimsemenov.com/plugins/magnific-popup/)
102+
- [Slick Slider](https://kenwheeler.github.io/slic/)
103+
- [Google Fonts](https://fonts.google.com/)
104+
- [All Contributors](https://github.com/gethugothemes/influencer-hugo/graphs/contributors)
105+
106+
107+
## 👨‍💻Hire Us
108+
Besides developing unique, blazing-fast Hugo themes, we also provide customized services. We specialize in creating affordable, high-quality static websites based on Hugo.
109+
110+
If you need to customize the theme or complete website development from scratch, you can hire us. **Check Our
111+
[services](https://gethugothemes.com/services/?utm_source=influencer_github&utm_medium=referral&utm_campaign=github_theme_readme)**
112+
113+
<!-- premium themes -->
114+
## 💎Premium Themes By Us
115+
| [![Mega-Bundle-HUGO](https://demo.gethugothemes.com/thumbnails/bundle.png?)](https://gethugothemes.com/bundle/?utm_source=influencer_github&utm_medium=referral&utm_campaign=github_theme_readme) | [![Hargo](https://demo.gethugothemes.com/thumbnails/hargo.png)](https://gethugothemes.com/products/hargo/) | [![Logbook](https://demo.gethugothemes.com/thumbnails/logbook.png)](https://gethugothemes.com/products/logbook) |
116+
|:---:|:---:|:---:|
117+
| **Get 55+ Premium Hugo Themes Bundle** | **Hargo** | **Logbook** |

archetypes/default.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
+++
2+
+++

assets/js/script.js

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
// Preloader js
2+
$(window).on('load', function () {
3+
$('.preloader').fadeOut(100);
4+
});
5+
6+
(function ($) {
7+
'use strict';
8+
9+
$('body').scrollspy({
10+
target: '#navbarmain',
11+
offset: 100
12+
});
13+
14+
/*
15+
* ----------------------------------------------------------------------------------------
16+
* SMOTH SCROOL JS
17+
* ----------------------------------------------------------------------------------------
18+
*/
19+
20+
$('a.smoth-scroll').on('click', function (e) {
21+
var anchor = $(this);
22+
$('html, body').stop().animate({
23+
scrollTop: $(anchor.attr('href')).offset().top - 100
24+
}, 1000);
25+
e.preventDefault();
26+
});
27+
28+
29+
$('.testimonial-wrap').slick({
30+
slidesToShow: 3,
31+
slidesToScroll: 3,
32+
infinite: true,
33+
dots: false,
34+
arrows: false,
35+
autoplay: true,
36+
autoplaySpeed: 4000,
37+
responsive: [{
38+
breakpoint: 1024,
39+
settings: {
40+
slidesToShow: 2,
41+
slidesToScroll: 2
42+
}
43+
},
44+
{
45+
breakpoint: 900,
46+
settings: {
47+
slidesToShow: 2,
48+
slidesToScroll: 2
49+
}
50+
}, {
51+
breakpoint: 600,
52+
settings: {
53+
slidesToShow: 1,
54+
slidesToScroll: 1
55+
}
56+
},
57+
{
58+
breakpoint: 480,
59+
settings: {
60+
slidesToShow: 1,
61+
slidesToScroll: 1
62+
}
63+
}
64+
65+
]
66+
});
67+
68+
69+
70+
71+
$('.book-preview').each(function () {
72+
$(this).find('.popup-gallery').magnificPopup({
73+
type: 'image',
74+
gallery: {
75+
enabled: true
76+
}
77+
});
78+
});
79+
80+
81+
/* ----------------------------------------------------------- */
82+
/* Fixed header
83+
/* ----------------------------------------------------------- */
84+
85+
86+
$(window).on('scroll', function () {
87+
if ($(window).scrollTop() > 10) {
88+
$('.site-header').addClass('header-white');
89+
} else {
90+
$('.site-header').removeClass('header-white');
91+
}
92+
93+
});
94+
95+
96+
97+
// Smooth scrolling using jQuery easing
98+
// jQuery for page scrolling feature - requires jQuery Easing plugin
99+
100+
101+
// Closes responsive menu when a scroll trigger link is clicked
102+
$('.smoth-scroll').on('click', function (event) {
103+
$('.navbar-collapse').collapse('hide');
104+
});
105+
106+
107+
})(jQuery);

0 commit comments

Comments
 (0)