summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update projects.markdown layoutNoah2023-08-301-1/+12
* Update index.cssNoah2023-08-301-0/+5
* Maybe orange would look nicer...Noah2023-08-301-5/+5
* Fix opengraphNoah2023-08-041-1/+1
* Add some more links, remove buttons that were affecting performanceNoah2023-08-042-7/+2
* Update HTML manualNoah2023-08-021-1/+1
* Update txtNoah2023-08-021-57/+0
* Update MSP pageNoah2023-08-023-7/+64
* Update Manual PDFNoah2023-08-021-0/+0
* Add info about mspNoah2023-08-026-0/+1076
* Fix date on plaintext postNoah2023-08-011-1/+1
* Some layout fixes, remove the time codeNoah2023-08-014-26/+4
* Add music to projects listNoah2023-08-011-0/+6
* Fix links permalinkNoah2023-08-011-1/+1
* Add links pageNoah2023-08-014-17/+33
* Fix webring linksNoah2023-08-011-2/+2
* Update default.htmlNoah2023-07-311-1/+1
* Update default.htmlNoah2023-07-311-2/+2
* Update index.cssNoah2023-07-311-3/+8
* Add second webringNoah2023-07-301-0/+10
* Add some buttonsNoah2023-07-301-85/+71
* Update default.htmlNoah2023-07-301-2/+2
* More font color fixesNoah2023-07-301-3/+3
* Fix font colorNoah2023-07-301-3/+3
* Add Fediring linksNoah2023-07-301-0/+5
* Update default.htmlNoah2023-07-301-1/+2
* Finish plaintext postNoah2023-07-303-136/+129
* Fix banner resizingNoah2023-07-301-5/+14
* Add plaintext post (as draft)Noah2023-07-291-0/+51
* Add footerNoah2023-07-292-0/+15
* Add a projects pageNoah2023-07-293-0/+31
* Update gopher linkmounderfod2023-07-271-1/+1
* Update image CSS rulesmounderfod2023-07-262-11/+2
* Fix <meta> tagsmounderfod2023-07-221-1/+8
* Some <head> fixesmounderfod2023-07-221-0/+12
* Redesign the whole websitemounderfod2023-07-2224-275/+86
* Update about.markdownNoah2023-07-221-2/+1
* Small layout fixesmounderfod2023-07-222-2/+2
* Improve layout of blog pagemounderfod2023-07-221-4/+5
* Remove emacs artifactsmounderfod2023-07-222-30/+0
* Replace png with webpmounderfod2023-07-2222-7/+81
* Merge branch 'master' of https://github.com/mounderfod/websitemounderfod2023-07-225-3/+67
|\
| * Small formatting changesmounderfod2023-07-181-1/+2
| * Update about pagemounderfod2023-07-181-1/+3
| * Guess I forgot how CSS works todaymounderfod2023-07-181-1/+1
| * CSS fixes again, so tiringmounderfod2023-07-181-1/+1
| * CSS fixes (what a surprise)mounderfod2023-07-181-0/+4
| * Fix config optionmounderfod2023-07-181-0/+2
| * Add new post about Emacsmounderfod2023-07-181-0/+55
| * Add more tagsmounderfod2023-07-181-1/+1
ecs/ranger/commit/code/debug.rb?h=v0.2.5&id=8a6f5eab0b884acd58ed86c00a30b57901442be6'>8a6f5eab ^
a0de7f95 ^
8a6f5eab ^
ede8afcd ^
a0de7f95 ^
8a6f5eab ^





a0de7f95 ^
ede8afcd ^

8a6f5eab ^




ede8afcd ^





8a6f5eab ^

34bfb32e ^
8a6f5eab ^


ede8afcd ^





8a6f5eab ^


34bfb32e ^
8a6f5eab ^

34bfb32e ^
ede8afcd ^





8a6f5eab ^
99b31925 ^
8a6f5eab ^


34bfb32e ^
ede8afcd ^












34bfb32e ^
8a6f5eab ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221