All Projects → tsjensen → fuse-core

tsjensen / fuse-core

Licence: CC-BY-4.0 License
The 'Fuse Core' Jekyll theme.

Programming Languages

HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to fuse-core

Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+12927.59%)
Mutual labels:  jekyll, jekyll-theme, github-pages, responsive, jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+668.97%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes, jekyll-template
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+2565.52%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-template
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+2610.34%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+17.24%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+1827.59%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+2165.52%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (+58.62%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+1286.21%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Neumorphism
Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
Stars: ✭ 96 (+231.03%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-template
Autm Rb
Jekyll theme
Stars: ✭ 80 (+175.86%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+289.66%)
Mutual labels:  jekyll, jekyll-theme, github-pages, responsive
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+1706.9%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+1465.52%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-template
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+2317.24%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+1444.83%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (+400%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (+1141.38%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+3555.17%)
Mutual labels:  jekyll, jekyll-theme, github-pages, jekyll-themes
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+7313.79%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template

DEMO

Fuse Core

A lightweight Jekyll theme for single-page personal websites.

Screenshot

This Jekyll theme is for you if you need a personal website that simply summarizes the links to your social media profiles and external content.

  • responsive - adapts to all screen sizes
  • mobile-friendly
  • lightweight - no JavaScript (except for Google Analytics, if enabled)
  • easy to configure - no HTML knowledge required, just change _config.yml (step-by-step guide)
  • fast - All third party components loaded via their CDN (with subresource integrity), so most resources are already cached from visits to other websites.
  • Optional Google Analytics support, with IP anonymization and cookie consent popup (optional, but these things are helpful to comply with EU data protection laws). You'll need to have a Google Analytics account set up for this to work, of course.
    We even generate statistics on how often people click on your specific social media links, for example:
    GA Outbound Stats

Performance Hint

It is a good idea to increase the cache lifetime of the background image, so that public proxies and users' browsers do not need to download it every time. GitHub Pages does not support cache control, but if your web server supports .htaccess files, you may want to add one to the images folder like so:

# Cache the large background image for 1 year
<IfModule mod_headers.c>
    <Files "background.jpg">
        Header unset ETag
        Header set Cache-Control "public, max-age=31536000"
    </Files>
</IfModule>

License

The Fuse Core theme is free to use and modify under the terms of the CC-BY-4.0 license.

Ancestry

The visual design for this theme is heavily inspired by Dashingcode's front-cover. Big thank you, it looks awesome!

However, Fuse Core is a complete reimplementation, which makes it very different on the inside. There are many improvements big and small over front-cover, making Fuse Core a kind of "front-cover 2.0" or "front-cover Plus":

  • Complete configuration via _config.yml, including order of links or adding of new links.
  • Ability to show extra HTML below the links, for any crisp statement that you deem necessary to add.
  • Use of Bootstrap for responsive design. This gives us supreme browser compatibility and ease of maintenance, because a myriad of problems are already handled by the folks at Bootstrap.
  • SASS styling instead of raw CSS
  • Up-to-date libraries, especially Font Awesome 5.
  • Support for Google Analytics , including tracking of outbound links (so you'll know which social media profiles people clicked on), and some legal details such as IP anonymization and cookie consent popup (all optional).
  • Search engine control via configurable meta tags
  • Responsive sticky footer

Credits

This theme draws upon the following work by others:

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].