Skip to content

Commit

Permalink
Feature/redesign (#15)
Browse files Browse the repository at this point in the history
* npm to yarn migration

* prettier plugin tailwindcss

* bundle-in fonts

* background and layout

* migrate to atomic design system file structure

* brought back prev design

* fix webstorm prettier & code highlight

* moved links to profile

* removed threads

* removed codeql
  • Loading branch information
Mordechai Dror authored Dec 6, 2023
1 parent 09c4d00 commit a6b34fc
Show file tree
Hide file tree
Showing 60 changed files with 8,580 additions and 9,612 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/codeql.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/deps-check.yml

This file was deleted.

41 changes: 17 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
# build output
dist/

# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

.idea
.vscode
**/.idea
**/node_modules
**/dist
**/.astro

packages/blog/src/content/.obsidian
packages/blog/src/content/templates

# yarn v2
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run format
npm run check --workspace=blog
yarn format
yarn check
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
Loading

0 comments on commit a6b34fc

Please sign in to comment.