From a004d10ed4bd6091e96e3b4fc4c3461ad5c79c6b Mon Sep 17 00:00:00 2001 From: hexlocation Date: Mon, 18 Nov 2024 12:07:35 +0100 Subject: [PATCH] some more renaming --- .woodpecker.yaml | 14 ++++++++------ README.md | 2 +- data.template/posts/welcome.md | 14 +++++++------- docker-compose.yml | 2 +- package-lock.json | 2 +- scripts/docker_bootstrapper.sh | 4 ++-- scripts/docker_build.sh | 6 +++--- scripts/docker_test.sh | 4 ++-- scripts/docker_test_bash.sh | 4 ++-- src/views/themes/default/footer.ejs | 2 +- src/views/themes/iwakura/footer.ejs | 2 +- 11 files changed, 29 insertions(+), 27 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 6f9c873..e6e5ffa 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,18 +1,20 @@ # yes when: - branch: ['dev', 'stable'] + branch: ["dev", "stable"] event: ["push", "manual"] steps: - name: build image: woodpeckerci/plugin-docker-buildx - secrets: [ gitpat ] + secrets: [gitpat] settings: - repo: git.iwakura.rip/hex/disseminate + repo: git.iwakura.rip/hex/jabe platforms: linux/amd64 dockerfile: Dockerfile - tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] + tags: + ["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] username: hex - registry: git.iwakura.rip + registry: + git.iwakura.rip #insecure: true - password: + password: from_secret: gitpat diff --git a/README.md b/README.md index 2619dfd..5fbd983 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It stems from an issue i've come across, where no blogging platform i could find JABE is a work-in-progress, although it is in a more than usable state. -## Blogs using Disseminate +## Blogs using JABE - [My own :)](https://blog.iwakura.rip) diff --git a/data.template/posts/welcome.md b/data.template/posts/welcome.md index 27c686c..d6e1d7b 100644 --- a/data.template/posts/welcome.md +++ b/data.template/posts/welcome.md @@ -1,13 +1,13 @@ -# Welcome to Disseminate! - +# Welcome to JABE + Welcome, user! We are glad to have you on board! To start, find the "posts" directory in the data folder you have created, or mounted using docker. -This is the same directory you put your config file in. +This is the same directory you put your config file in. + +Create a file named "hello.md", and start the file with: -Create a file named "hello.md", and start the file with: ``` # [Your Title] -``` - -Now you can start writing blog posts! +``` +Now you can start writing blog posts! diff --git a/docker-compose.yml b/docker-compose.yml index 3e88acd..55450fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: jabe: - container_name: disseminate + container_name: jabe image: git.iwakura.rip/hex/jabe:stable-latest volumes: - ./data:/app/data # bind mount is recommended. diff --git a/package-lock.json b/package-lock.json index 69a3a40..7b8d0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "disseminate", + "name": "JABE", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/scripts/docker_bootstrapper.sh b/scripts/docker_bootstrapper.sh index 70621f1..6952a67 100755 --- a/scripts/docker_bootstrapper.sh +++ b/scripts/docker_bootstrapper.sh @@ -1,4 +1,4 @@ -cat << EOF +cat < - powered by Disseminate + powered by JABE diff --git a/src/views/themes/iwakura/footer.ejs b/src/views/themes/iwakura/footer.ejs index 4ea0579..3147563 100644 --- a/src/views/themes/iwakura/footer.ejs +++ b/src/views/themes/iwakura/footer.ejs @@ -1,3 +1,3 @@