Go to file
Aminda Suomalainen ee26153f45
n/prettier.md: better account my templating
2024-06-17 11:08:11 +03:00
.bundle .bundle/config: add BUNDLE_PATH config regardless of .gitignore 2022-12-09 08:57:17 +02:00
.github build(deps): bump ruby/setup-ruby in the github-actions group 2024-06-13 03:23:02 +00:00
.well-known .well-known/nostr.json: sort keys 2023-10-23 10:34:45 +03:00
LICENSES LICENSES: add to be closer to reuse compatibility 2023-03-10 10:07:42 +02:00
PGP linguist language overrides & excludes in .gitattributes 2023-02-17 14:14:27 +02:00
_data Try to add tags 2015-01-24 14:44:25 +02:00
_includes _includes/head.html: remove meta description as part of jekyll-seo-tag 2024-06-03 09:56:29 +03:00
_layouts Introduce notes listing 2024-06-01 18:55:26 +03:00
assets main.scss: I have a feeling I really should have system-ui before funny fonts? 2024-06-12 12:06:37 +03:00
blog blog & note index formatting experiment 2024-06-08 09:58:19 +03:00
ipfs-files ipfs-files/README.md: exclude from page build 2023-01-23 09:28:18 +02:00
ir@6a920216f7 update submodule ir to fix jekyll warning 2024-05-29 08:39:36 +03:00
lfs-media@d0f5f56528 update submodule lfs-media 2024-06-11 21:30:21 +03:00
n n/prettier.md: better account my templating 2024-06-17 11:08:11 +03:00
or@dab7b1877f update submodules {ir,or} 2024-05-19 07:13:13 +03:00
pages stealth fix links pointing here 2024-06-08 17:51:33 +03:00
r r: add sql 'bookmarks' 2024-06-07 06:55:46 +03:00
submodules Revert "add submodule gist as an experiment (n/pwa.html)" 2024-01-28 15:47:56 +02:00
txt obtainium2.txt: add davx5-ose 2024-06-07 06:56:40 +03:00
.editorconfig .{editorconfig,gitattributes}: explicitly cc0 to satisfy reuse on the license being used 2023-05-21 16:19:34 +03:00
.gitattributes pre-commit run --all-files 2024-06-08 09:08:36 +03:00
.gitignore explicitly add prettier 2024-05-20 17:58:09 +03:00
.gitlab-ci.yml .gitlab-ci.yml: fix bundler cache path 2024-05-29 20:40:24 +03:00
.gitmodules Revert "add submodule gist as an experiment (n/pwa.html)" 2024-01-28 15:47:56 +02:00
.json .json: initial commit 2023-11-12 16:14:25 +02:00
.mailmap .mailmap: update name 2021-12-22 23:49:54 +02:00
.pre-commit-config.yaml pre-commit autoupdate 2024-06-14 06:55:11 +03:00
.prettierignore blog/index.html: prettier accepted format with date! 2024-05-31 18:26:09 +03:00
.prettierrc add prettier-plugin-sh 2024-06-08 09:07:10 +03:00
.ruby-version bumb ruby to 3.3 2024-05-27 09:54:48 +03:00
CITATION.cff prettier round one 2023-02-22 20:28:38 +02:00
CNAME CNAME: use apex domain 2023-03-05 11:54:33 +02:00
CODEOWNERS pre-commit run --all-files 2024-06-08 09:08:36 +03:00
Gemfile make peace with jekyll-seo-tag 2024-06-02 20:32:07 +03:00
Gemfile.lock bundle update 2024-06-14 06:55:27 +03:00
IPFS.csv split IPFS.csv to ipfs-files 2020-07-05 20:32:34 +03:00
README.markdown add some language tags 2024-05-30 09:05:52 +03:00
REUSE.toml fix reuse deprecation warning and gitlab-ci error 2024-05-30 09:42:48 +03:00
_config.yml _config.yml: experimentally locale as Finnish English 2024-06-14 06:42:23 +03:00
favicon.ico rm avatar.jpeg & touch favicon.ico 2019-09-13 23:17:57 +03:00
index.html robots: nofollow, use the sitemap instead 2024-06-02 13:24:08 +03:00
keybase.txt prettier round one 2023-02-22 20:28:38 +02:00
keys.txt keys.txt: add Sedric Gajims (Debian, Windows) 2020-07-07 19:44:43 +03:00
package.json build(deps-dev): bump prettier from 3.3.1 to 3.3.2 in the npm group (#369) 2024-06-11 10:32:10 +03:00
pnpm-lock.yaml run prettier on pnpm-lock.yaml 2024-06-11 21:17:18 +03:00
robots.txt robots: nofollow, use the sitemap instead 2024-06-02 13:24:08 +03:00
sitemaps.xml sitemaps.xml: add supybot.mikaela.info 2024-06-03 10:25:38 +03:00

README.markdown

aminda.eu

pre-commit.ci status

This website should be fairly typical Jekyll project. The index contains rel=me links everywhere so projects such as Mastodon give me the green checkmark.

Automaattinen sisällysluettelo / Automatically generated Table of Contents

Sitemaps

  • sitemap.xml — automatically generated by Jekyll when building
  • sitemaps.xml — manually written sitemap index pointing to sitemaps on my sites. I am not sure how it works when there are multiple domains, so I am keeping all sitemaps in robots.txt and sitemaps.xml on bottom of it. Same will possibly happen with other domains.

Unusual directories

Or directories that generally arent encountered in other similar projects.

  • n/ - quick notes for my personal reference with memorable addresses.
  • r/ - my personal url redirector for links that I have to refer to more or less often.
  • txt/ - signed text files such as account list to decrease impact of identity theft attempts.
  • PGP/ - my current and some previous PGP keys.

Submodules

  • ir/ - list of I2P services, previously a part of this repository for memorable addresses.
  • lfs-media/ - orphan branch containing lfs-media such as the avatars. However it doesnt work with GitHub pages.
  • or/ - same as ir/, but for Tor Onion Services.

Building

  1. Install bundler onto your system.
  2. cd to root of this repository, if you didnt already.
  3. Optionally configure where you wish bundler to install everything. This repository already specifies bundle config set --local path 'vendor/bundle' in the gitignored .bundle/config file.
  4. Run bundle install
  5. You are done, bundle exec jekyll <build|serve> and similar commands should work, just remember bundle exec in front of the command so the system wide installation doesnt unintentionally get used.