All Projects → andrewbanchich → eventually-jekyll-theme

andrewbanchich / eventually-jekyll-theme

Licence: other
A Jekyll version of the "Eventually" theme by HTML5 UP.

Programming Languages

SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to eventually-jekyll-theme

dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (+11.54%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes, static, static-site
lens-jekyll-theme
A Jekyll version of the "Lens" theme by HTML5 UP.
Stars: ✭ 56 (+115.38%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes, static, static-site
Editorial Jekyll Theme
A Jekyll version of the "Editorial" theme by HTML5 UP.
Stars: ✭ 121 (+365.38%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes, static, static-site
ethereal-jekyll-theme
A Jekyll version of the "Ethereal" theme by HTML5 UP.
Stars: ✭ 13 (-50%)
Mutual labels:  ruby-gem, jekyll-themes, static, static-site
highlights-jekyll-theme
A Jekyll version of the "Highlights" theme by HTML5 UP.
Stars: ✭ 26 (+0%)
Mutual labels:  ruby-gem, jekyll-themes, static, static-site
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+14430.77%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+1623.08%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+2573.08%)
Mutual labels:  jekyll, ruby-gem, static-site
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+584.62%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes
Themes
Dr. Jekyll's Themes - Add Your Theme!
Stars: ✭ 93 (+257.69%)
Mutual labels:  jekyll, jekyll-themes, static-site
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (+638.46%)
Mutual labels:  jekyll, ruby-gem, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-23.08%)
Mutual labels:  jekyll, jekyll-themes, static
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+2688.46%)
Mutual labels:  jekyll-themes, static-site
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+753.85%)
Mutual labels:  ruby-gem, jekyll-themes
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (+803.85%)
Mutual labels:  jekyll, jekyll-themes
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-15.38%)
Mutual labels:  static, static-site
assemble-core
The core assemble application with no presets or defaults. All configuration is left to the implementor.
Stars: ✭ 17 (-34.62%)
Mutual labels:  static, static-site
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+30.77%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Mdl
A Jekyll theme based in Google Material Design Lite library.
Stars: ✭ 227 (+773.08%)
Mutual labels:  jekyll, jekyll-themes
notoma
Use Notion as your blogging editor, with any static gen blog engine. Notoma converts Notion pages to Markdown files.
Stars: ✭ 40 (+53.85%)
Mutual labels:  jekyll, static-site

Eventually - Jekyll Theme

A Jekyll version of the "Eventually" theme by HTML5 UP.

Eventually Theme

How to Use

For those unfamiliar with how Jekyll works, check out https://jekyllrb.com/ for all the details, or read up on just the basics of front matter, writing posts, and creating pages.

  • GitLab: Simply fork this repository and start editing the _config.yml file!
  • GitHub: Fork this reposity and create a branch named gh-pages, then start editing the _config.yml file!

Added Features

  • Add your social profiles easily in _config.yml. Only social profiles buttons you enter in config.yml show up on the site footer!
  • Automatic sitemap generation via the Jekyll Sitemap Generator plugin.
  • Automatic SEO via the Jekyll SEO Tag plugin.

Issues

If you would like to report a bug, ask a question, request a feature, feel free to do so on the GitLab repository and I will be more than happy to help!

Alternatively, you can open an issue via email by emailing incoming+andrewbanchich/[email protected].

The GitHub repository is simply a mirror of the GitLab repository.

Credits

Original README from HTML5 UP:

Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


Just a simple placeholder template for your kickass app/product/startup/whatever until it
launches. Includes an email signup form and a cool slideshow background (more on both below).

Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
you can use for pretty much whatever.

(* = not included)

AJ
[email protected] | @ajlkn


Signup Form:

	The signup form won't actually do anything (other than report back with a "thank you" message)
	until you tie it to either a third party service (eg. MailChimp) or your own hosted solution.
	In either case, there are two ways to go:

	1. The conventional (non-AJAX) way, which pretty much comes down to pointing the form's "action"
	attribute to your service/script URL. If you go this route, remove the entire "Signup Form" code
	block from assets/js/main.js (since it's not needed for this approach).

	-or-

	2. The AJAX way. How you set this up is largely dependent on the service/solution you're using
	so you'll need to consult their/its documentation. However, I have included some basic code
	(under "Signup Form" in assets/js/main.js) that will at least let you interact with the
	form itself.


Slideshow Background:

	This is pretty straightforward, but there are two JS settings you'll want to be aware of
	(found under "Slideshow Background" in assets/js/main.js):

	images

		The list of images to cycle through, given in the following format:

			'url': 'alignment'

		Where 'url' is the image (eg. 'assets/images/foo.jpg', 'http://somewhere.else/foo.jpg'), and
		'alignment' is how the image should be vertically aligned ('top', 'center', or 'bottom').

		Note: Browsers that don't support CSS transitions (like IE<=9) will only see the first image.

	delay

		How long to wait between transitions (in ms). Note that this must be at least twice as long as
		the transition speed itself (currently 3 seconds).


Credits:

	Demo Images:
		Unsplash (unsplash.com)

	Icons:
		Font Awesome (fortawesome.github.com/Font-Awesome)

	Other:
		html5shiv.js (@afarkas @jdalton @jon_neal @rem)
		Respond.js (j.mp/respondjs)
		Skel (skel.io)

Repository Jekyll logo icon licensed under a Creative Commons Attribution 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].