Skip to content

Commit

Permalink
chore!: remove workers function and whoami-related
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Sep 21, 2024
1 parent 5b85afd commit 4b709b6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 76 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ pnpm format # format files
- `config/11ty/`: collections, shortcodes, and filters for 11ty
- `config/markdown/`: markdown configuration
- `config/transforms/`: various functions for transforming/processing CSS, HTML, and JS
- `functions/`: stores [Cloudflare Pages Functions](https://developers.cloudflare.com/pages/functions/)
- Currently the only function in use checks to see if the request `user-agent` is from the CLI program `curl` and returns the "whoami" code block seen on the home page in JSON form (https://github.com/uncenter/uncenter.dev/issues/78).

## License

Expand Down
20 changes: 0 additions & 20 deletions functions/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions functions/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions functions/pnpm-lock.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions functions/tsconfig.json

This file was deleted.

8 changes: 0 additions & 8 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ templateEngineOverride: njk, md

<p>I'm {{ site.author.name }}, a high school student with a passion for software and web development. I'm currently learning <a href="https://www.rust-lang.org/">Rust</a> and <a href="https://fortran-lang.org/">Fortran</a>, though I've mainly built websites with <a href="https://solidjs.com/">SolidJS</a> and <a href="https://11ty.dev">Eleventy</a> in the past.
<p>I'm also interested in linguistics, and I'm currently learning <a href="https://en.wikipedia.org/wiki/Esperanto">Esperanto</a> and <a href="https://en.wikipedia.org/wiki/Mandarin_Chinese">Mandarin Chinese</a>.</p>

<div class="py-4">

```js
const whoami = {{ whoami | stringify | safe }};
```

</div>

0 comments on commit 4b709b6

Please sign in to comment.