Skip to content

Commit

Permalink
About
Browse files Browse the repository at this point in the history
  • Loading branch information
flinesse committed May 5, 2024
1 parent e651aeb commit 4d758d2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 9 deletions.
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ theme = "no-style-please"
# Provide syntax highlighting to code blocks
highlight_code = true

# Whether external links are to be opened in a new tab
external_links_target_blank = true

# Configuration of the link checker
[link_checker]

Expand Down
32 changes: 29 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,36 @@
+++
+++

# Joshua Lin
# Hello! 👋

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. A erat nam at lectus urna duis convallis convallis. Metus aliquam eleifend mi in nulla posuere sollicitudin. A condimentum vitae sapien pellentesque habitant morbi tristique senectus. Diam ut venenatis tellus in metus vulputate eu. Turpis egestas pretium aenean pharetra magna ac placerat vestibulum lectus. Ac tincidunt vitae semper quis. Sed egestas egestas fringilla phasellus. Congue quisque egestas diam in. Urna porttitor rhoncus dolor purus non enim praesent elementum. Egestas congue quisque egestas diam in arcu cursus euismod quis. Facilisi cras fermentum odio eu feugiat pretium nibh. A lacus vestibulum sed arcu non odio euismod. In nibh mauris cursus mattis molestie a iaculis. Feugiat nibh sed pulvinar proin gravida hendrerit. Ipsum consequat nisl vel pretium lectus. Tortor id aliquet lectus proin nibh.
My name is Joshua. Welcome to my tiny sliver of the World Wide Web.


This is a place where I hope to put thoughts into words and grow more comfortable presenting my ideas.

---

For a while now, I've noticed that a considerable portion of my day-to-day energy goes into *consuming*: At work, I spend more time investigating code than producing it; outside of work, I carry a communication style that emphasizes listening as opposed to speaking. Here, I'd like to restore that balance by writing about my observations, musings, and other bits and pieces that interest me.

### \<Personal stuff\>

Besides the typical "food" and sports watching, my hobbies have mostly varied along whichever seasonal interests I happen to be swept up by. Part of me is still exploring, but there are several things I *do* know about myself:

- Video games have been central to my adolescence, though I'm [semi-retired](https://www.healthygamer.gg/blog/does-your-son-want-to-be-a-professional-gamer) from them. I tend to approach them now from a different perspective or in [analog form](https://boardgamegeek.com/browse/boardgame).

- My primary creative descriptor is **eclecticism**. My journey into novel forms of art is generally breadth-first, but accompanied by a set of broader themes I seek out; it won't take long before I'm able to express what I'm most comfortable with. Ask me about my favorite genres! (music, film, etc.)

- Unsurprisingly, even with high levels of introversion, I find nature to be uplifting and want to make a regular appearance to understand it, possibly through foraging or aquascaping. Sometime down the line, when I'm more self-actualized, I plan to have a setup that rivals [*this*](https://youtu.be/T15gXm6ha_I).

Recently, I've been down an [Urbanism](https://en.wikipedia.org/wiki/Urbanism) rabbit hole, reflecting on how the different places I've inhabited have affected my autonomy.

#### ...and going further
I'm of the belief that I was raised *by* the Internet, having grown up under the influence of a well-curated list of personalities and role models that have ebbed and flowed into and out of my life——an increasingly common occurrence amongst younger generations who have found inspiration, community, and much more out in the wild. I hope to embrace this spirit in my works while being mindful of the opportunity to propagate this cycle and set even better examples. Perhaps that takes a place here or elsewhere in the open, in one form or another.

{{ hr(data_content="thanks for reading ~ check back soon!") }}

### Contact

[Dolor morbi](https://github.com/flinesse) non arcu risus quis varius quam quisque. Cursus risus at ultrices mi tempus imperdiet nulla malesuada pellentesque. Non arcu risus quis varius. Et tortor consequat id porta. Dictum non consectetur a erat nam. Euismod lacinia at quis risus sed vulputate odio ut enim. Tellus pellentesque eu tincidunt tortor aliquam nulla facilisi cras.
I can be found on other corners of the Web under the handle **@flinesse**.

If you wish to get in touch——please don't be a stranger. You may do so at `josh [AT] fatamatsu [DOT] net`.
12 changes: 6 additions & 6 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ body {
}

#root {
max-width: 92ch;
max-width: 96ch;
margin: auto;
padding: 4ch 2ch;

& #content {
margin: auto;
background-color: #fff;
padding: 2ch 8ch;
background-color: #faf9f6;
padding: 4ch 10ch;
border: 2px solid;
box-shadow: 2px 2px #AAA;

@media (max-width: 720px) {
@media (max-width: 800px) {
padding: 2ch 1ch;
border: none;
box-shadow: none;
Expand All @@ -39,14 +39,14 @@ body {

header {
padding: 1ch;
min-height: 12ch;
min-height: 4ch;
}
footer {
padding: 1ch;
min-height: 4ch;
}

h2, h3, h4, h5, h6 { margin-top: 3rem; }
h2, h3, h4, h5, h6 { margin-top: 2.5rem; }

hr { margin: 2rem 0; }

Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fatamatsu.net
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
{% endblock content %}

{% block footer %}
<!-- Last updated: May 4th, 2024 -->
{% endblock footer %}

0 comments on commit 4d758d2

Please sign in to comment.