Skip to content

Commit

Permalink
🌼 🌼 🌼
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Sep 12, 2023
1 parent 6ca5fc2 commit e0173e4
Show file tree
Hide file tree
Showing 33 changed files with 367 additions and 21,852 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/run-tests.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
branch: 1.x
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
file_pattern: CHANGELOG.md
593 changes: 296 additions & 297 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Changelog
weight: 100
---

All changes to `Artemis` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/artemis/blob/main/CHANGELOG.md)
All changes to `Artemis` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/artemis/blob/1.x/CHANGELOG.md)
8 changes: 1 addition & 7 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ Publish the assets files:
php artisan vendor:publish --tag=zeus-artemis-assets
```

## Config

```bash
php artisan vendor:publish --tag=zeus-config
```

now, open the file `zeus.php` and set the layout and theme:

```php
Expand All @@ -35,4 +29,4 @@ now, open the file `zeus.php` and set the layout and theme:

to setup the main menu, head to the admin page and create the menu.

then set the slug in the `zeus-artemis.php` config file
then set the slug in the `zeus.php` config file
18 changes: 12 additions & 6 deletions resources/css/breeze.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
@tailwind components;
@tailwind utilities;

/* Sky search result highlight */
span.highlight {
/*@apply bg-primary-200 text-primary-700 px-2*/
@layer components {
/* Sky search result highlight */
span.highlight {
@apply bg-primary-200 text-primary-700 px-2
}
}

/* debug tool 😜 */
.bord {
border: solid 1px chocolate;

@layer utilities {
/* debug tool 😜 */
.bord {
border: solid 1px chocolate;
}
}

1 change: 1 addition & 0 deletions resources/css/daisy.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@config "../../tailwind-daisy.config.js";

@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down
Loading

0 comments on commit e0173e4

Please sign in to comment.