|
| 1 | +# Spectral - Jekyll Theme |
| 2 | + |
| 3 | +A Jekyll version of the "Spectral" theme by [HTML5 UP](https://html5up.net/). |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +# How to Use |
| 8 | + |
| 9 | +For those unfamiliar with how Jekyll works, check out [https://jekyllrb.com/](https://jekyllrb.com/) for all the details, |
| 10 | +or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/), |
| 11 | +and [creating pages](https://jekyllrb.com/docs/pages/). |
| 12 | + |
| 13 | +- **GitLab**: Simply fork this repository and start editing the `_config.yml` file! |
| 14 | +- **GitHub**: Fork this reposity and create a branch named `gh-pages`, then start editing the `_config.yml` file! The `.gitlab-ci.yml` file is only needed for GitLab Pages, so feel free to delete this if you are using GitHub instead. |
| 15 | + |
| 16 | +# Added Features |
| 17 | + |
| 18 | +* Add your **social profiles** easily in `_config.yml`. Only social profiles buttons you enter in `config.yml` show up on the site footer! |
| 19 | +* **Coming soon**: Set **featured images** in front matter. |
| 20 | +* **Coming soon**: Front page sections automatically pull from posts. |
| 21 | + |
| 22 | +# Credits |
| 23 | + |
| 24 | +Original README from HTML5 UP: |
| 25 | + |
| 26 | +``` |
| 27 | +Spectral by HTML5 UP |
| 28 | +html5up.net | @ajlkn |
| 29 | +Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
| 30 | +
|
| 31 | +
|
| 32 | +A big, modern, blocky affair with a mobile-style menu, fully responsive styling, |
| 33 | +and an assortment of pre-styled elements. So, pretty much what you were expecting |
| 34 | +-- except, of course, for how it's put together, specifically: |
| 35 | +
|
| 36 | +- It's built on Skel 3*, a leaner, more modular rewrite of my responsive framework. |
| 37 | +
|
| 38 | + (* = still in development as of this writing) |
| 39 | +
|
| 40 | +- It uses flexbox*, which eliminates all kinds of terrible hacks and clunky layout |
| 41 | + stopgaps (like CSS grid systems). |
| 42 | +
|
| 43 | + (* = not supported on IE8/9, but non-flexbox fallbacks are included) |
| 44 | +
|
| 45 | +- It uses Sass* a lot more intelligently, thanks in part to several new mixins |
| 46 | + and functions I've been working on (as well as a few by @HugoGiraudel). |
| 47 | +
|
| 48 | + (* = still entirely optional if you prefer vanilla CSS :) |
| 49 | +
|
| 50 | +- A ton of other stuff. |
| 51 | +
|
| 52 | +In short, Spectral's the culmination of several new things I'm working on/trying out, |
| 53 | +so please, let me know what you think :) |
| 54 | +
|
| 55 | +Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images |
| 56 | +you can use for pretty much whatever. |
| 57 | +
|
| 58 | +(* = not included) |
| 59 | +
|
| 60 | +AJ |
| 61 | +aj@lkn.io | @ajlkn |
| 62 | +
|
| 63 | +
|
| 64 | +Credits: |
| 65 | +
|
| 66 | + Demo Images: |
| 67 | + Unsplash (unsplash.com) |
| 68 | +
|
| 69 | + Icons: |
| 70 | + Font Awesome (fortawesome.github.com/Font-Awesome) |
| 71 | +
|
| 72 | + Other: |
| 73 | + jQuery (jquery.com) |
| 74 | + html5shiv.js (@afarkas @jdalton @jon_neal @rem) |
| 75 | + background-size polyfill (github.com/louisremi) |
| 76 | + Misc. Sass functions (@HugoGiraudel) |
| 77 | + Respond.js (j.mp/respondjs) |
| 78 | + Skel (skel.io) |
| 79 | +
|
| 80 | +``` |
| 81 | + |
| 82 | +Repository [Jekyll logo](https://github.com/jekyll/brand) icon licensed under a [Creative Commons Attribution 4.0 International License](http://choosealicense.com/licenses/cc-by-4.0/). |
0 commit comments