Skip to content

Commit

Permalink
Removed redundant _config.yml section.
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Jun 18, 2024
1 parent 9b40d5f commit 0155401
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ hydejack:
# Set to `true` to allow visitors to switch between light and dark mode.
icon: true

# for date formatting in comments
date_format: "%b %-d, %Y"

# ⚡️ DANGER ZONE ⚡️
# ----------------
# This is an _experimental_ feature.
Expand Down
2 changes: 1 addition & 1 deletion _includes/my-comment-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>{{comment.name}}</h3>
datetime="{{ page.date | date_to_xmlschema }}"
itemprop="datePublished"
>
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{%- assign date_format = site.hydejack.date_format | default: "%b %-d, %Y" -%}
{{ comment.date | date:" %H:%M - %b %-d, %Y" }}
</time>
<p>{{comment.message | strip_html | markdownify }}</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: post
title: "Reconfiguring the Blog for the Hydejack Jekyll Theme"
title: "Reconfiguring the Blog for the Jekyll Hydejack Theme"
date: 2023-12-22
category: topics
tags: github-pages jekyll
description: >
Moving from minima to hydejack jekyll theme.
Moving from minima to jekyll hydejack theme.
---
- Table of Contents
{:toc .large-only}
Expand Down
9 changes: 9 additions & 0 deletions zubeax.github.io.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 0155401

Please sign in to comment.