Skip to content

Commit

Permalink
change org to markdown and update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wildwestrom committed Jul 21, 2024
1 parent a3b9938 commit 1de682c
Show file tree
Hide file tree
Showing 22 changed files with 1,758 additions and 509 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake . --impure
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.DS_Store
node_modules
/build
/.log
/.svelte-kit
**/build
**/.log
**/.svelte-kit
/package
.env.*
!.env.example
Expand All @@ -11,3 +11,5 @@ node_modules
.pnpm-debug.log
# I have no idea what this is for, but I probably don't need to version control it.
vite.config.ts.timestamp*
.devenv
.direnv
13 changes: 0 additions & 13 deletions .prettierignore

This file was deleted.

47 changes: 29 additions & 18 deletions README.org → README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
* My Personal Website
Find me at [[https://www.westrom.xyz/][https://www.westrom.xyz/]].
# My Personal Website

I recently rewrote this site in Svelte from ClojureScript.
Find me at [https://www.westrom.xyz/](https://www.westrom.xyz/).

## Forking

** Forking
This website is free software, however the content posted within it is not. You may not plagiarize my blog posts.

** Develop
## Develop

First install the dependencies:

```shell
bun install
```

To get the blog posts, run:
#+begin_src shell

```shell
git submodule update --init --recursive
#+end_src
```

Then to get hot-reloading while working on it, use:
#+begin_src shell
pnpm dev
#+end_src

** Release
#+begin_src shell
pnpm build
#+end_src
```shell
bun dev
```

## Release

```shell
bun build
```

## License

** License
West's Personal Website\\
West's Personal Website
Copyright © 2022 Christian Westrom

This program is free software: you can redistribute it and/or modify
Expand All @@ -33,8 +44,8 @@ License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 1de682c

Please sign in to comment.