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

github.com/themefisher/twenty-twenty-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2020-04-27 08:00:59 +0300
committersomrat <monnaf37@gmail.com>2020-04-27 08:00:59 +0300
commit0371e7d206a154cd75c8219740662478b145cd3c (patch)
tree7dcbef589aef7f05c613dee7c8079e7fd90280d2
parentc7e0ff15a62ba986ae9a1c9361aaa7614c66c964 (diff)
added necessary files
-rw-r--r--LICENSE20
-rw-r--r--README.md82
-rw-r--r--exampleSite/.forestry/front_matter/templates/post.yml26
-rw-r--r--exampleSite/.forestry/settings.yml57
-rw-r--r--images/screenshot.pngbin0 -> 56594 bytes
-rw-r--r--images/tn.pngbin0 -> 28694 bytes
-rw-r--r--layouts/index.html5
-rw-r--r--theme.toml12
8 files changed, 151 insertions, 51 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..bb38117
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2020 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
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5b078fa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,82 @@
+# Easy Setup (Hugo + Netlify + Forestry)
+Build your website with Wordpress Tweenty Tweenty Hugo theme by following this easy steps (No Coding Required)
+
+<a href="http://bit.ly/meghna-hugo-installation" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/70844354-4028be00-1e6a-11ea-8d84-02e9a25e7db8.png"></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.
+
+### What you need !!
+
+1. Git acccount (Ex: Github, Gitlab etc ) . In our case we use github.
+2. [Netlify](https://bit.ly/netlify-account) account to host files and add custom domain .
+3. [Forestry](https://bit.ly/forestry-account) account to maintain whole project without code.
+
+
+### Step 1 : Fork or Clone repository
+
+First we will fork this [Wordpress Tweenty Tweenty Hugo](https://github.com/themefisher/wordpress-tweenty-tweenty-hugo) template.
+
+### Step 2 : Add your repository in Forestry
+
+Go to your [forestry](https://bit.ly/forestry-account) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings . Mark everything is 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.
+
+### Step 3 : Setup and host website with Netlify
+
+Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `parsa hugo` 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.
+
+> If you face any issue regarding the installation feel free to onen [open a new issue](https://github.com/themefisher/wordpress-tweenty-tweenty-hugo/issues)
+
+
+## Table of Contents
+
+- [Demo](#demo)
+- [Installation](#installation)
+- [Reporting Issues](#reporting-issues)
+- [Technical Support or Questions](#technical-support-or-questions)
+- [Licensing](#licensing)
+- [More Hugo Themes](https://themefisher.com/hugo-themes/)
+
+
+## Demo
+
+| ![Wordpress-2020](https://user-images.githubusercontent.com/37659754/80334182-4300da00-8872-11ea-8fec-bd66725b3897.png) | ![Blog](https://user-images.githubusercontent.com/37659754/80334180-41371680-8872-11ea-8790-54f5c823587a.png) | ![Contact](https://user-images.githubusercontent.com/37659754/80334178-3f6d5300-8872-11ea-9ece-5bd848d65f84.png)| ![About](https://user-images.githubusercontent.com/37659754/80334176-3d0af900-8872-11ea-885e-e5da6760e21f.png) | ![Sample-Page](https://user-images.githubusercontent.com/37659754/80334171-39777200-8872-11ea-94e6-905c7d4c8ee7.png) |
+|---|---|---|---|---|
+| Homepage | Blog | Contact | About | Sample Page |
+
+[Live Preview](http://demo.themefisher.com/wordpress-tweenty-tweenty-hugo/).
+
+
+## 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 https://github.com/themefisher/wordpress-tweenty-tweenty-hugo.git
+$ cd wordpress-tweenty-tweenty-hugo/exampleSite/
+$ hugo server --themesDir ../..
+```
+
+## Reporting Issues
+
+We use GitHub Issues as the official bug tracker for the **Parsa Theme**. Please Search [existing issues](https://github.com/themefisher/wordpress-tweenty-tweenty-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/wordpress-tweenty-tweenty-hugo/issues/new)
+
+## Technical Support or Questions
+
+If you have questions or need help integrating the product please [contact us](mailto:themefisher@gmail.com) instead of opening an issue.
+
+## Licensing
+
+- Copyright 2020 Themefisher (https://themefisher.com/)
+- Licensed under MIT (https://github.com/themefisher/wordpress-tweenty-tweenty-hugo/blob/master/LICENSE)
+
+## Premium Themes
+
+| [![Mega-Bundle-HUGO](https://gethugothemes.com/wp-content/uploads/edd/2019/09/Mega-Bundle-HUGO.png)](https://themefisher.com/products/hugo-mega-bundle/) | [![galaxy](https://gethugothemes.com/wp-content/uploads/edd/2020/04/galaxy.png)](https://gethugothemes.com/products/galaxy/) | [![logbook](https://gethugothemes.com/wp-content/uploads/edd/2020/03/logbook-hugo.jpg)](https://gethugothemes.com/products/logbook-hugo/) |
+|:---:|:---:|:---:|
+| **Hugo Mega Bundle** | **Galaxy** | **LogBook** |
+| [![gojournal](https://gethugothemes.com/wp-content/uploads/edd/2020/04/GoJournal-hugo.png)](https://gethugothemes.com/products/gojournal-hugo/) | [![gofolium](https://gethugothemes.com/wp-content/uploads/2020/03/gofolium.png)](https://gethugothemes.com/products/gofolium-hugo/) | [![biztrox](https://gethugothemes.com/wp-content/uploads/2019/12/Biztrox.png)](https://gethugothemes.com/products/hugo-business-theme/) |
+| **GoJournal** | **GoFolium** | **Biztrox** |
+| [![northendlab](https://gethugothemes.com/wp-content/uploads/2019/11/Blogplate-Blog-Template.png)](https://gethugothemes.com/products/northendlab/) | [![Liva](https://gethugothemes.com/wp-content/uploads/edd/2019/11/liva.png)](https://gethugothemes.com/products/liva-hugo/) | [![Kross](https://gethugothemes.com/wp-content/uploads/edd/2019/07/kross-portfolio-template.jpg)](https://gethugothemes.com/products/kross-hugo-theme/) |
+| **Northendlab** | **Liva** | **Kross** |
+| [![revolve](https://gethugothemes.com/wp-content/uploads/edd/2019/11/revolve.jpg)](https://gethugothemes.com/products/revolve-hugo/) | [![Phantom](https://gethugothemes.com/wp-content/uploads/edd/2019/06/Phantom.jpg)](https://gethugothemes.com/products/phantom-hugo-theme/) | [![all](https://gethugothemes.com/wp-content/uploads/2019/12/get-more-hugo-themes.png)](https://gethugothemes.com/shop/) |
+| **Revolve** | **Phantom** | **More Hugo Themes** | \ No newline at end of file
diff --git a/exampleSite/.forestry/front_matter/templates/post.yml b/exampleSite/.forestry/front_matter/templates/post.yml
new file mode 100644
index 0000000..1381e79
--- /dev/null
+++ b/exampleSite/.forestry/front_matter/templates/post.yml
@@ -0,0 +1,26 @@
+---
+label: Post
+hide_body: false
+fields:
+- type: text
+ name: title
+ label: title
+- type: datetime
+ name: date
+ label: date
+- type: file
+ name: image
+ label: image
+- type: list
+ name: author
+ label: author
+- type: list
+ name: categories
+ label: categories
+- type: list
+ name: tags
+ label: tags
+- type: text
+ name: description
+ label: description
+ description: Meta description
diff --git a/exampleSite/.forestry/settings.yml b/exampleSite/.forestry/settings.yml
index 877fd97..7736aa0 100644
--- a/exampleSite/.forestry/settings.yml
+++ b/exampleSite/.forestry/settings.yml
@@ -7,15 +7,8 @@ sections:
- type: heading
label: Blog Post
- type: directory
- path: exampleSite/content/english/post
- label: Post (en)
- create: documents
- match: "**/*"
- templates:
- - post
-- type: directory
- path: exampleSite/content/french/post
- label: Post (fr)
+ path: exampleSite/content/blog
+ label: Post
create: documents
match: "**/*"
templates:
@@ -23,49 +16,20 @@ sections:
- type: heading
label: Others Pages
- type: directory
- path: exampleSite/content/english/about
- label: About (en)
+ path: exampleSite/content/about
+ label: About
create: none
match: "*"
- type: directory
- path: exampleSite/content/french/about
- label: About (fr)
+ path: exampleSite/content/contact
+ label: Contact
create: none
match: "*"
- type: directory
- path: exampleSite/content/english/contact
- label: Contact (en)
- create: none
- match: "*"
-- type: directory
- path: exampleSite/content/french/contact
- label: Contact (fr)
- create: none
- match: "*"
-- type: directory
- path: exampleSite/content/english/privacy-policy
- label: Privacy Policy (en)
- create: none
- match: "*"
-- type: directory
- path: exampleSite/content/french/privacy-policy
- label: Privacy Policy (fr)
- create: none
- match: "*"
-- type: directory
- path: exampleSite/content/english
- label: All Pages (en)
- create: all
- match: "**/*"
- templates:
- - new-page
-- type: directory
- path: exampleSite/content/french
- label: All Pages (fr)
+ path: exampleSite/content
+ label: All Pages
create: all
match: "**/*"
- templates:
- - new-page
- type: heading
label: Configuration
- type: directory
@@ -74,11 +38,6 @@ sections:
create: all
match: "*.toml"
new_doc_ext: toml
-- type: directory
- path: exampleSite/i18n
- label: i18n translations
- create: documents
- match: "**/*"
upload_dir: exampleSite/static/images
public_path: "/images"
front_matter_path: ''
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..835cfef
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..4fadb1e
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/index.html b/layouts/index.html
index 2efa5ef..0c66d63 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -44,7 +44,7 @@
</div>
{{ end }}
</div>
-
+<!--
<figure class="wp-block-image alignfull size-full"><img src="images/2020-landscape-2.png" alt=""
class="wp-image-37" />
</figure>
@@ -62,7 +62,8 @@
often attract international attention. UMoMA has received a Special Commendation from the European Museum of
the Year, and was among the top candidates for the Swedish Museum of the Year Award as well as for the
Council of Europe Museum Prize.</p>
-
+-->
+
{{ if .Site.Params.call_to_action.enable }}
{{ with .Site.Params.call_to_action }}
<div class="wp-block-group alignwide has-background" style="background-color:#ffffff">
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..6ee4c35
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Wordpress Tweenty Tweenty Hugo"
+license = "MIT"
+licenselink = "https://github.com/themefisher/wordpress-tweenty-tweenty-hugo/blob/master/LICENSE"
+description = "Hugo port of the Themefisher’s Parsa Template"
+homepage = "https://gethugothemes.com/products/wordpress-tweenty-tweenty/"
+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', 'resume', 'portfolio', 'google analytics', 'customizable', 'flexbox', 'presentation', 'product', 'theme', 'typography']
+features = ['bootstrap','responsive']
+min_version = "0.62.2"
+
+[author]
+ name = "Themefisher"
+ homepage = "https://themefisher.com/" \ No newline at end of file