diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 5fb7de0..a8cf471 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["hugo"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index 3724ed2..0000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: GitHub Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Upload entire repository - path: '.' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/assets/imgs/oldpfpfavicon.png b/assets/imgs/oldpfpfavicon.png deleted file mode 100644 index 084e08a..0000000 Binary files a/assets/imgs/oldpfpfavicon.png and /dev/null differ diff --git a/assets/imgs/oldpfplogo.png b/assets/imgs/oldpfplogo.png deleted file mode 100644 index 1c01c53..0000000 Binary files a/assets/imgs/oldpfplogo.png and /dev/null differ diff --git a/content/about/index.html b/content/about/index.html new file mode 100644 index 0000000..9f3e0df --- /dev/null +++ b/content/about/index.html @@ -0,0 +1,55 @@ + +
+
+
+ +
+

Hiya, Call me Tee!

+ +
+ + + + + +
+
+ + + + + 1% + + + +
+
+
\ No newline at end of file diff --git a/content/discord/index.html b/content/discord/index.html new file mode 100644 index 0000000..ae8c727 --- /dev/null +++ b/content/discord/index.html @@ -0,0 +1,62 @@ +
+
+
+

+

If you have not been redirected to my Discord within 3 seconds.

+

+
+
+

+

Please click this to join

+

+
+
+
+
+ + + + + + +
+
+
+

3

+

Until Join

+
\ No newline at end of file diff --git a/content/pages/index.html b/content/pages/index.html new file mode 100644 index 0000000..bb01816 --- /dev/null +++ b/content/pages/index.html @@ -0,0 +1,14 @@ +
+
+
+

A list of all pages on my website.

+

Some are hidden, Like eastereggs.

+
  • Home - Literally the home page.
  • +
  • About - Literally the about page.
  • +
  • Projects - Literally the projects page.
  • +
  • Discord - Literally the discord page.
  • +
  • Pages - Literally this page.
  • +
  • Blog - Literally the blog button.
  • +
    +
    +
    \ No newline at end of file diff --git a/content/projects/index.html b/content/projects/index.html new file mode 100644 index 0000000..335f8aa --- /dev/null +++ b/content/projects/index.html @@ -0,0 +1,9 @@ +
    +
    +
      + Here is a list of all my projects. +
    • Modrinth - Mods, Modpacks, Datapacks, etc
    • + +
    +
    +
    \ No newline at end of file diff --git a/content/salad/index.html b/content/salad/index.html new file mode 100644 index 0000000..08ce973 --- /dev/null +++ b/content/salad/index.html @@ -0,0 +1,14 @@ +
    +
    +
    + +
    +

    Look at this person eating their salad, You like this gif? You should replicate it.

    + +
    +
    +
    + +
    +
    +
    \ No newline at end of file diff --git a/discord.html b/discord.html deleted file mode 100644 index a9f7ade..0000000 --- a/discord.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - tee's website - - - - - - - - - - - - - - - - - - - - -
    -
    -

    If you have not been redirected to my Discord within 3 seconds.

    -
    -
    -

    Please click this to join

    -
    -
    -
    - -
    -
    -
    - © 2024 - TayRP. All rights reserved. -
    -
    -
    - - - - - - -
    -
    -
    -

    3

    -

    Until Join

    - diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..b5c3973 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'tees website' diff --git a/index.html b/layouts/_default/baseof.html similarity index 56% rename from index.html rename to layouts/_default/baseof.html index bcdd6db..23f0b4e 100644 --- a/index.html +++ b/layouts/_default/baseof.html @@ -7,15 +7,14 @@ tee's website + + + + + + - - - - - - - - + @@ -28,29 +27,23 @@ - tee's website - + tee's website +
    - - -
    -
    -

    Hello and Welcome, My name is Tee.

    -
    -
    -
    - + {{ block "main" . }} + {{ end }}