A Jekyll theme in academic styles.
Add gem "jekyll-remote-theme"
to Gemfile.
Execute bundle install
Add - jekyll-seo-tag
after plugins:
in _config.yml.
Add - jekyll-remote-theme
after plugins:
in _config.yml.
Remove theme: minima
in _config.yml.
Add remote_theme: zeyu-xie/Lavender-Scholar-Lite
to _config.yml
Download template _config.yml
Make possible adjustments.
Example of basic site info is displayed below.
baseurl: blog
url: https://zeyu-xie.github.io/Wisteria-Moments
title: Wisteria Moments
author:
name: Acan
email: [email protected]
github: https://github.com/zeyu-xie
description: >
My moments found in Jan 2024.
lang: en
baseurl The subpath of your site. e.g. /blog
url The base hostname & protocol for your site. e.g. https://zeyu-xie.github.io/Wisteria-Moments/
title The site title. e.g. Wisteria Moments
author The site author's info list.
[email protected]
https://github.com/zeyu-xie
description The site's description.
lang: The site's language.
Example of theme-specific settings is displayed below.
copyright:
label: ©️
identity: Acan
content: All rights reserved.
date_format: "%b %-d, %Y"
show_excerpts: true
customized_background: false
customized_background_url:
"%b %-d, %Y"
/assets/image/bg-xxx.jpeg
p.s. You can choose either full URL or relative URL. If you use relative URL, the base URL is