Skip to content

The Splines/Splience homepage 🥐 Built with custom HTML/SCSS/JS on top of the amazing Jekyll. Hosted with GitHub Pages.

Notifications You must be signed in to change notification settings

Splines/homepage

Repository files navigation

The Splines/Splience homepage

Build locally

bundle exec jekyll serve --livereload --incremental

or short:

jekyll s -Il

Then, access on localhost:4000 instead of 127.0.0.1:4000 to avoid local CORS errors.

How to publish drafts for others to review

Add this to the frontmatter of the post:

---
draft: true
permalink: /blog/drafts/<your-random-hash>
---

How to add a new language for code blocks

Download prismjs and place the JS as vendor/prism.js to allow for server-side rendering of code blocks. Toggle these languages:

JavaScript (needs C-like), HTML (and other markup languages), ERB, CSS, Sass (SCSS), Ruby, JSON + Web App Manifest, YAML, Docker

About

The Splines/Splience homepage 🥐 Built with custom HTML/SCSS/JS on top of the amazing Jekyll. Hosted with GitHub Pages.

Topics

Resources

Stars

Watchers

Forks