Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 30-technology-renaiss…
Browse files Browse the repository at this point in the history
…ance
  • Loading branch information
shivan-s committed Nov 8, 2024
2 parents 666e26f + 1b1f0bd commit fe40576
Show file tree
Hide file tree
Showing 146 changed files with 773 additions and 692 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated files by hugo
/public/
/resources/_gen/
/resources/
/assets/jsconfig.json
hugo_stats.json

Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "themes/mini"]
path = themes/mini
url = https://github.com/nodejh/hugo-theme-mini.git
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
[submodule "themes/optom-code"]
path = themes/optom-code
url = https://github.com/shivan-s/hugo-optom-code.git
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ repos:
- id: check-yaml
- id: check-json
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
- hooks:
- id: optimize-png
- id: optimize-jpg
# FIXME: Keeps endlessly optimising
# - id: optimize-webp
# args: [--threshold=2]
- id: optimize-svg
repo: https://github.com/boidolr/pre-commit-images
rev: v1.7.0
rev: v1.8.2
1 change: 0 additions & 1 deletion archetypes/post-bundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ author: Shivan Sivakumaran
title: {{ replace .Name "-" " " | title }}
date: {{ .Date | time.Format "2006-01-02" }}
summary: summary
categories: [""]
tags: [""]
draft: true
cover:
Expand Down
26 changes: 0 additions & 26 deletions archetypes/project-bundle/index.md

This file was deleted.

31 changes: 0 additions & 31 deletions assets/css/extended/custom.css

This file was deleted.

165 changes: 0 additions & 165 deletions assets/js/fastsearch.js

This file was deleted.

Loading

0 comments on commit fe40576

Please sign in to comment.