Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ig3/ig3.github.io
Test GitHub Pages
https://github.com/ig3/ig3.github.io
Last synced: 14 days ago
JSON representation
Test GitHub Pages
- Host: GitHub
- URL: https://github.com/ig3/ig3.github.io
- Owner: ig3
- License: other
- Created: 2020-06-16T06:08:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T13:12:28.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:26:15.665Z (2 months ago)
- Language: JavaScript
- Size: 6.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is the source for https://ig3.github.io
This is my first trial of using GitHub Pages. The site is based on the Hidejack template.
# Hydejack
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-hydejack.svg)](https://badge.fury.io/rb/jekyll-theme-hydejack)**Hydejack** is a Jekyll theme with JavaScript powers, combining the best of static sites and modern web apps.
It features a suite of JavaScript that makes the page feel like an app, without sacrificing backwards-compatibility,
page-load speed or SEO.> Your presence on the web — A [blog], a [portfolio] and a [resume].
**Hydejack** aims to be the complete package for professionals on the web.
It features a blog suitable for both prose and technical documentation,
a showcase for your projects, and a resume that fits with the rest of the design.![Screenshot](https://qwtel.com/assets/img/projects/default.jpg)
## Demo
It's best to just [see it in action](https://qwtel.com/hydejack/).## Features
Both versions include these features:* Full in-app page loading, powered by [hy-push-state]
* A customizable sidebar that turns into a drawer menu on mobile, powered by [hy-drawer]
* Advanced FLIP animations, inspired by Material Design
* Good [Google PageSpeed Score][gpss][^3]
* Higher *perceived speed* thanks to content pre-fetching
* [Syntax highlighting][syntax], powered by [Rouge]
* [LaTeX math blocks][latex], powered by [KaTeX]
* Change the wording of built-in strings and possibly translate in other languages
* Support for categories and tags
* Built-in icons for many social networks
* Simple and semantic HTML — can be viewed even with text-based browsers
* Author section below each article and support for multiple authors
* Progressive enhancement — sacrifice features, not content
* Google Analytics and Google Fonts support
* Disqus comments
* Print layout — Used to render Hydejack's [PDF documentation][pdf]
* Blog layout via `jekyll-paginate` (optional)
* SEO meta tags via `jekyll-seo-tag` (optional)
* Github avatars via `jekyll-avatar` (optional)
* Gist support via `jekyll-gist` (optional)## Documentation
Hydejack is well documented. You can read the docs [on the Jekyll site][docs], or [on GitHub][wiki], or [download the PDF][pdf].## Download
There are two versions of **Hydejack**: The *free version* includes basic blogging functionality,
as did previous versions of the theme.
The *PRO version* includes additional features for professionals:
A [portfolio], a [resume] layout and a [welcome] page to feature your favorite projects and posts.This table details what is and isn't included in each respective version.
| | Free | PRO |
|:------------------------------------|:--------------------------------------:|:--------------------------------------------:|
| Blog | ✔ | ✔ |
| [Features][feat] | ✔ | ✔ |
| [Portfolio] Layout | | ✔ |
| [Resume] Layout | | ✔ |
| [Welcome] Layout | | ✔ |
| [Newsletter Box][news] | | ✔ |
| [Custom Forms][forms] | | ✔ |
| No Hydejack Branding | | ✔ |
| License | [GPL-3.0][license] | [PRO] |
| Source | [GitHub][src] | Included |
| Support[^1] | No | No |
| Price | Free | $29 |
| | [**Download**][kit] | [**Buy Now - $29**][buy] [^2] |
{:.stretch-table}[^1]: You MAY open an issue on GitHub, but no response and/or fix is guaranteed.
You understand that using Jekyll requires technical know-how, and is NOT comparable to Wordpress in terms of usability.
Please use the free version to confirm that Hydejack works for you.
For more, see the [PRO] license.[^2]: Transactions secured by [Stripe](https://stripe.com). Downloads handled by [Simple Goods](https://simplegoods.co/).
[^3]: Actual page load speed depends on your hosting provider, resolution of embedded images and usage of 3rd party plugins.
~~~
__ __ __ __
/\ \/\ \ /\ \ __ /\ \
\ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
\ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
\ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
\ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
\/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
/\___/ \ \____/
\/__/ \/___/
~~~[blog]: https://qwtel.com/hydejack/blog/
[portfolio]: https://qwtel.com/hydejack/variations/
[resume]: https://qwtel.com/hydejack/resume/
[download]: https://qwtel.com/download/
[welcome]: https://qwtel.com/hydejack/
[forms]: https://qwtel.com/hydejack/forms-by-example/[feat]: https://qwtel.com/hydejack/#features
[news]: https://qwtel.com/hydejack/#newsletter-subscription-box
[syntax]: https://qwtel.com/hydejack/#syntax-highlighting
[latex]: https://qwtel.com/hydejack/#latex-math-blocks[license]: LICENSE.md
[pro]: licenses/PRO.md
[docs]: docs/7.5.2/index.md[kit]: https://github.com/qwtel/hydejack-starter-kit/archive/v7.5.2.zip
[src]: https://github.com/qwtel/hydejack
[git]: https://github.com/qwtel/hydejack-starter-kit
[gem]: https://rubygems.org/gems/jekyll-theme-hydejack
[buy]: https://app.simplegoods.co/i/AQTTVBOE[gpss]: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fqwtel.com%2Fhydejack%2F
[wiki]: https://github.com/qwtel/hydejack/blob/master/docs/7.5.2/index.md
[pdf]: https://github.com/qwtel/hydejack/releases/download/v7.5.2/Documentation._.Hydejack.pdf
[hy-push-state]: https://qwtel.com/hy-push-state/
[hy-drawer]: https://qwtel.com/hy-drawer/
[rouge]: http://rouge.jneen.net
[katex]: https://khan.github.io/KaTeX/
[tinyletter]: https://tinyletter.com/*[FLIP]: First-Last-Invert-Play. A coding technique to achieve performant page transition animations.