Hi there. I am Lóránt Pintér from Hungary, and here I’m jotting down thoughts on my meandering exploration around topics like embedded technologies, product design, coding etc.
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 1923d41..0000000 --- a/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index e666dac..0000000 --- a/.github/workflows/gh-pages.yml +++ /dev/null @@ -1,79 +0,0 @@ -name: Build and deploy - -on: - push: - branches: - - main - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -concurrency: - group: pages - cancel-in-progress: false - -jobs: - build: - runs-on: ubuntu-latest - container: - image: hugomods/hugo:ci - env: - TZ: Europe/Budapest - - steps: - - name: Checkout - uses: actions/checkout@v6 - with: - submodules: recursive - fetch-depth: 0 - - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 - - - name: Cache restore - id: cache-restore - uses: actions/cache/restore@v5 - with: - path: ${{ runner.temp }}/hugo_cache - key: hugo-${{ github.run_id }} - restore-keys: - hugo- - - - name: Build the site - run: | - hugo \ - --gc \ - --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" \ - --cacheDir "${{ runner.temp }}/hugo_cache" - - - name: Cache save - id: cache-save - uses: actions/cache/save@v5 - with: - path: ${{ runner.temp }}/hugo_cache - key: ${{ steps.cache-restore.outputs.cache-primary-key }} - - # This is necessary to upload artifacts - - name: Install GNU Tar - run: | - apk add tar - - - name: Upload artifact - uses: actions/upload-pages-artifact@v4 - with: - path: ./public - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b1154f1..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# Generated files by hugo -/public/ -/resources/_gen/ -/assets/jsconfig.json -hugo_stats.json - -# Executable may be added to repository -hugo.exe -hugo.darwin -hugo.linux - -# Temporary lock file while building -/.hugo_build.lock - -*.local.json diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index ce3490a..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/hugo-coder"] - path = themes/hugo-coder - url = https://github.com/luizdepra/hugo-coder.git diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..dceb84e --- /dev/null +++ b/404.html @@ -0,0 +1,6 @@ +
Hi there. I am Lóránt Pintér from Hungary, and here I’m jotting down thoughts on my meandering exploration around topics like embedded technologies, product design, coding etc.