Commit Graph

79 Commits

Author SHA1 Message Date
mio d021ffed90 Update lucidiot's weed url 2023-07-22 17:33:09 +00:00
mio 121d60dc03 Update feed url, edit titles 2023-07-06 01:14:03 +00:00
mio 3c6e3376da Update opml links 2023-05-18 20:50:17 +00:00
mio f43dba08cc Add feeds 2023-05-01 18:04:09 +00:00
m455 54ffa3eb54 edit wording on services page
the inconsistency with the other items was killing me
2023-05-01 18:01:40 +00:00
~lucidiot 22d492a78e do m455's job 2023-03-22 15:25:22 +00:00
m455 16e6ae12e3 fixed service links and removed unneeded link 2023-03-22 09:55:24 -04:00
m455 085d4e1779 added link to our oragono page as a supplementary link 2023-03-22 05:13:47 +00:00
m455 c05e98cfe8 fixed links 2023-03-22 05:13:47 +00:00
m455 c28eb8f28c removed old broken link 2023-03-22 05:13:47 +00:00
m455 243622c07f added a services link
originally, i (m455) had this information under a "for friends" link on
my homepage on m455.casa, but i figured by moving that information here,
it would make it clear that casa things hosted by friends don't just
have to be on my server :).

we are a collection of friends who make cool things, so let's
decentralize those cool things a bit!
2023-03-22 05:13:47 +00:00
~lucidiot aad16b3b3a
horsecure 2023-02-10 19:47:18 +01:00
~lucidiot 8663225508
horse 2023-02-10 19:41:00 +01:00
~lucidiot 00646bcbf2
Add two weeds 2023-01-20 18:14:44 +01:00
~lucidiot 88ebe3e110
Add some quotes 2023-01-20 18:11:27 +01:00
~lucidiot f2868d3060
Add favicon 2022-09-19 10:43:15 +02:00
~lucidiot 8ec6558e83
Begin documenting our language 2022-09-19 06:53:45 +02:00
~lucidiot 9faacfcffc
Add Bikeshedding Microsystems and the Public Archive 2022-09-19 06:39:39 +02:00
~lucidiot 9dc59b5af4
Nominate mio as Minister of Origami 2022-09-19 06:39:16 +02:00
~lucidiot bf13b5004c
Nominate Pope Nico 5th as Minister of Linguistics 2022-09-19 06:39:07 +02:00
~lucidiot fcc241b941
Add more titles for lucidiot 2022-09-19 06:38:48 +02:00
~lucidiot 47d3dd9166
Use consistent line endings
This re-uses the configuration used on the Public Archive to ensure
consistent line endings are used everywhere: store LF on the Git repo,
and let Windows users manage the conversion to CR LF themselves.
2022-09-19 06:33:33 +02:00
~lucidiot 82dfbe64c0
Add my new status.cafe feed 2022-08-29 22:07:25 +02:00
mio 598dd9236e Add feed: SpindleyQ's Fringe Game History podcast 2022-08-28 21:59:32 +00:00
~lucidiot d95b7ccd9d Merge pull request 'add some styles to the homepage' (#8) from feat/index-styles into main
Reviewed-on: #8
2022-08-19 16:42:28 +00:00
dozens ef52c94863 change max width to 909px
for the lulz
2022-08-19 16:42:28 +00:00
dozens d6a91f496b replace `ch` with `px`
#8 (comment)
2022-08-19 16:42:28 +00:00
dozens e10296496e add some styles to the homepage
- add some styles to the frontpage a la bettermotherfuckingwebsite.com
- add transparency to the logo gif
2022-08-19 16:42:28 +00:00
Case Duckworth 880b4528d8 Merge pull request 'add some more dozens feeds' (#7) from feat/morefeeds into main
Reviewed-on: #7
2022-08-19 16:08:08 +00:00
dozens 9abb568b32 add one more dozens feed
this should satisfy lucidiot's sense of balance
2022-08-19 08:00:25 -06:00
dozens 13741efaa7 add some more dozens feeds
there were not nearly enough dozens feeds
2022-08-19 07:49:39 -06:00
Case Duckworth 515aab3ce4 http -> https (c'mon wsinatra lol) 2022-08-18 15:24:39 +00:00
Case Duckworth 1ed0ecd34d http -> https 2022-08-18 15:17:09 +00:00
Case Duckworth c5c001b3e6 oop lol
Am I ... developing a personal brand!!??!?
2022-08-09 19:26:36 -05:00
Case Duckworth 4316c8a64e Update acdw/index.html 2022-08-09 19:25:50 -05:00
~lucidiot 4f2cf0cbfd Remove CI badge and update URLs in README 2022-08-09 20:01:24 +00:00
Case Duckworth 27b61fd25d Merge pull request 'added a .domains file. hopefully this works?' (#5) from m455/add-domains-file into main
Reviewed-on: #5
2022-08-09 15:46:32 +00:00
m455 69bfff33e1 added a .domains file. hopefully this works?
I recently added a CNAME to point from friends.m455.casa to casa.tildepages.org
2022-08-09 15:45:23 +00:00
Case Duckworth 4028897f6e Add makefile 2022-08-08 23:09:57 -05:00
Case Duckworth 18fd5efa6c Fix quoting 2022-08-08 23:09:51 -05:00
Case Duckworth 94d96ca4c4 Further awkify 2022-08-08 23:09:38 -05:00
Case Duckworth 31b7529778 Correct Jekyll feed parsing
jekyll is dumb.  there I said it.
2022-08-08 22:32:39 -05:00
Case Duckworth c68d139a47 Shellcheck
Shellcheck is a haskell program that points out common points in shell scripts
that can lead to error.  I just followed its advice.
2022-08-08 20:55:36 -05:00
Case Duckworth e8d0ddb269 Correct quoting 2022-08-08 20:45:33 -05:00
Case Duckworth ee7f9ba806 Shfmt
I hope this is okay.  `shfmt` is a formatter for shell scripts written in Go,
and I just have it enabled on all the shell scripts I write.  This is pretty
much the default settings of the program.
2022-08-08 20:42:47 -05:00
Case Duckworth 5a555409c3 Merge pull request 'Add opml' (#4) from mio/pages:main into main
Reviewed-on: #4
2022-08-09 01:40:15 +00:00
mio 5105ea56eb Add opml 2022-08-08 13:55:38 +00:00
~lucidiot 2a48f7ebd5
Drone Cya 2022-07-20 20:31:47 +02:00
~lucidiot 107d4b1470
Add Ben as Minister of Infrastructure
continuous-integration/drone/push Build is passing Details
2022-07-20 20:30:57 +02:00
~lucidiot be66a4b1fd
Try some cursed Go templating, but it should work this time
continuous-integration/drone/push Build is passing Details
2022-07-20 19:31:46 +02:00