Skip to content

Commit

Permalink
initialize template
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat committed May 15, 2019
0 parents commit 63baa07
Show file tree
Hide file tree
Showing 100 changed files with 4,142 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Thumbs.db
.DS_Store
.dist
.tmp
.sass-cache
npm-debug.log
node_modules
builds
package-lock.json

20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2019 YOUR_NAME_HERE

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.
67 changes: 67 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<div align="center">

# <a href="https://themefisher.com/" target="_blank" rel="noopener noreferrer">Parsa Hugo Template(MIT License)</a>

![GitHub stars](https://img.shields.io/github/stars/themefisher/parsa-hugo.svg?color="brightgreen"&style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/themefisher/parsa-hugo.svg?color="success"&style=flat-square)
![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/themefisher/parsa-hugo.svg?color="orange"&style=flat-square)
![license](https://img.shields.io/badge/license-MIT-blue.svg?&style=flat-square)

</div>

<div align="center">
<img src="images/homepage.gif" width="100%" alt="Parsa Blog template by themefisher">
</div>

**Parsa Blog Templates** - Parsa is an expedite, cozy, gorgeous responsive personal blog template. It’s crafted with well-planned attention for a personal blog site. It features an affluent search bar that allows your visitors to find out their desired blog post quickly. Moreover, beginners friendly feature allows for easy installation and customization. The functional features allow you the basic customization of your website effortlessly. Parsa is based on the bootstrap framework and responsive to all modern devices and browsers.

## 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

| Homepage | Homepage 2 | Single | About | Contact |
|---|---|---|---|---|
| ![Homepage](images/home.png) | ![Homepage 2](images/home2.png) | ![Single](images/single.png) | ![About](images/about.png) | ![Contact](images/contact.png) |

[Live Preview](https://themes.gohugo.io/theme/parsa-hugo/).


## Installation

Navigate to your themes folder in your Hugo site and use the following commands:

```
$ mkdir themes
$ cd themes
$ git clone https://github.com/themefisher/parsa-hugo.git
```

## Reporting Issues

We use GitHub Issues as the official bug tracker for the **Kross Theme**. Please Search [existing issues](https://github.com/themefisher/parsa-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/parsa-hugo/issues/new)

## Technical Support or Questions

If you have questions or need help integrating the product please [contact us](mailto:[email protected]) instead of opening an issue.

## Licensing

- Copyright 2019 Themefisher (https://themefisher.com/)
- Licensed under MIT (https://github.com/themefisher/parsa-hugo/blob/master/LICENSE)


## Premium Themes

| Biztrox | Bexer | Small Apps |
|---|---|---|
| [![Biztrox](https://user-images.githubusercontent.com/37659754/54068875-6ab26e80-427b-11e9-876e-4670bdacb975.png)](https://themefisher.com/products/biztrox-hugo-template/) | [![Bexer](https://user-images.githubusercontent.com/37659754/54068892-84ec4c80-427b-11e9-9952-5d455c259145.png)](https://themefisher.com/products/bexer-hugo-theme/) | [![Small Apps](https://user-images.githubusercontent.com/37659754/54068897-96cdef80-427b-11e9-8fd4-2a5b83cea6d0.png)](https://themefisher.com/products/small-apps-hugo-app-landing-theme/) |
| Dtox | Agico | Airspace |
| [![Dtox](https://user-images.githubusercontent.com/37659754/54068836-07284100-427b-11e9-8ff2-48eec3220a26.png)](https://themefisher.com/products/dtox-hugo-theme/) | [![Agico](https://user-images.githubusercontent.com/37659754/57753899-16aa8700-770f-11e9-9a3d-d3fc45313fbd.png)](https://themefisher.com/products/agico-hugo-theme/) | [![Airspace](https://user-images.githubusercontent.com/37659754/57754161-9d5f6400-770f-11e9-8a76-778fbb9910c4.png)](https://themefisher.com/products/airspace-hugo/) |
2 changes: 2 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+++
+++
Loading

0 comments on commit 63baa07

Please sign in to comment.