openSUSE / jekyll-theme

Simple and readable openSUSE jekyll theme
GNU General Public License v3.0
5 stars 10 forks source link

Allow full jquery, extra head and footer content override. #30

Closed guoyunhe closed 4 years ago

guoyunhe commented 4 years ago

If you just want to use full jquery:

# _config.yml
jquery_full: true

If you want to add more scripts and styles in <head>, create _includes/head-extra.html:

<script src="..."></script>

If you want to add more stuff at the end of <body>, create _includes/footer-extra.html:

<template>...</template>

Fix #29