Go to file
Aminda Suomalainen d294f2f716
README.markdown: rewrite
- I don't feel comfortable advertising prettier with how wide prettierignore I have
- Resolves: #289
2023-04-06 18:34:30 +03:00
.bundle .bundle/config: add BUNDLE_PATH config regardless of .gitignore 2022-12-09 08:57:17 +02:00
.github prettier round one 2023-02-22 20:28:38 +02:00
.well-known .well-known: read spec, add _ 2023-03-07 22:29:17 +02: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 prettier round one 2023-02-22 20:28:38 +02:00
_layouts prettier round one 2023-02-22 20:28:38 +02:00
_matrix/federation/v1/query Attempt pointing aminda.eu to my Space on Matrix 2022-10-10 17:27:21 +03:00
_sass prettier round one 2023-02-22 20:28:38 +02:00
blog blog/{mppn,mcasbo}: add doctoc 2023-04-03 11:18:37 +03:00
css prettier round one 2023-02-22 20:28:38 +02:00
ipfs-files ipfs-files/README.md: exclude from page build 2023-01-23 09:28:18 +02:00
ir@074b12651a update submodules, specify branchhes 2023-02-17 17:28:53 +02:00
lfs-media@da12af62af lfs-media: update submodule 2023-03-10 10:01:48 +02:00
n n/matrix: remove N/A words, adjust markdown 2023-04-03 11:15:37 +03:00
or@5bd65f4a10 update submodules, specify branchhes 2023-02-17 17:28:53 +02:00
pages pages/matrix.markdown: add matrixspoilers & apothecary.gay to further reading 2023-04-03 11:13:13 +03:00
r r/briar2.md: don't lock mybriar, it's different file 2023-02-26 18:44:21 +02:00
txt txt/accounts.txt: sign again 2023-02-22 20:33:24 +02:00
.editorconfig .editorconfig: cheat by not specifying indent_size 2023-02-23 11:15:05 +02:00
.gitattributes .gitattributes: specify eol=lf 2023-03-23 16:39:11 +02:00
.gitignore .gitignore: add Kate swap 2023-02-17 14:03:20 +02:00
.gitlab-ci.yml prettier round one 2023-02-22 20:28:38 +02:00
.gitmodules update submodules, specify branchhes 2023-02-17 17:28:53 +02:00
.mailmap .mailmap: update name 2021-12-22 23:49:54 +02:00
.pre-commit-config.yaml .pre-commit-config.yaml: add doctoc with update-only argument 2023-03-23 16:34:17 +02:00
.prettierignore .prettierignore: add _includes 2023-02-23 11:05:17 +02: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 add CODEOWNERS 2023-04-06 11:32:04 +03:00
Gemfile Gemfile & Gemfile.lock: add webrick for bundle exec jekyll serve 2022-05-31 20:12:03 +03:00
Gemfile.lock bundle update 2023-04-06 11:32:14 +03:00
IPFS.csv split IPFS.csv to ipfs-files 2020-07-05 20:32:34 +03:00
LICENSE make LICENSE detectable, remake CITATION.cff 2023-02-21 15:17:15 +02:00
README.markdown README.markdown: rewrite 2023-04-06 18:34:30 +03:00
_config.yml more apex domain changes 2023-03-05 12:25:56 +02:00
favicon.ico rm avatar.jpeg & touch favicon.ico 2019-09-13 23:17:57 +03:00
index.html more apex domain changes 2023-03-05 12:25:56 +02: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
robots.txt more apex domain changes 2023-03-05 12:25:56 +02:00
sitemaps.xml more apex domain changes 2023-03-05 12:25:56 +02: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.

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.