Compare commits

..

8 Commits

Author SHA1 Message Date
94ca95821d all done
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-29 00:00:17 +01:00
ceee45409d test changes
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-28 23:58:45 +01:00
7eed2ee59a test changes
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-28 23:56:47 +01:00
9a7e9048f2 test changes
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-28 23:54:38 +01:00
de224373ed test changes
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-28 23:51:51 +01:00
a1a0e15f6d test changes
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-28 23:51:06 +01:00
b200528007 test changes
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-28 23:44:42 +01:00
083fb3fd48 test changes
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-28 23:42:56 +01:00
3 changed files with 8 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ steps:
- name: docker_socket
path: /var/run/docker.sock
commands:
- docker-compose -f docker-compose.yml up -d --force-recreate
- docker-compose -f docker-compose.yml up --build --force-recreate -d
trigger:
branch:
- main
@@ -29,7 +29,7 @@ steps:
- name: docker_socket
path: /var/run/docker.sock
commands:
- docker-compose -f docker-compose.dev.yml up -d --force-recreate
- docker-compose -f docker-compose.dev.yml up --build --force-recreate -d
trigger:
branch:
- dev

View File

@@ -5,9 +5,9 @@ import { motion, AnimatePresence } from "framer-motion";
import { Logo } from "./Logo";
const links = [
{ name: "blog", href: "/blog" },
{ name: "projects", href: "/projects" },
{ name: "github", href: "https://git.peroxy.dev/kookroach" },
{ name: "Blog", href: "/blog" },
{ name: "Projects", href: "/projects" },
{ name: "Gitea", href: "https://git.peroxy.dev/kookroach" },
];
export const Navbar = () => {
const [showMenu, setShowMenu] = useState(false);

View File

@@ -9,3 +9,5 @@ description: Short description
# First blog
Insane
test change