all repos — aaoth.xyz @ 79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510

aaoth.xyz website

rename art to visual

'cause it makes more sense. also, this action made me realize that
my website is very poorly designed, because to just rename one page
i needed to make changes in 6 different files! that's really gross...
i hope i can improve it.
la-ninpre leobrekalini@gmail.com
Fri, 19 Nov 2021 23:55:13 +0300
commit

79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510

parent

1cae377e2f6198b4df5326a820b6fc3e30486b16

M .gitignore.gitignore

@@ -3,4 +3,4 @@ .jekyll-cache/

.jekyll-metadata .sass-cache/ Gemfile.lock -art/*/thumbs/ +visual/*/thumbs/
M _config.yml_config.yml

@@ -14,10 +14,10 @@ - templates

# sadly wildcards don't work keep_files: - - art/photos/thumbs - - art/renders/thumbs - - art/drawings/thumbs - - art/logos/thumbs + - visual/photos/thumbs + - visual/renders/thumbs + - visual/drawings/thumbs + - visual/logos/thumbs collections: music_releases:

@@ -60,11 +60,11 @@ values:

image: true - scope: - path: "art" + path: "visual" values: art: true - scope: - path: "art/*/thumbs" + path: "visual/*/thumbs" values: thumbnail: true
M _data/navigation.yml_data/navigation.yml

@@ -4,5 +4,5 @@ - name: blog

link: /blog/ - name: music link: /music/ -- name: art - link: /art/ +- name: visual + link: /visual/
M _layouts/art-category.html_layouts/art-category.html

@@ -2,7 +2,7 @@ ---

layout: default --- -{% include title-with-backlink.html title=page.title backlink="/art/" %} +{% include title-with-backlink.html title=page.title backlink="/visual/" %} {{ content }}
M _layouts/music-project.html_layouts/music-project.html

@@ -14,9 +14,9 @@ {% include title-with-backlink.html title=page.title backlink="/music/" %}

</div> <div class="music-project-sidebar"> - <a href="/art/logos/{{ page.url | split: "/" | last }}-logo.png"> + <a href="/visual/logos/{{ page.url | split: "/" | last }}-logo.png"> <img id="logo" - src="/art/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" + src="/visual/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" alt="{{ page.title }} logo"> </a> <p>{{ page.start_date | date_to_string }}&ndash;
M art.mdvisual.md

@@ -1,6 +1,5 @@

--- -title: art -permalink: /art/ +title: visual --- here are some photos and pictures.