diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml deleted file mode 100644 index b345929..0000000 --- a/.forgejo/workflows/build.yaml +++ /dev/null @@ -1,61 +0,0 @@ -name: build-to-pages -on: [push] -branches: [main] -jobs: - build: - runs-on: docker - container: - image: node:latest - env: - HUGO_VERSION: 0.115.4 - steps: - - name: Install Hugo CLI - run: | - wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ - && dpkg -i ${{ runner.temp }}/hugo.deb - - name: Install Dart Sass - run: npm i -g sass - - uses: actions/checkout@v4 - with: - submodules: recursive - - name: Build with hugo - env: - # For maximum backward compatibility with Hugo modules - HUGO_ENVIRONMENT: production - HUGO_ENV: production - run: hugo --minify - - name: Optimize images - shell: bash - run: | - ./themes/kobel/assets/build/images.sh - - name: Zip output - run: apt update && apt install zip -y && zip -r public.zip public/ - - uses: actions/upload-artifact@v3 - with: - name: hugo-output - path: ./public.zip - if-no-files-found: error - retention-days: 1 - push: - runs-on: docker - container: - image: node:latest - steps: - - uses: actions/checkout@v4 - with: - ref: public - - name: Clean current files in directory - run: rm -rf * - - uses: actions/download-artifact@v3 - with: - name: hugo-output - - name: Unzip hugo output - shell: bash - run: apt update && apt install unzip -y && unzip public.zip -d . && shopt -s dotglob && mv ./public/* ./ - - name: Publish - run: | - git config user.name "forgejo-actions" - git config user.email "" - git add . - git commit -m "generated" - git push diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 1c9025e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/kobel"] - path = themes/kobel - url = https://code.nutfactory.org/themes/kobel.git diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/assets/images/avatar.jpg b/assets/images/avatar.jpg deleted file mode 100644 index e30b369..0000000 Binary files a/assets/images/avatar.jpg and /dev/null differ diff --git a/config.yaml b/config.yaml deleted file mode 100644 index ad3bfe6..0000000 --- a/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -theme: kobel -baseURL: https://melissasarria.site/ -languageCode: en-us -title: Melissa Sarria - -enableEmoji: true -enableRobotsTXT: true - -markup: - tableOfContents: - endLevel: 3 - ordered: false - startLevel: 1 - -module: - mounts: - - source: assets - target: assets - - source: static - target: assets - -params: - description: Melissa Sarria's personal website - avatar: /images/avatar.jpg - color: - secondary: "#35A099" - primary: "#A0353C" - header: - links: - - text: Portfolio - url: /portfolio - footer: - social: - - type: linkedin - rel: nofollow - text: LinkedIn - url: https://www.linkedin.com/in/melissa-sarria/ - links: - - text: Imprint - url: /imprint - copyright: Melissa Sarria diff --git a/content/0_hero.md b/content/0_hero.md deleted file mode 100644 index afe3a19..0000000 --- a/content/0_hero.md +++ /dev/null @@ -1,24 +0,0 @@ ---- - -type: hero -id: hero -avatar: - url: /images/avatar.jpg - alt: Avatar - type: avatar - width: 884 - height: 856 -greeting: Hi 👋 -introduction: I'm Melissa -social: - -- type: linkedin - rel: nofollow - url: https://www.linkedin.com/in/melissa-sarria/ -- type: at - url: mailto:melissa.andrea94@hotmail.es - weight: 1 - ---- - -I studied psychology and cognitive science and I am 28 years old. I am passionate about human behavior and aesthetic design. I am a curious person and always enjoy being challenged by new perspectives and situations. I consider myself a critical thinker and an open-minded person who is always willing to grow and learn. I am interested in understanding people's experiences and finding creative solutions to their needs. Social responsibility is important to me, so I always try to do good for people and society. diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index e69de29..0000000 diff --git a/content/imprint/_index.md b/content/imprint/_index.md deleted file mode 100644 index 6225fca..0000000 --- a/content/imprint/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Impress -draft: false ---- - -TODO diff --git a/content/portfolio/_index.md b/content/portfolio/_index.md deleted file mode 100644 index 06042db..0000000 --- a/content/portfolio/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Portfolio -draft: false ---- - -TODO diff --git a/index.html b/index.html deleted file mode 100644 index 0b1d6d5..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -melissasarria.site \ No newline at end of file diff --git a/static/.domains b/static/.domains deleted file mode 100644 index 552f29a..0000000 --- a/static/.domains +++ /dev/null @@ -1,3 +0,0 @@ -melissasarria.site -www.melissasarria.site -melicita.nutfactory.page \ No newline at end of file diff --git a/static/admin/config.yml b/static/admin/config.yml deleted file mode 100644 index 0de552c..0000000 --- a/static/admin/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -backend: - name: gitea - repo: melicita/website # Path to your Gitea repository - app_id: ecd1dad7-b95c-4ba3-b625-a96ec1ddd9c5 # The Client ID provided by Gitea - api_root: https://code.nutfactory.org/api/v1 # API URL of your Gitea instance - base_url: https://code.nutfactory.org # Root URL of your Gitea instance - branch: main -media_folder: assets/images -public_folder: /images -collections: - - name: 'portfolio' - label: 'Portfolio' - folder: 'content/portfolio' - create: true - slug: '{{year}}-{{month}}-{{day}}-{{slug}}' - editor: - preview: false - fields: - - { label: 'Title', name: 'title', widget: 'string' } - - { label: 'Publish Date', name: 'date', widget: 'datetime' } - - { label: 'Body', name: 'body', widget: 'markdown' } diff --git a/static/admin/index.html b/static/admin/index.html deleted file mode 100644 index 4c02725..0000000 --- a/static/admin/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
- - - -