diff --git a/.woodpecker.yml b/.woodpecker.yml index fbbf8df..c9133ba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,17 +3,17 @@ clone: image: bash commands: - cd /home/daudix - - if [ -d Projects/duckquill ]; then - - cd Projects/duckquill + - if [ -d .exoci/duckquill ]; then + - cd .exoci/duckquill - git pull - git submodule update - else - - git clone --recursive https://git.exozy.me/daudix/duckquill.git Projects/duckquill + - git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill - fi pipeline: build: image: bash commands: - - cd /home/daudix/Projects/duckquill - - ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix/duckquill --force \ No newline at end of file + - cd /home/daudix/.exoci/duckquill + - ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix/duckquill --force diff --git a/config.toml b/config.toml index cd370ef..42b0768 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,8 @@ issues_url = "https://codeberg.org/daudix-UFO/duckquill/issues" source_url = "https://codeberg.org/daudix-UFO/duckquill" nav_links = [ {url = "https://codeberg.org/daudix-UFO/duckquill", name = "Repo"}, - {url = "blog", name = "Blog"}, + {url = "/demo", name = "Demo"}, + {url = "/blog", name = "Blog"}, ] [extra.footer] diff --git a/sass/_main.scss b/sass/_main.scss index ee635cc..1550865 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -10,7 +10,7 @@ body { margin: 0; padding: 0; scroll-behavior: smooth; - scrollbar-color: var(--fg50) transparent; + scrollbar-color: var(--accent-color) transparent; accent-color: var(--accent-color); }