Skip to content

Commit 9a338ee

Browse files
committed
Update bio
1 parent 6914375 commit 9a338ee

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author:
1818
email: null
1919
uri: "https://twitter.com/milanaryal"
2020
avatar: "/assets/img/avatar.png"
21-
bio: "I'm just a regular person who believes life is simple, and I like a simple life."
21+
bio: "Living on the edge—of my calculator, balancing life and ledgers with equal precision."
2222
pronoun: "he/him"
2323
gender: "Male"
2424
nationality: "Nepal"
@@ -27,6 +27,7 @@ author:
2727
instagram: "milanaryal"
2828
keybase: null
2929
linkedin: null
30+
mastodon: "https://mastodon.social/@milanaryal"
3031
telegram: null
3132
twitter: "milanaryal"
3233
pinterest: "milanaryal"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@babel/core": "^7.25.2",
57-
"@babel/preset-env": "^7.25.3",
57+
"@babel/preset-env": "^7.25.4",
5858
"@fullhuman/postcss-purgecss": "^6.0.0",
5959
"autoprefixer": "^10.4.20",
6060
"babel-loader": "^9.1.3",
@@ -82,7 +82,7 @@
8282
"stylelint-config-twbs-bootstrap": "^14.2.0",
8383
"stylelint-prettier": "^5.0.2",
8484
"terser-webpack-plugin": "^5.3.10",
85-
"webpack": "^5.93.0",
85+
"webpack": "^5.94.0",
8686
"webpack-cli": "^5.1.4"
8787
},
8888
"main": "_site/index.html",

src/index.html

+4-9
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,17 @@
4141
<div class="col-sm-8">
4242
<div class="card-body ps-sm-4 text-center text-sm-start">
4343

44-
<!-- <h1 class="card-title mt-2 mt-sm-0">{{ site_author }}</h1>
44+
<h1 class="card-title mt-2 mt-sm-0">{{ site_author }}</h1>
4545

4646
<p class="card-text mb-3">{% if site_author_pronoun %}<span class="fw-light">{{ site_author_pronoun }} &mdash; </span>{% endif %}{{ site_author_bio }}</p>
47-
-->
48-
49-
<h1 class="card-title mt-2 mt-sm-0">que será, será</h1>
50-
51-
<p class="card-text mb-3"><span class="fw-light">[ke se-rah se-rah] ph. &mdash; </span>Whatever will be, will be. The future is not ours to see. Don't worry, if it's supposed to happen, it will.</p>
5247

5348
<ul class="hero-social">
54-
<li>
55-
<a class="icon-instagram d-flex align-items-center justify-content-center" rel="me" href="https://mastodon.social/@milanaryal" aria-label="Mastodon">
49+
{% if site.author.mastodon %}<li>
50+
<a class="icon-mastodon d-flex align-items-center justify-content-center" rel="me" href="{{ site.author.mastodon }}" aria-label="Mastodon">
5651
{% include icons/mastodon.svg width="1em" height="1em" class="svg" %}
5752
<span class="label">Mastodon</span>
5853
</a>
59-
</li><!--
54+
</li>{% endif %}<!--
6055
6156
--><!--
6257
{% if site.author.x %}<li>

0 commit comments

Comments
 (0)