Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kausarpial committed Jul 8, 2018
0 parents commit 738a5ac
Show file tree
Hide file tree
Showing 134 changed files with 41,265 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Attribution 3.0 Unported (CC BY 3.0)

You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
for any purpose, even commercially.
This license is acceptable for Free Cultural Works.
The licensor cannot revoke these freedoms as long as you follow the license terms.

Know more about the license follow this link - https://creativecommons.org/licenses/by/3.0/

If you want to remove the credit simply make a [donation](https://www.paypal.me/Themefisher), so that we can run our contribution to hugo community.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# _Navigator_ for Hugo
![screenshot](https://user-images.githubusercontent.com/16266381/42418860-3b5ae592-82cb-11e8-8c88-8936ecb9a224.jpg "Home of the website")

Navigator is a responsive, modern and clean free multipurpose template powered by Bootstrap4. Built with refined business as well as corporate elements, and saturated with rich typography, Navigator is lightweight, fast-loading, responsive and W3C-validated, delivering a great first impression to visitors.

Navigator based on Bootstrap 4 and offers Amazing design layout.

## Usage

Create a new Hugo site by typing

```
$ hugo new site <SITENAME>
```

Then clone this repository:

```
$ cd <SITENAME>/themes
$ git clone https://github.com/themefisher/navigator-hugo
```

Now take a look at the exampleSite folder and you're ready to go!

## License

This Template is released under [Creative Commons Attribution 3.0 (CC-BY-3.0) License](https://creativecommons.org/licenses/by/3.0/)
If you want to remove the credit simply make a [donation](https://www.paypal.me/Themefisher), so that we can run our contribution to hugo community.

## About Themefisher

[Themefisher] has been creating beautiful free and premium Bootstrap and HTML5 templates since 2014.
Visit us at https://themefisher.com/ to see other great-looking themes.

[Hugo]: https://gohugo.io/
[Themefisher]: https://themefisher.com/
2 changes: 2 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+++
+++
119 changes: 119 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
baseURL = "http:https://example.org/"
languageCode = "en-us"
title = "Navigator | Responsive Multipurpose Bootstrap Hugo Template"
theme = "navigator-hugo"

# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font

# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "About"
url = "/about"
weight = 2
[[menu.nav]]
name = "Service"
url = "/service"
weight = 3
[[menu.nav]]
name = "Portfolio"
url = "/portfolio"
weight = 4
[[menu.nav]]
name = "Blog"
url = "/blog"
weight = 5
[[menu.nav]]
name = "Contact"
url = "/contact"
weight = 6

# Footer Service Menu
[[menu.service]]
name = "Graphic Design"
url = "/service"
weight = 1
[[menu.service]]
name = "Web Design"
url = "/service"
weight = 2
[[menu.service]]
name = "Web Development"
url = "/service"
weight = 3

# Footer Quick links Menu
[[menu.quicklink]]
name = "Partners"
url = "/about"
weight = 1
[[menu.quicklink]]
name = "About"
url = "/about"
weight = 2
[[menu.quicklink]]
name = "FAQ's"
url = "/about"
weight = 3
[[menu.quicklink]]
name = "Badges"
url = "/about"
weight = 4

# Site Params
[params]
home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
footerDescription = "Integer posuere erat a ante venenati dapibus posuere velit aliquet. Fusce dapibus, tellus cursus commodo, tortor mauris sed posuere."

# Hero Area Section
[params.hero]
enable = true
heading = "We love to make brands grow"
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. At quo dolor est incidunt suscipit minima, alias numquam voluptatum rerum porro. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Labore at laboriosam unde repellat id expedita quae quisquam libero officia consequatur."
button = true
btnText = "Know More"
btnURL = "https://themefisher.com/"
videoThumb = "images/slider/video-player-thumb.jpg"
videoURL = "https://www.youtube.com/embed/g3-VxLQO7do"

# About 2 Section
[params.aboutSm]
enable = true
title = "We have explored the digital landscape with passion for a long time"
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae deleniti ipsa labore necessitatibus culpa veritatis quo accusantium, neque enim ea ad eaque iure, quas tempore velit, quibusdam dolor illo! Explicabo. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid quisquam maiores iste soluta, nihil dolorem?"

# Blog Section On Homepage
[params.blog]
enable = true
topTitle= "OUR UNTOLD STORY"
title = "Blog."
subtitle= "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum reiciendis quasi itaque, obcaecati atque sit!"

# Call to Action Section on About Page
[params.cta]
enable = true
bg = "images/call-to-action/call-to-action-bg-2.jpg"
title = "Let's Create Something Together"
subtitle= "Proin gravida nibh vel velit auctor aliquet. Aenean sollicudin bibendum auctor, <br> nisi elit consequat ipsum, nesagittis sem nid elit. Duis sed odio sitain elit."
btnText = "Contact Us"

# Contact Section
[params.contact]
enable = true
topTitle= "DROP US A NOTE"
title = "Contact Us."
subtitle= "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum reiciendis quasi itaque, obcaecati atque sit!"
address = "14/05, Stockhome <br> Victori Palace , United States"
phone = "(03) 9283 2617"
fax = "+61 3827 3590"
facebook= "https://www.facebook.com/"
twitter = "https://twitter.com/"
linkedin= "https://www.linkedin.com/"
dribbble= "https://dribbble.com/"
instagram= "https://www.instagram.com/"
mapLatitude = "51.507351"
mapLongitude= "-0.127758"
mapMarker = "images/marker.png"
6 changes: 6 additions & 0 deletions exampleSite/content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title : "About Us"
date : 2018-07-07T12:37:52+06:00
draft : flase
---

5 changes: 5 additions & 0 deletions exampleSite/content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Blog"
date: 2018-07-07T18:23:33+06:00
---

15 changes: 15 additions & 0 deletions exampleSite/content/blog/are-you-doing-the-right-way.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Are You Doing the Right Way
date: 2018-07-07T17:04:41+06:00
image: images/blog/post-3.jpg
author: Admin
---

### Introduction

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

10 changes: 10 additions & 0 deletions exampleSite/content/blog/blog-photos-on-phone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Blog Photos on Phone"
date: 2018-07-08T12:22:40+06:00
image: images/blog/post-2.jpg
author: Cersei Lannister
---

### Viral dreamcatcher keytar typewriter, aesthetic offal umami.

Wellness spaces that reach neglected communities of color are essential, says spiritual advisor, mojo health advocate, and writer Anna Smith. As the 26-year-old Brooklyn native will tell you in her signature metaphysical-no-chaser way, when your mojo is in a bad place every aspect of your life is affected. She’s part of a growing effort to foster more inclusive healing spaces that take into account how racism, poverty, ableism, misogyny, and gender discrimination inform our self-care needs. Through harnessing the brujería that’s been passed down her Puerto Rican lineage over generations, offering private spiritual advisory sessions, and sharing
15 changes: 15 additions & 0 deletions exampleSite/content/blog/something-i-need-to-tell-you.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Something I Need to Tell You
date: 2018-07-07T17:04:02+06:00
image: images/blog/post-2.jpg
author: Jhonathan Ive
---

### Introduction

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

14 changes: 14 additions & 0 deletions exampleSite/content/blog/ten-things-about-business.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Ten Things About Business
date: 2018-07-07T16:57:54+06:00
image: images/blog/post-1.jpg
author: John Snow
---

### Introduction

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Turpis massa tincidunt dui ut ornare lectus sit amet est. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. At volutpat diam ut venenatis. Mi quis hendrerit dolor magna eget. Dui ut ornare lectus sit amet est placerat. Urna cursus eget nunc scelerisque viverra. Amet cursus sit amet dictum. Vel pretium lectus quam id leo in vitae turpis massa.
10 changes: 10 additions & 0 deletions exampleSite/content/blog/the-nourish-box-august.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The Nourish Box August"
date: 2018-07-08T12:20:58+06:00
image: images/blog/post-1.jpg
author: Sansa Stark
---

### Viral dreamcatcher keytar typewriter, aesthetic offal umami.

Wellness spaces that reach neglected communities of color are essential, says spiritual advisor, mojo health advocate, and writer Anna Smith. As the 26-year-old Brooklyn native will tell you in her signature metaphysical-no-chaser way, when your mojo is in a bad place every aspect of your life is affected. She’s part of a growing effort to foster more inclusive healing spaces that take into account how racism, poverty, ableism, misogyny, and gender discrimination inform our self-care needs. Through harnessing the brujería that’s been passed down her Puerto Rican lineage over generations, offering private spiritual advisory sessions, and sharing
14 changes: 14 additions & 0 deletions exampleSite/content/blog/this-show-has-divided.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "This Show Has Divided"
date: 2018-07-08T12:18:46+06:00
image: images/blog/post-3.jpg
author: Theon Greyjoy
---

### Chatting with the ancestors

I always say my thanks to my ancestors and talk with them, with my guides. I talk to them about my day, what I want, what they need of me. I give my thanks to them for the day, even if I had a bad day. I let them know, ‘Thank you for making sure I ain’t die today, I survived through the fuck shit.It’s a big comfort to me to have that open line of communication because so many of my spirit guides are people who I knew in this lifetime who passed on, one being my father, one being my abuelita. It’s comforting to know even though they’re not here physically to do that anymore, they do it from the other side, for the ones I knew in this lifetime and the ones I didn’t. I’m able to say to myself, “Yo, I feel fucked up right now, but y’all always got me.” I know I’m fortunate to have that.

It’s a big comfort to me to have that open line of communication because so many of my spirit guides are people who I knew in this lifetime who passed on, one being my father, one being my abuelita. It’s comforting to know even though they’re not here physically to do that anymore, they do it from the other side, for the ones I knew in this lifetime and the ones I didn’t. I’m able to say to myself, “Yo, I feel fucked up right now, but y’all always got me.” I know I’m fortunate to have that.

It’s comforting to know even though they’re not here physically to do that anymore, they do it from the other side, for the ones I knew in this lifetime and the ones I didn’t. I’m able to say to myself, “Yo, I feel fucked up right now, but y’all always got me.” I know I’m fortunate to have that.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Why You Need a Statement Bag
date: 2018-07-08T12:11:29+06:00
image: images/blog/post-2.jpg
author: Arya Stark
---
### A cleansing hot shower or bath

I like to start with taking a shower or a bath when getting ready for bed. I’ll always incorporate either Himalayan pink salt or Epsom salt into my routine. Then, I’ll do an in-shower meditation, just releasing my day and allowing it to wash down the drain. I like to start from the neck down to symbolize washing and removing anything, and then I go from the feet up after to symbolize recharging my energy.

### Setting the mood with incense

A lot of the times before bed I’ll pick a lavender or moon scent. I really like the scents from the brand HEM. Other times, if I’m needing to cleanse my space before bed, I like to use Frankincense & Myrrh incense because it’s really good at helping you feel sleepy time vibes. I have horrible insomnia so I’m somebody who really has to set my mood before going to bed.

6 changes: 6 additions & 0 deletions exampleSite/content/contact/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Contact Us"
date: 2018-07-07T15:53:27+06:00
draft: flase
---

6 changes: 6 additions & 0 deletions exampleSite/content/portfolio/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Portfolio"
date: 2018-07-07T15:45:06+06:00
draft: flase
---

6 changes: 6 additions & 0 deletions exampleSite/content/service/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Our Services"
date: 2018-07-07T14:53:13+06:00
draft: flase
---

13 changes: 13 additions & 0 deletions exampleSite/data/about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
enable : true
item :
- positionRight : false
image : images/about/about-1.jpg
title : Creativity is in our blood
description : >
Curabitur felis nibh, imperdiet eu erat non, luctus cursus lectus. Donec maximus diam leo, sed fringilla nisl auctor eget. Donec dictum neque est, ac faucibus ex blandit a Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae quo minima ab aperiam molestiae natus repellendus neque culpa iure, nemo veritatis explicabo facilis, officia, saepe! Et corrupti odit, non deserunt.
- positionRight : true
image : images/about/about-2.jpg
title : We think out of the Box
description : >
Curabitur felis nibh, imperdiet eu erat non, luctus cursus lectus. Donec maximus diam leo, sed fringilla nisl auctor eget. Donec dictum neque est, ac faucibus ex blandit a Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae quo minima ab aperiam molestiae natus repellendus neque culpa iure, nemo veritatis explicabo facilis, officia, saepe! Et corrupti odit, non deserunt.
21 changes: 21 additions & 0 deletions exampleSite/data/clients.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
enable : true
title : We care about our work
description: >
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae dolorem, saepe ab, optio obcaecati id asperiores. Ab ullam qui architecto at eos distinctio debitis, libero reprehenderit excepturi rem ut odit est nam magni ratione necessitatibus, quod eaque, eius minima tempora deleniti illum aliquam! Perferendis optio dolorum blanditiis sapiente aperiam quaerat.
image : images/about/about-1.jpg
servicelist:
- name : Creative Designers
- name : Genius Developers
- name : Growth Hackers
- name : Marketing Masterminds
clientLogo:
- image : images/client-logo/logo1.png
- image : images/client-logo/logo-2.png
- image : images/client-logo/logo-3.png
- image : images/client-logo/logo-4.png
- image : images/client-logo/logo-5.png
- image : images/client-logo/logo1.png
- image : images/client-logo/logo-2.png
- image : images/client-logo/logo-3.png
- image : images/client-logo/logo-4.png
- image : images/client-logo/logo-5.png
16 changes: 16 additions & 0 deletions exampleSite/data/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
enable : true
item :
- icon : tf-ion-ios-copy-outline
title : WordPress Theme
description : >
Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus. Nullam iaculis arcu at mauris dapibus consectetur.
- icon : tf-ion-ios-alarm-outline
title : Responsive Design
description : >
Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus. Nullam iaculis arcu at mauris dapibus consectetur.
- icon : tf-ion-ios-book-outline
title : Media & Advertisement
description : >
Lorem ipsum dolor sit amet, consectetur.. Sed id lorem eget orci dictum facilisis vel id tellus. Nullam iaculis arcu at mauris dapibus consectetur.
Loading

0 comments on commit 738a5ac

Please sign in to comment.