Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSteam committed Mar 3, 2024
1 parent 471ace1 commit 03a63b9
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 27 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,41 @@

This project is a fork of the default [minima theme](https://github.com/jekyll/minima) that [Jekyll](https://github.com/jekyll/jekyll) uses, aiming to add enough functionality to make minima a realistic choice, without any bloat / nonsense.

## About
## About

minimaJake is used to host [JakeSteam](https://github.com/JakeSteam)'s [personal](https://jakelee.co.uk), [programming](https://blog.jakelee.co.uk), and [internet history](https://history.jakelee.co.uk) sites.

A live demo is available at [minima.jakelee.co.uk](https://minima.jakelee.co.uk), and a full guide to all features is available in [the announcement post](https://blog.jakelee.co.uk/introducing-minimajake-for-jekyll/).

## How to use

The easiest way is to just [copy the `_config.yml`](https://github.com/JakeSteam/blog-programming/blob/main/_config.yml) from one of the blogs using this theme, updating the name / accent colour etc as desired.
The easiest way is to just [copy the `_config.yml`](https://github.com/JakeSteam/blog-programming/blob/main/_config.yml) from one of the blogs using this theme, updating the name / accent colour etc as desired.

The theme is imported via `remote_theme: JakeSteam/minimaJake`, optionally adding `@1.0.9` to specify a release from [the releases page](https://github.com/JakeSteam/minimaJake/releases).
The theme is imported via `remote_theme: JakeSteam/minimaJake`, optionally adding `@1.0.11` to specify a release from [the releases page](https://github.com/JakeSteam/minimaJake/releases).

## Additions

Native (liquid) features:

* Table of contents (toggleable & collapsible)
* Linkable headers
* Tag system
* Pagination improvements
* End of post call to action
* Social & meta link system in footer
* Network site picker
* Plaintext or HTML excerpts (`show_excerpts` / `show_excerpts_html`)
* Read time / word count (`replace_read_time_with_word_count`)
* Search
- Table of contents (toggleable & collapsible)
- Linkable headers
- Tag system
- Pagination improvements
- End of post call to action
- Social & meta link system in footer
- Network site picker
- Plaintext or HTML excerpts (`show_excerpts` / `show_excerpts_html`)
- Read time / word count (`replace_read_time_with_word_count`)
- Search

Third party features:

* Giscus comments
* Configurable Ko-fi donation button & floating prompt
- Giscus comments
- Configurable Ko-fi donation button & floating prompt

Design changes:

* Banner images
* Accent colour system
- Banner images
- Accent colour system

[![](https://blog.jakelee.co.uk/assets/images/2023/minimajake.png)](https://blog.jakelee.co.uk/assets/images/2023/minimajake.png)

41 changes: 32 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: minimaJake
description: An example of & updates from the minima fork minimaJake.
accent_colour: "#951A00"
theme_version: 1.0.11
theme_version: 1.0.12

# Optional native feature customisation (delete to turn off)
table_of_contents_header: "Jump to:"
Expand All @@ -25,10 +25,18 @@ kofi_floating_text: Tip / Suggest
# Network site picker
network:
- { name: Programming, url: "https://blog.jakelee.co.uk", colour: "#2a7ae2" }
- { name: Internet History, url: "https://history.jakelee.co.uk", colour: "#075e78" }
- {
name: Internet History,
url: "https://history.jakelee.co.uk",
colour: "#075e78",
}
- { name: Theme, url: "https://minima.jakelee.co.uk", colour: "#951A00" }
- { name: Cat Charity, url: "https://news.codecured.org", colour: "#111b6d" }
- { name: Fragments, url: "https://fragments.jakelee.co.uk", colour: "#ad33a9" }
- {
name: Fragments,
url: "https://fragments.jakelee.co.uk",
colour: "#ad33a9",
}
- { name: Everything Else, url: "https://jakelee.co.uk", colour: "#acacac" }

# Social / dark mode settings
Expand All @@ -37,13 +45,28 @@ minima:
social_links:
- { platform: github, user_url: "https://github.com/JakeSteam" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/Jake-Lee" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/608312/Jake-Lee" }
# - { platform: twitter, user_url: "https://www.twitter.com/JakeLeeUK" }
- {
platform: stackoverflow,
user_url: "https://stackoverflow.com/users/608312/Jake-Lee",
}
# - { platform: twitter, user_url: "https://www.twitter.com/JakeLeeUK" }
- { platform: x, user_url: "https://www.x.com/JakeLeeUK" }
- { platform: email, user_url: "mailto:minima@jakelee.co.uk", user_title: "minima@jakelee.co.uk" }
- { platform: code, user_url: "https://github.com/JakeSteam/minimaJake", user_title: "JakeSteam/minimaJake" }
- {
platform: email,
user_url: "mailto:minima@jakelee.co.uk",
user_title: "minima@jakelee.co.uk",
}
- {
platform: code,
user_url: "https://github.com/JakeSteam/minimaJake",
user_title: "JakeSteam/minimaJake",
}
- { platform: rss, user_url: "/feed.xml", user_title: "RSS Feed" }
- { platform: substack, user_url: "https://jakeweeklee.substack.com/", user_title: "Jake Week Lee" }
- {
platform: substack,
user_url: "https://jakeweeklee.substack.com/",
user_title: "Jake Week Lee",
}
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
Expand Down Expand Up @@ -79,4 +102,4 @@ paginate_path: page/:num/
kramdown:
syntax_highlighter_opts:
default_lang: kotlin
guess_lang: true
guess_lang: true

0 comments on commit 03a63b9

Please sign in to comment.