From a49758bebe46d2f5bc0b96acc097176fb078aef6 Mon Sep 17 00:00:00 2001 From: joshpinto6 <91392083+joshpinto6@users.noreply.github.com> Date: Sat, 31 May 2025 20:54:03 +0000 Subject: [PATCH] :sparkles: restructure versioning, git metadata, nav --- Gemfile | 9 ++++++--- README.md | 12 +++++++++--- _config.yml | 2 +- _data/nav.yml | 1 + _includes/nav.html | 3 +++ _layouts/default.html | 2 +- assets/css/main.css | 13 ------------- package-lock.json | 1 + package.json | 7 +++++++ 9 files changed, 29 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index d6ced4e..7190132 100644 --- a/Gemfile +++ b/Gemfile @@ -2,11 +2,14 @@ source "https://rubygems.org" -gem "jekyll", "~> 3" +gem "jekyll", "~> 4" gem "webrick", "~> 1.7" group :jekyll_plugins do gem "jekyll-postcss" - gem 'jekyll-git_metadata' gem 'kramdown-parser-gfm' -end \ No newline at end of file +end + +source "https://rubygems.pkg.github.com/joshpinto6" do + gem "jekyll-git_metadata" +end \ No newline at end of file diff --git a/README.md b/README.md index 2666c5f..bbcacaa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ -# Doctored (A Jekyll Theme) +# 🎩 Doctored -# Usage +A blog theme prioritizing uniqueness, technical complexity, and sophistication. -Run `bundle install` and `bundle exec jekyll serve --watch` to install dependencies and test respectively. +## About + +Made entirely by me following the [Tonic](https://tonic.hackclub.com) starter guide. + +## Usage + +Run `npm install` and `npm run dev` to develop. Run `npm run build` to build diff --git a/_config.yml b/_config.yml index dfcd0f9..eefee06 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: Doctored +title: 🎩 Doctored description: "A blog theme prioritizing uniqueness, complexity, and minimalism." github: "https://github.com/joshpinto6/doctored" encoding: utf-8 diff --git a/_data/nav.yml b/_data/nav.yml index 8d3e99a..01fe9c5 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,4 +1,5 @@ title: Doctored +emoji: 🎩 description: A Jekyll blog theme which prioritizes uniqueness, technical complexity, and minimalism. pages: - title: about diff --git a/_includes/nav.html b/_includes/nav.html index 5df611e..9ac769f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,8 @@
+
+ {{site.data.nav.emoji}}

{{ site.data.nav.title }}

+
-
+
{{ content }}