diff options
| author | root@localhost <root@localhost> | 2023-07-21 15:00:09 +0000 |
|---|---|---|
| committer | root@localhost <root@localhost> | 2023-07-21 15:00:09 +0000 |
| commit | 20b8ba28b62b26b7b503745d442180e0e5ade7fc (patch) | |
| tree | 4826ecf34eaac024c2dadd10668f1cb7e098b285 | |
| parent | d10c723b4963d6d0f172021a16c2b9784a37788c (diff) | |
routine updates
| -rw-r--r-- | README.md | 23 | ||||
| -rw-r--r-- | public/index.html | 4 |
2 files changed, 19 insertions, 8 deletions
@@ -1,17 +1,21 @@ -# Develop +# Install ```bash -# Setup git submodule init git submodule update --remote +``` -# Create new post +# Develop +```bash docker run --rm -it \ -v $(pwd):/src \ klakegg/hugo:latest \ new content/post/<post-slug>/index.md +``` -# Run dev server +# Run (dev server) +```bash hugo server -D + # OR for docker: docker run --rm -it \ -v $(pwd):/src \ @@ -23,9 +27,16 @@ docker run --rm -it \ # Build ```bash hugo -D + # Docker: docker run --rm -it \ -v $(pwd):/src \ klakegg/hugo:latest -`` -https://hub.docker.com/r/klakegg/hugo +``` + +# Publish +```bash +./deploy.sh +``` + +Docker image: https://hub.docker.com/r/klakegg/hugo diff --git a/public/index.html b/public/index.html index 0c0e107..f417dd2 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> - <meta name="generator" content="Hugo 0.107.0"><title>Kumar Damani - Home</title> + <meta name="generator" content="Hugo 0.111.3"><title>Kumar Damani - Home</title> <meta name="description" content="Git, email, and resume"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -195,7 +195,7 @@ and scripting over the years in between semesters.</p> </details> <details> -<summary> Bitcoin (BTC) </summary> +<summary> Bitcoin (BC) </summary> <br> <pre tabindex="0"><code>bc1q4em7f7mvl6wkzc8uyq4365td7w5n02uh64z2za </code></pre><figure><img src="/btc.png" |
