diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..eac633f --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,18 @@ +name: Docker Image CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 0000000..6cb8985 --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/LNKD.tech Editor.xml b/.idea/LNKD.tech Editor.xml new file mode 100644 index 0000000..ca864dc --- /dev/null +++ b/.idea/LNKD.tech Editor.xml @@ -0,0 +1,29 @@ + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..9479083 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,23 @@ + + + + + sqlite.xerial + true + true + $PROJECT_DIR$/../pubby-django/server/server/settings.py + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/../pubby-django/server/db.sqlite3 + $ProjectFileDir$ + + + sqlite.xerial + true + true + $PROJECT_DIR$/../haskala/haskala/settings/base.py + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/../haskala/db.sqlite3 + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/judaicalink-site.iml b/.idea/judaicalink-site.iml index 37358d9..3e3f986 100644 --- a/.idea/judaicalink-site.iml +++ b/.idea/judaicalink-site.iml @@ -5,12 +5,11 @@ + - + - - - +