Skip to content

Commit e10e279

Browse files
committed
cleanup and gicuss improvements
1 parent a09e1c1 commit e10e279

24 files changed

Lines changed: 2844 additions & 1258 deletions

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Force LF line endings, needed for Docker to work on Windows
2-
*.sh text eol=lf
2+
*.sh text eol=lf# SCM syntax highlighting & preventing 3-way merges
3+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.github/workflows/axe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Purge unused CSS 🧹
5151
run: |
5252
npm install -g purgecss
53-
purgecss -c purgecss.config.js
53+
purgecss -c .js
5454
- name: Get Chromium version 🌐
5555
# https://github.com/GoogleChromeLabs/chrome-for-testing?tab=readme-ov-file#other-api-endpoints
5656
run: |

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ Gemfile.lock
1010
assets/libs/
1111
node_modules/
1212
vendor
13-
.idea
13+
.idea# pixi environments
14+
.pixi/*
15+
!.pixi/config.toml
16+
INSTALL.md
17+
CUSTOMIZE.md
18+
FAQ.md
19+
CONTRIBUTING.md
20+
README.md

CONTRIBUTING.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

CUSTOMIZE.md

Lines changed: 0 additions & 294 deletions
This file was deleted.

FAQ.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

INSTALL.md

Lines changed: 0 additions & 253 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 494 deletions
This file was deleted.

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ related_blog_posts:
103103
# Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
104104
giscus:
105105
repo: ARC345/arc345.github.io # <your-github-user-name>/<your-github-repo-name>
106-
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
106+
repo_id: R_kgDOPxehwg # leave empty or specify your repo_id (see https://giscus.app/)
107107
category: Comments # name of the category under which discussions will be created
108-
category_id: # leave empty or specify your category_id (see https://giscus.app/)
108+
category_id: DIC_kwDOPxehws4C08Rk # leave empty or specify your category_id (see https://giscus.app/)
109109
mapping: title # identify discussions by post title
110-
strict: 1 # use strict identification mode
110+
strict: 0 # use strict identification mode
111111
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
112-
input_position: bottom # whether to display input form below (bottom) or above (top) the comments
112+
input_position: top # whether to display input form below (bottom) or above (top) the comments
113113
dark_theme: dark # name of the dark color scheme (preferred works well with al-folio dark mode)
114114
light_theme: light # name of the light color scheme (preferred works well with al-folio light mode)
115115
emit_metadata: 0

_data/repositories.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ github_repos:
88
- ARC345/ARC-Engine
99
- ARC345/ARC-SurvivalGame
1010
- ARC345/arc345.github.io
11+
- ARC345/gpt-from-scratch

0 commit comments

Comments
 (0)