diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..b51385d --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +pipeline: + build: + image: jauderho/zola:latest + commands: + - zola check + - chmod -R a+rw /mnt + - zola build -o /mnt/dist --force + + volumes: + - /home/n/CI/k0r_in:/mnt/ \ No newline at end of file diff --git a/config.toml b/config.toml index 8964989..12c4a51 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://k0r.in" +base_url = "https://ng.k0r.in" compile_sass = true build_search_index = false generate_rss = true