From f447d20764bd35632b316a708e6b1a1bcf65ca69 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 28 Feb 2022 17:33:35 +0300 Subject: move previous home page to about page also modified contents of about page, removed some junk paragraphs. --- _data/navigation.yml | 2 ++ _layouts/about-page.html | 5 ----- _layouts/home-page.html | 11 +++++++++++ about.md | 25 +++++++++++++++++++++++++ index.md | 36 +++++++++--------------------------- 5 files changed, 47 insertions(+), 32 deletions(-) create mode 100644 _layouts/home-page.html create mode 100644 about.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 82929de..d9b34b0 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,3 +6,5 @@ link: /music/ - name: visual link: /visual/ +- name: about + link: /about/ diff --git a/_layouts/about-page.html b/_layouts/about-page.html index c9263cd..1e5ebd2 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -26,11 +26,6 @@ layout: default
{{ content }} -
-

latest post

- {% assign post = site.posts[0] %} - {% include post-preview.html %} -
diff --git a/_layouts/home-page.html b/_layouts/home-page.html new file mode 100644 index 0000000..e2d2618 --- /dev/null +++ b/_layouts/home-page.html @@ -0,0 +1,11 @@ +--- +layout: default +--- + +{{ content }} + +
+

latest post

+ {% assign post = site.posts[0] %} + {% include post-preview.html %} +
diff --git a/about.md b/about.md new file mode 100644 index 0000000..1d8d807 --- /dev/null +++ b/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! diff --git a/index.md b/index.md index 32158a2..4801448 100644 --- a/index.md +++ b/index.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. +personal static website serving as a showcase for all my past and current works. -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. +## main pages -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. +* [blog](/blog) -- (abandoned) blog, will be expelled soon. -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. +* [music](/music) -- information about my music projects. -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 +* [visual](/visual) -- pictures, photos, drawings, renders... all visual art stuff. -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. - -pona tawa sina! +* [about](/about) -- about me. -- cgit v1.2.3