all repos — aaoth.xyz @ f447d20764bd35632b316a708e6b1a1bcf65ca69

aaoth.xyz website

move previous home page to about page

also modified contents of about page, removed some junk paragraphs.
la-ninpre leobrekalini@gmail.com
Mon, 28 Feb 2022 17:33:35 +0300
commit

f447d20764bd35632b316a708e6b1a1bcf65ca69

parent

b20f451ec7f57b4a74fb6af605b43e7d0d40c163

5 files changed, 47 insertions(+), 32 deletions(-)

jump to
M _data/navigation.yml_data/navigation.yml

@@ -6,3 +6,5 @@ - name: music

link: /music/ - name: visual link: /visual/ +- name: about + link: /about/
M _layouts/about-page.html_layouts/about-page.html

@@ -26,11 +26,6 @@ </div>

<div class="about-info"> {{ content }} - <div class="latest-post"> - <h2>latest post</h2> - {% assign post = site.posts[0] %} - {% include post-preview.html %} - </div> </div> </div>
A _layouts/home-page.html

@@ -0,0 +1,11 @@

+--- +layout: default +--- + +{{ content }} + +<div class="latest-post"> + <h2>latest post</h2> + {% assign post = site.posts[0] %} + {% include post-preview.html %} +</div>
A about.md

@@ -0,0 +1,25 @@

+--- +title: about +layout: about-page +permalink: /about/ +--- + +# hi, i'm la-ninpre + +i'm creating some music and other stuff related to art, such as fonts, random +other pictures and occasional poems. style of my creations changed a lot over +time but it's always something unusual, non-professional and not meant to be +very popular. + +since long time i tried to follow do-it-yourself principle, and this +website is an example of this. web-development (if you can call it like that) +is a new thing for me and primary reason of me doing this is probably some +kind of web-presence. other important thing for me is the ability to create +anything i want and make things look how i want them to look. for comparison, +none of the popular social platforms can give me this ability. + +i'm also very interested in sciences (especially biology, chemistry and +linguistics). i speak russian, speak english a little bit and also +[toki pona](https://tokipona.org) :D + +pona tawa sina!
M index.mdindex.md

@@ -1,36 +1,18 @@

--- -title: about -layout: about-page +title: home +layout: home-page --- -# hi, i'm la-ninpre +# welcome -i am also known as aaoth or lev brekalov. - -i was thinking a lot about the reason i have so many names, but i could'n find -a clear answer. maybe i'll try to make myself up somehow, but now it's messy. +personal static website serving as a showcase for all my past and current works. -anyway, since long time i tried to follow do-it-yourself principle, and this -website is an example of this. web-development (if you can call it like that) -is a new thing for me and primary reason of me doing this is probably some -kind of web-presence. other important thing for me is the ability to create -anything i want and make things look how i want them to look. for comparison, -none of the popular social platforms can give me this ability. +## main pages -i'm creating some music and other stuff related to art, such as fonts, random -other pictures and occasional poems. style of my creations changed a lot over -time but it's always something unusual, non-professional and not meant to be -very popular. +* [blog](/blog) -- (abandoned) blog, will be expelled soon. -i'm also very interested in sciences (especially biology, chemistry and -linguistics). i speak russian, speak a little bit english and also -[toki pona](https://tokipona.org) :D +* [music](/music) -- information about my music projects. -last year i've been diving into world of unix-related software and operating -systems, namely gnu/linux and openbsd. for all past years i've been a windows -user, but then i realized that many things are more comfortable in -unix userland. -additionally, it's important for me to understand *what* exactly i'm doing, and -the last thing is nearly impossible in closed oses like windows or mac. +* [visual](/visual) -- pictures, photos, drawings, renders... all visual art stuff. -pona tawa sina! +* [about](/about) -- about me.