forked from gethugothemes/parsa-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gethugothemes#17 from themefisher/revert-13-master
Revert "new logo"
- Loading branch information
Showing
23 changed files
with
304 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,24 @@ | ||
baseURL = "https://cloudonfleek.netlify.com" | ||
# default config | ||
baseURL = "https://examplesite.org" | ||
languageCode = "en-us" | ||
paginate = 6 | ||
summaryLength = "10" | ||
title = "Parsa Hugo | Personal Blog Template" | ||
theme = "parsa-hugo" | ||
title = "Cloud on Fleek | Cloud Security Blog " | ||
[[menu.main]] | ||
URL = "about" | ||
name = "About" | ||
weight = 2 | ||
[[menu.main]] | ||
URL = "contact" | ||
name = "Contact" | ||
weight = 3 | ||
summaryLength = "10" | ||
paginate = 6 | ||
|
||
# output | ||
[outputs] | ||
home = ["HTML", "RSS", "JSON"] | ||
[params] | ||
address = "" | ||
author = "Themefisher" | ||
author_image = "images/banner-img.png" | ||
bio = "I’m a Freelance Interactive Art Director based in France. Focusing across branding and identity, digital and print." | ||
contact_form_action = "" | ||
copyright = "Copyright © 2020 a theme by [themefisher.com](themefisher.com)" | ||
description = "This is meta description" | ||
email = "" | ||
google_analitycs_id = "Your ID" | ||
home = "Home" | ||
layout = "1" | ||
logo = "images/logo.png" | ||
mobile = "" | ||
preloader = true | ||
search = true | ||
[params.instafeed] | ||
access_token = "4044026246.1677ed0.8896752506ed4402a0519d23b8f50a17" | ||
enable = false | ||
user_id = "4044026246" | ||
|
||
# CSS Plugins | ||
[[params.plugins.css]] | ||
link = "plugins/bootstrap/bootstrap.min.css" | ||
[[params.plugins.css]] | ||
link = "plugins/slick/slick.css" | ||
[[params.plugins.css]] | ||
link = "plugins/themify-icons/themify-icons.css" | ||
|
||
# JS Plugins | ||
[[params.plugins.js]] | ||
link = "plugins/jQuery/jquery.min.js" | ||
[[params.plugins.js]] | ||
|
@@ -62,12 +41,64 @@ link = "plugins/search/fuse.min.js" | |
link = "plugins/search/mark.js" | ||
[[params.plugins.js]] | ||
link = "plugins/search/search.js" | ||
|
||
# navigation | ||
[[menu.main]] | ||
name = "About" | ||
URL = "about" | ||
weight = 2 | ||
|
||
[[menu.main]] | ||
name = "Contact" | ||
URL = "contact" | ||
weight = 3 | ||
|
||
# deult parameter | ||
[params] | ||
logo = "images/logo.png" | ||
home = "Home" | ||
# theme layout ( two layout is available, "1" and "2" ) | ||
layout = "1" | ||
# Meta data | ||
description = "This is meta description" | ||
# Preloader | ||
preloader = true | ||
# search | ||
search = true | ||
# about author | ||
author = "Themefisher" | ||
author_image = "images/banner-img.png" | ||
bio = "I’m a Freelance Interactive Art Director based in France. Focusing across branding and identity, digital and print." | ||
# Contact info | ||
mobile = "+90 000 333 22" | ||
email = "[email protected]" | ||
address = "6 rip carl Avenue CA 90733" | ||
# Contact Form Action | ||
contact_form_action = "#" | ||
# Google Analitycs | ||
google_analitycs_id = "Your ID" | ||
# copyright | ||
copyright = "Copyright © 2020 a theme by [themefisher.com](themefisher.com)" | ||
|
||
# Instagram feed | ||
[params.instafeed] | ||
enable = true | ||
user_id = "4044026246" | ||
access_token = "4044026246.1677ed0.8896752506ed4402a0519d23b8f50a17" | ||
|
||
# social site | ||
[[params.social]] | ||
icon = "ti-facebook" | ||
URL = "#" | ||
|
||
[[params.social]] | ||
URL = "https://twitter.com/cloudonfleek" | ||
icon = "ti-twitter-alt" | ||
URL = "#" | ||
|
||
[[params.social]] | ||
URL = "https://www.linkedin.com/company/cloudonfleek/" | ||
icon = "ti-linkedin" | ||
URL = "#" | ||
|
||
[[params.social]] | ||
URL = "https://github.com/CloudOnFleek" | ||
icon = "ti-github" | ||
URL = "#" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.