devol.it/README.md

72 lines
2.9 KiB
Markdown
Raw Normal View History

2016-08-25 20:05:54 +02:00
# Forty - Jekyll Theme
A Jekyll version of the "Forty" theme by [HTML5 UP](https://html5up.net/).
![Forty Theme](assets/images/forty.jpg "Forty Theme")
2016-08-25 20:05:54 +02:00
# How to Use
2016-11-25 20:33:00 +01:00
For those unfamiliar with how Jekyll works, check out [jekyllrb.com](https://jekyllrb.com/) for all the details,
2016-08-25 20:05:54 +02:00
or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/),
and [creating pages](https://jekyllrb.com/docs/pages/).
- **GitLab**: Simply fork this repository and start editing the `_config.yml` file!
2021-04-04 19:47:28 +02:00
- **GitHub**:
1. Fork this repository.
2. Set up a Personal Access Token ([instructions](https://jekyllrb.com/docs/continuous-integration/github-actions/#providing-permissions)) named `JEKYLL_PAT`.
3. The GitHub Actions workflow should have run when you forked the repo. This initial run will fail because of the missing `JEKYLL_PAT` secret not being set. Got to the workflow run and click "re-run all workflows". This time it should succeed.
4. Start editing the `_config.yml` file!
2021-03-27 02:32:55 +01:00
2021-03-27 02:48:04 +01:00
> NOTE: GitHub Actions is required to deploy to GitHub Pages because GitHub [refuses to update their version of Jekyll](https://github.com/github/pages-gem/issues/651).
2016-08-25 20:05:54 +02:00
# Added Features
2016-08-26 01:56:04 +02:00
* **[Formspree.io](https://formspree.io/) contact form integration** - just add your email to the `_config.yml` and it works!
2016-08-26 04:48:05 +02:00
* Use `_config.yml` to **set whether the homepage tiles should pull pages or posts**, as well as how many to display.
2016-08-26 00:35:40 +02:00
* Add your **social profiles** easily in `_config.yml`. Only social profiles buttons you enter in `config.yml` show up on the site footer!
2016-08-26 05:16:19 +02:00
* Set **featured images** in front matter.
2016-08-25 20:05:54 +02:00
# Credits
Original README from HTML5 UP:
```
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
This is Forty, my latest and greatest addition to HTML5 UP and, per its incredibly
creative name, my 40th (woohoo)! It's built around a grid of "image tiles" that are
set up to smoothly transition to secondary landing pages (for which a separate page
template is provided), and includes a number of neat effects (check out the menu!),
extra features, and all the usual stuff you'd expect. Hope you dig it!
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
you can use for pretty much whatever.
(* = not included)
AJ
aj@lkn.io | @ajlkn
Credits:
Demo Images:
Unsplash (unsplash.com)
Icons:
Font Awesome (fortawesome.github.com/Font-Awesome)
Other:
jQuery (jquery.com)
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
background-size polyfill (github.com/louisremi)
Misc. Sass functions (@HugoGiraudel)
Respond.js (j.mp/respondjs)
Skel (skel.io)
```
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/).