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

github.com/themefisher/academia-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshampaakter <shampa.themefisher@gmail.com>2021-09-07 09:26:45 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-07 09:26:45 +0300
commit08b20b621e96931fe68c51a5afc69a604f544615 (patch)
tree1d941fe8e67cea2bee6546b850678c4a431d2d92
parent0d03ca0f2ff8f325ffd66f8020a2317e6ae91758 (diff)
added netlify.toml, updated license and readme file
-rw-r--r--LICENSE.md2
-rw-r--r--README.md159
-rw-r--r--exampleSite/netlify.toml16
3 files changed, 132 insertions, 45 deletions
diff --git a/LICENSE.md b/LICENSE.md
index afeb4e0..cc3029f 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016-present George Cushen
+Copyright (c) 2021 George Cushen
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
diff --git a/README.md b/README.md
index 8691559..696af49 100644
--- a/README.md
+++ b/README.md
@@ -1,66 +1,137 @@
-<div align="center">
- <h1><a href="https://gethugothemes.com/products/academia/" target="_blank" rel="noopener noreferrer">Academia Hugo</a></h1>
- <img src="https://user-images.githubusercontent.com/37659754/65593588-9d6f4a80-dfb2-11e9-93f5-cf3c33f2110f.png" width="100%" alt="Liva Blog template by themefisher">
-</div>
+<h1 align=center>Academia Hugo | <a target="_blank" href="https://demo.gethugothemes.com/academia" rel="nofollow">Demo</a> | <a target="_blank" href="https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fdemo.gethugothemes.com%2Facademia%2F">Page Speed (55%)</a></h1>
+<p align=center>
+ <a href="https://github.com/gohugoio/hugo/releases/tag/v0.55.0" alt="Contributors">
+ <img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.55.0&color=f00&logo=hugo" />
+ </a>
-## About
-This is an adaptation of the hugo theme [starter-academic](https://github.com/wowchemy/starter-academic) by [wowchemy](https://github.com/wowchemy). It supports most of the features of the original theme, and many new features. We improved the core design and added more latest features .
+ <a href="https://github.com/themefisher/academia-hugo/blob/master/LICENSE.md">
+ <img src="https://img.shields.io/github/license/themefisher/academia-hugo" alt="license"></a>
+ <img src="https://img.shields.io/github/languages/code-size/themefisher/academia-hugo" alt="code size">
-**Key features:**
+ <a href="https://github.com/themefisher/academia-hugo/graphs/contributors">
+ <img src="https://img.shields.io/github/contributors/themefisher/academia-hugo" alt="contributors"></a>
-- **Page builder** - Create *anything* with [**widgets**](https://sourcethemes.com/academic/docs/page-builder/) and [**elements**](https://sourcethemes.com/academic/docs/writing-markdown-latex/)
-- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
-- **Create content** in [**Markdown**](https://sourcethemes.com/academic/docs/writing-markdown-latex/), [**Jupyter**](https://sourcethemes.com/academic/docs/jupyter/), or [**RStudio**](https://sourcethemes.com/academic/docs/install/#install-with-rstudio)
-- **Plugin System** - Fully customizable [**color** and **font themes**](https://sourcethemes.com/academic/themes/)
-- **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported
-- **Integrations** - [Google Analytics](https://analytics.google.com), [Disqus commenting](https://disqus.com), Maps, Contact Forms, and more!
-- **Beautiful Site** - Simple and refreshing one page design
-- **Industry-Leading SEO** - Help get your website found on search engines and social media
-- **Media Galleries** - Display your images and videos with captions in a customizable gallery
-- **Mobile Friendly** - Look amazing on every screen with a mobile friendly version of your site
-- **Multi-language** - 15+ language packs including English, 中文, and Português
-- **Multi-user** - Each author gets their own profile page
-- **Privacy Pack** - Assists with GDPR
-- **Stand Out** - Bring your site to life with animation, parallax backgrounds, and scroll effects
-- **One-Click Deployment** - No servers. No databases. Only files.
+ <a href="https://twitter.com/intent/follow?screen_name=gethugothemes">
+ <img src="https://img.shields.io/twitter/follow/gethugothemes?style=social&logo=twitter"
+ alt="follow on Twitter"></a>
+</p>
-## Installation
+---
-Navigate to your themes folder in your Hugo site and use the following commands:
+<p align="center">
+ <img src="https://user-images.githubusercontent.com/37659754/65593588-9d6f4a80-dfb2-11e9-93f5-cf3c33f2110f.png" width="100%" alt="academia">
+</p>
-**Note : You must use `hugo-extended` version to compile SCSS**
+---
+## Features
+- Google analytics support
+- Multiple author available
+- Contact form Support
+- Post reading time calculator
+- Google map support
+- Post reading time calculator
+- Google page speed optimized ( 55% )
+- Open graph meta tag
+- Twitter card meta tag
+
+
+## Local development
+
+```bash
+# clone the repository
+git clone git@github.com:themefisher/academia-hugo.git
+
+# cd in the project directory
+$ cd academia-hugo/exampleSite/
+
+# Start local dev server
+$ hugo server --themesDir ../..
```
-$ mkdir themes
-$ cd themes
-$ git clone git@github.com:themefisher/academia-hugo.git
-```
+Or Check out [Full Documentation](https://docs.gethugothemes.com/academia/?ref=github).
-## Main features
+## Content Management System
-* Fully Responsive Ready.
-* Powered by bootstrap 4 framework.
-* Product Showcase
-* Documented codes.
+[![import to
+Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/academia-hugo&engine=hugo&version=0.87.0)
-## Reporting Issues
+This project has been pre-configured to work with [Forestry](https://forestry.io) a git-based CMS, [import your
+repository in Forestry](https://app.forestry.io/quick-start?repo=themefisher/academia-hugo&engine=hugo&version=0.87.0) and
+you will be able to edit and preview your site ✨.
-We use GitHub Issues as the official bug tracker for the Academia Template. Please Search [existing issues](https://github.com/themefisher/academia-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/academia-hugo/issues)
+Any changes you make in Forestry will be committed back to the repo and deployed if you use [Netlify](#netlify).
-## Technical Support or Questions (Paid)
-If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
+## Deployment and hosting
-## Hire Us
-We are available for Hiring of your next HUGO project. Drop Us a mail [mehedi@themefisher.com](mailto:mehedi@themefisher.com)
+[![Deploy to
+Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/themefisher/academia-hugo)
+
+Follow the steps.
+## Prefer a video? (Hugo + Netlify + Forestry)
+Build your website with **Academia Hugo** theme by following these easy steps (No Coding Required!)
+[Video Tutorial](https://youtu.be/ResipmZmpDU).
+
+<!-- reporting issue -->
+## Reporting Issues
+We use GitHub Issues as the official bug tracker for the academia Template. Please Search [existing
+issues](https://github.com/themefisher/academia-hugo/issues). Someone may have already reported the same problem.
+If your problem or idea has not been addressed yet, feel free to [open a new
+issue](https://github.com/themefisher/academia-hugo/issues).
+
+## Academia Hugo Powered Websites
+- https://www.actiphysique.fr/
+- https://www.azurethamesvalley.com/
+- https://kinkeldey.com/
+- https://garthorr.com/
+- https://gaug.co.uk/
+- https://idmn.me/
+- http://graysonwhite.com/
+- https://makotokawano.com/
+- https://www.mehrnazamiri.com/
+- https://osorensen.rbind.io/
+- https://www.yongjiguan.com/
+- https://www.tkovs.com/
+- https://dipterix.org/
+- https://timiowourocom.firebaseapp.com/
+- https://svensmark.jp/
+- https://www.hannesdatta.com/
+
+
+View all the websites powered by Academia Hugo [here](https://github.com/themefisher/academia-hugo/wiki/Popular-sites-powered-by-Academia-Hugo). Want to submit your own website powered by Academia Hugo? You can submit it [here](https://github.com/themefisher/academia-hugo/discussions/33).
+
+<!-- licence -->
+## License
+Copyright &copy; Designed by [Themefisher](https://themefisher.com) & Developed by
+[Gethugothemes](https://gethugothemes.com)
+
+**Code License:** Released under the [MIT](https://github.com/themefisher/academia-hugo/blob/master/LICENSE.md) license.
+
+**Image license:** The images are only for demonstration purposes. They have their licenses. We don't have permission to
+share those images.
+
+<!-- resources -->
+## Special Thanks
+- [Bootstrap](https://getbootstrap.com)
+- [Jquery](https://jquery.com)
+- [Reveal](https://github.com/hakimel/reveal.js)
+- [Isotope](https://isotope.metafizzy.co/)
+- [Fancybox](https://fancyapps.com/fancybox/)
+- [highlight](https://github.com/highlightjs/highlight.js/)
+- [Font Awesome Icons](https://fontawesome.com)
+- [Google Fonts](https://fonts.google.com/)
+- [All Contributors](https://github.com/themefisher/academia-hugo/graphs/contributors)
-## Premium Themes
+## Hire Us
+We are available for **Hiring** for your next HUGO project. Please, check our
+[services](https://cutt.ly/ght-service)
-| [![Mega-Bundle-HUGO](https://gethugothemes.com/wp-content/uploads/edd/2019/09/Mega-Bundle-HUGO.png)](https://themefisher.com/products/hugo-mega-bundle/) | [![Phantop](https://gethugothemes.com/wp-content/uploads/edd/2019/06/Phantom.jpg)](https://gethugothemes.com/products/phantom-hugo-theme/) | [![redlab](https://gethugothemes.com/wp-content/uploads/edd/2019/09/redlab-hugo-thumbnail.jpg)](https://gethugothemes.com/products/redlab-hugo/) |
+<!-- premium themes -->
+## Premium Themes By Us
+| [![Mega-Bundle-HUGO](https://demo.gethugothemes.com/thumbnails/bundle.webp)](https://gethugothemes.com/bundle) | [![vixcon](https://demo.gethugothemes.com/thumbnails/vixcon.webp)](https://gethugothemes.com/products/vixcon/) | [![delta](https://demo.gethugothemes.com/thumbnails/delta.webp)](https://gethugothemes.com/products/delta/) |
|:---:|:---:|:---:|
-| **Hugo Mega Bundle** | **Phantom** | **Red Lab** | \ No newline at end of file
+| **Premium Theme Bundle (40+)** | **Vixcon** | **Delta** |
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..df77e54
--- /dev/null
+++ b/exampleSite/netlify.toml
@@ -0,0 +1,16 @@
+[build]
+ publish = "public"
+ command = "hugo --minify --gc"
+
+[build.environment]
+ HUGO_VERSION = "0.87.0"
+ HUGO_BASEURL = "/"
+
+[[headers]]
+ for = "/*" # This defines which paths this specific [[headers]] block will cover.
+
+[headers.values]
+ X-Frame-Options = "DENY"
+ X-XSS-Protection = "1; mode=block"
+ Referrer-Policy = "same-origin"
+ Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload" \ No newline at end of file