Skip to content

Commit

Permalink
docs: general refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminss0 committed Nov 23, 2024
1 parent 2e4aeb1 commit 96997c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# minseo-kim.net

Personal website built with [Hakyll](https://jaspervdj.be/hakyll/), a static site generator written in Haskell. Hosted at [minseo-kim.net](https://minseo-kim.net).
Personal website built with [Hakyll], a static site generator written in
Haskell. Hosted at [minseo-kim.net].

[Hakyll]: https://jaspervdj.be/hakyll/
[minseo-kim.net]: https://minseo-kim.net

## How to Build

Expand All @@ -16,7 +20,6 @@ Personal website built with [Hakyll](https://jaspervdj.be/hakyll/), a static sit
To build this site locally, follow these steps:

```sh
$ cabal configure
$ cabal build all
$ cabal exec site build
```
Expand All @@ -31,5 +34,8 @@ $ cabal exec site watch

## Note

Please note that the markdown syntax used for this site may differ from GitHub-flavored markdown. As a result, certain elements like images or LaTeX syntax might not render correctly when viewed on other platforms, such as GitHub markdown preview, rather than pandoc.
Please note that the markdown syntax used for this site may differ from
GitHub-flavored markdown. As a result, certain elements like images or LaTeX
syntax might not render correctly when viewed on other platforms, such as
GitHub markdown preview, rather than pandoc.

2 changes: 1 addition & 1 deletion blog.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: blog
version: 0.1.0.0
-- description:
description: Minseo Kim's personal blog

homepage: https://github.com/kimminss0/minseo-kim.net#readme
license: MIT
Expand Down

0 comments on commit 96997c9

Please sign in to comment.