All Projects → jtebert → jekyll-polymer

jtebert / jekyll-polymer

Licence: MIT license
A material theme for Jekyll built with Polymer

Programming Languages

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

Projects that are alternatives of or similar to jekyll-polymer

App Datepicker
Datepicker element built with Google's lit-element and Material Design 2
Stars: ✭ 142 (+108.82%)
Mutual labels:  polymer
Uniflow Polymer
UniFlow for Polymer
Stars: ✭ 168 (+147.06%)
Mutual labels:  polymer
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+99083.82%)
Mutual labels:  polymer
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+125%)
Mutual labels:  polymer
Polymer Analyzer
Moved to Polymer/tools monorepo
Stars: ✭ 162 (+138.24%)
Mutual labels:  polymer
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+172.06%)
Mutual labels:  polymer
Elements
⚛⚗ A desktop App which displays the periodic table
Stars: ✭ 131 (+92.65%)
Mutual labels:  polymer
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (-25%)
Mutual labels:  polymer
Lrnwebcomponents
@lrnwebcomponents Monorepo for NPM based element definitions
Stars: ✭ 166 (+144.12%)
Mutual labels:  polymer
Polyserve
Moved to Polymer/tools monorepo
Stars: ✭ 194 (+185.29%)
Mutual labels:  polymer
Origami
Angular + Polymer
Stars: ✭ 158 (+132.35%)
Mutual labels:  polymer
Dspp Keras
Protein order and disorder data for Keras, Tensor Flow and Edward frameworks with automated update cycle made for continuous learning applications.
Stars: ✭ 160 (+135.29%)
Mutual labels:  polymer
Nyaovim
Web-enhanced Extensible Neovim Frontend
Stars: ✭ 2,166 (+3085.29%)
Mutual labels:  polymer
Cleverstyle Framework
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
Stars: ✭ 150 (+120.59%)
Mutual labels:  polymer
webapp-nordic-thingy
Thingy:52 reference web app
Stars: ✭ 54 (-20.59%)
Mutual labels:  polymer
React Polymer
Use Polymer elements in React
Stars: ✭ 137 (+101.47%)
Mutual labels:  polymer
Scroll Js
Light cross-browser scroller that uses native javascript
Stars: ✭ 179 (+163.24%)
Mutual labels:  polymer
mc-viewer
🌐🏠 A Web Component for visualizing Minecraft schematics
Stars: ✭ 25 (-63.24%)
Mutual labels:  polymer
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (-20.59%)
Mutual labels:  polymer
Polymer Webpack Loader
WebPack Loader for Polymer Web Components
Stars: ✭ 192 (+182.35%)
Mutual labels:  polymer

DEMO

A Jekyll theme built with Google's Polymer library and following the material design specifications. (Currently, this uses Polymer 1.x, but I have plans to update to 2.x.)

There are a few custom web components included designed to match Material design.

I created this theme because I couldn't figure out how to set up a Jekyll project to play nicely with Polymer, and because I didn't find any Jekyll blog themes available that used Polymer or followed Google's material design specifications.

Features

  • Full-text search with simple-jekyll-search
  • Paginated home page
  • Support for featured post images (appear on cards in previews)
  • Threaded comments with Disqus
  • Google Analytics integration
  • One-command deployment to Github Pages
  • Tagged posts with archive by tag
  • Authorship with Gravatar icons

Installation instructions

(Instructions are based off of those for the Polymer Starter Kit.)

  • Clone this repository or download it as a .zip file and unzip.
  • Install jekyll (and any other Ruby gems) with bundle install. (Prerequisite: must have Ruby installed; in Ubuntu/Debian, use sudo apt-get install ruby-dev. You may also have to install bundler with gem install bundler.)
  • From the project root folder, run npm install -g gulp bower && npm install && bower install. (See the old Polymer Starter Kit installation instructions for more details or troubleshooting.)

Structure

  • app/: All Jekyll content is here. (This is where all the editing happens)
    • bower_components: Content installed via bower ends up here
    • elements/: Custom web components using Polymer
    • images/: User images
    • media/: Other user content (PDFs, videos, etc.) for final product
    • scripts/: Javascript files
    • styles/: Custom CSS
    • _data/authors.yml: List of authors for posts and pages
  • dist/: Built output from Gulp. (Use to publish static content)
  • node_modules: Content installed via npm goes here

Deployment

Serve/watch

gulp serve: Starts a jekyll serve process on the default port (4000 or whatever is specified in _config.yml).

gulp serve --port 6666: Start serving on port 6666

gulp serve:dist: Build as below, and serve the result from the dist/ directory. (Useful for testing changes to the gulpfile. Currently does not work with a Jekyll baseurl configured.)

Build and vulcanize

gulp: Builds the files with jekyll, vulcanizes, minimizes, and puts the result in the dist/ directory. (This can be slow.)

Deploy

gulp deploy-gh-pages: Deploy the current build to the gh-pages branch of your repository.

gulp build-deploy-gh-pages: Rebuild and then deploy. (Equivalent to gulp && gulp deploy-gh-pages)

Future Improvements:

  • Improve gulp build
    • Minimize JS, CSS, HTML
  • Search
    • Escape toggles search show
    • arrow keys/tab moves focus on search results
    • better animation for search bar leaving/entering
  • Navigation drawer
    • Change hover effect on drawer items (see Google Music)
    • Make selected/active items in drawer colored
  • Page transition animations
  • Give option of setting card-colorbar color
  • Add ripple effect to nav drawer menu items
  • Pagination:
    • Maybe replace with actual buttons
    • hover effects like buttons?
    • Handle if it gets too wide for screen? (limit number of page links)
  • Tags
    • Allow filtering by tag (have list of all tags)
  • Add material box or lightbox for images
  • Add 'source' option for YAML frontmatter
  • increase spacing between list items
  • Fix things like header-panel to utilize updates to polymer paper elements

Known issues

  • JS and HTML aren't minimized
  • Too much space on cards between end of excerpt and read more button

License

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