Commit graph

113 commits

Author SHA1 Message Date
3f1059dffb
bump version 0.29999-nilix 2023-02-21 21:34:16 -07:00
adb3eb14bc Merge branch 'raw_link_fix' into nilix 2023-02-21 21:33:27 -07:00
94d07ef8b2
fix raw file link in file view 2023-02-21 21:33:11 -07:00
0aa61d0eb9
bump version to v0.2.999-nilix 2023-02-09 23:31:31 -07:00
5c608d7459 fix title tag and tree .. link 2023-02-09 23:31:09 -07:00
1f7d760e41
fix title tag and tree .. link 2023-02-09 23:30:07 -07:00
49f6bb04d9
remove cdn link from head template 2023-02-07 18:25:49 -07:00
9b97b3b209 Merge branch 'rawfix' into nilix 2023-02-05 12:05:35 -07:00
ad6ece2ad2
use simpler path for raw routes to avoid conflicts with repos with branch called 'raw' 2023-02-05 12:05:15 -07:00
151f060913
nilix config 2023-02-04 10:07:44 -07:00
e6a2ef8560
update readme 2023-02-04 09:54:07 -07:00
30683a7cec
add footer, fix HTML hierarchy 2023-02-04 09:34:21 -07:00
b0c2a8ee38
tree: fit-content for size column 2023-02-04 08:19:23 -07:00
839be3691d
use table for tree view as it is more compatible with eg w3m and netsurf 2023-02-03 17:56:23 -07:00
fd41ddefb0 Merge branch 'linecount_fix' 2023-02-03 17:31:51 -07:00
da18f9eb14
fix file view 2023-02-03 17:30:37 -07:00
3cedf64695
fix buffer overflow in countlines for files greater than 32kb 2023-02-03 17:29:01 -07:00
8eea0d5bbc
fix file view CSS so content fits horizontally and doesn't overscroll 2023-02-02 22:33:15 -07:00
068bda4915
compile templates only once on app start instead of on every page request 2023-02-02 22:05:17 -07:00
907dcc9eeb Merge branch 'refs' 2023-02-02 09:32:50 -07:00
dde087ea2d
use time tag in log 2023-02-02 09:32:31 -07:00
50093251b2
tree: directories first, add size column, fix .. 2023-02-01 23:01:36 -07:00
cd131c0629
update layout for refs page, add pgp signatures to tags and commits
only detailed commits have pgp sigs, not in the log to save bandwidth
2023-02-01 22:43:10 -07:00
584243d358
fix line count for files that don't end in a newline 2023-02-01 22:08:04 -07:00
239d5b2dfa
add raw file routes, link to raw files on file view, add relative link processing to readme code 2023-02-01 22:03:56 -07:00
80ba8a576b Merge branch 'go.mod' 2023-02-01 21:59:39 -07:00
9b99bc7cb8 Merge branch 'taglist' 2023-02-01 21:59:20 -07:00
3fc204c253
sort tags in reverse chronological order and deduplicate 2023-01-31 17:08:03 -07:00
7d3fed52ad
add raw file routes and allow readme to reference relative repo paths 2023-01-31 16:27:22 -07:00
9bb6fb2afc
only add go meta import tag if go.mod exists in repo root 2023-01-31 14:27:48 -07:00
2d263d99a3
add style tweaks: commit hashes, emails, and more cross-browser friendly file view 2023-01-31 14:02:43 -07:00
Anirudh Oppiliappan
7a512b1da6
markdown: more file exts, fix img 2022-12-26 12:04:09 +05:30
Anirudh Oppiliappan
49b8b29289
css: fix ul padding in readme 2022-12-26 11:57:00 +05:30
James Mills
95dec0f056
routes: render markdown readmes in repo index (#11) 2022-12-26 11:50:08 +05:30
Anirudh Oppiliappan
0547b04260
css: set repo desc font weight to normal 2022-12-24 16:50:44 +05:30
Anirudh Oppiliappan
5912a0bcb5
css: bottom padding in refs pre 2022-12-24 15:13:40 +05:30
Anirudh Oppiliappan
845cce8ea7
css: lose grid layout in refs 2022-12-24 15:11:48 +05:30
Anirudh Oppiliappan
08c49d4dd3
unveil: remove git executable and /dev/null 2022-12-24 15:05:04 +05:30
Anirudh Oppiliappan
fa66c4faa8
git: pure go git clone 2022-12-24 14:57:44 +05:30
Anirudh Oppiliappan
983dabb33c
css: wrap refs pre 2022-12-22 21:19:00 +05:30
Anirudh Oppiliappan
30559cd9c2
readme: unveil and ideas 2022-12-22 21:15:57 +05:30
Anirudh Oppiliappan
f661e6e4ce
config: add repo.ignore 2022-12-22 21:13:49 +05:30
Anirudh Oppiliappan
2b57b6e0b1
unveil: /dev/null 2022-12-22 16:24:31 +05:30
Anirudh Oppiliappan
2fe14eca63
unveil: reorder 2022-12-22 16:18:15 +05:30
Anirudh Oppiliappan
d58151dbb0
css: reduce pre font size 2022-12-22 14:45:22 +05:30
Anirudh Oppiliappan
a64f9d8f14
css: set pre font
lol
2022-12-22 14:31:35 +05:30
Anirudh Oppiliappan
d6b8143f56
css: ui-monospace
ref: https://stackoverflow.com/a/64133415
2022-12-22 13:33:27 +05:30
Anirudh Oppiliappan
6e6648e344
unveil: add git executable 2022-12-22 11:35:32 +05:30
Anirudh Oppiliappan
0ed4b29fe0
clean up long line 2022-12-22 11:20:02 +05:30
zak
45d1c6c2ec unveil: cleanup code in main.go 2022-12-22 11:17:59 +05:30