From 4d758d201eac74b88f6f1b06ce272680e5f855d2 Mon Sep 17 00:00:00 2001 From: Joshua Lin Date: Sun, 5 May 2024 03:27:12 -0700 Subject: [PATCH] About --- config.toml | 3 +++ content/_index.md | 32 +++++++++++++++++++++++++++++--- sass/style.scss | 12 ++++++------ static/CNAME | 1 + templates/index.html | 1 + 5 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 static/CNAME diff --git a/config.toml b/config.toml index ba7cbeb..1cf7377 100644 --- a/config.toml +++ b/config.toml @@ -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] diff --git a/content/_index.md b/content/_index.md index 72ff75e..276a408 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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. + +### \ + +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`. diff --git a/sass/style.scss b/sass/style.scss index 3ace329..a18495a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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; @@ -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; } diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..d6c1389 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +fatamatsu.net diff --git a/templates/index.html b/templates/index.html index 73b5392..88c0b75 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,4 +29,5 @@ {% endblock content %} {% block footer %} + {% endblock footer %}