Skip to content

Commit

Permalink
renamed: static/global.css -> assets/global.css
Browse files Browse the repository at this point in the history
	renamed:    static/themes/night.css -> assets/themes/night.css
  • Loading branch information
ss-o committed Dec 18, 2023
1 parent d855864 commit 9f6eb9e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
1 change: 1 addition & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*logs
*actions
*notifications
*tools
plugins
user_trunk.yaml
user.yaml
10 changes: 10 additions & 0 deletions .trunk/configs/.yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true
20 changes: 13 additions & 7 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
version: 0.1
cli:
version: 1.5.0
version: 1.18.1
plugins:
sources:
- id: trunk
ref: v0.0.11
ref: v1.4.0
uri: https://github.com/trunk-io/plugins
lint:
disabled:
- checkov
- yamllint
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- [email protected].23
- prettier@2.8.4
- gitleaks@8.15.3
- [email protected].26
- prettier@3.1.1
- gitleaks@8.18.1
ignore:
- linters: [ALL]
paths:
Expand All @@ -21,7 +26,8 @@ lint:
- "history/**"
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
actions:
enabled:
Expand Down
14 changes: 12 additions & 2 deletions static/global.css → assets/global.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
body {
margin: 0;
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family:
Roboto,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Oxygen,
Ubuntu,
Cantarell,
Fira Sans,
Droid Sans,
Helvetica Neue,
sans-serif;
line-height: 1.5;
padding-bottom: 2.5rem;
}
Expand Down
File renamed without changes.

0 comments on commit 9f6eb9e

Please sign in to comment.