39b455caf0
refactor: call toString on numeric timestamp
2023-09-20 14:49:54 +01:00
9885bfaed9
feat: display private/unlisted alert for article
2023-09-20 14:49:02 +01:00
73f5e4e4a2
fix: use correct route for /blog?p= redirect
2023-09-20 14:48:26 +01:00
d114870f87
feat: add links to next and prev articles
2023-09-19 19:29:21 +01:00
2fd4b704cd
feat: add binaryformatter psa
2023-09-16 14:48:26 +01:00
7ae8a749d2
feat: add tutorials page
2023-09-16 14:48:14 +01:00
06fd256ec8
refactor: remove redundant models for privacy policy pages
2023-08-20 13:30:11 +01:00
70bf8aca19
fix: add name to checkbox
2023-08-16 15:22:35 +01:00
bcbf963cd8
style: fix typo
2023-08-16 15:22:10 +01:00
1c044a9c96
style: fix typo on index page
2023-08-16 14:51:08 +01:00
9e2fa951f1
refactor: use PascalCase for asp-page routes
2023-08-16 14:08:33 +01:00
8202bb7440
style: reword open source text
2023-08-16 14:02:58 +01:00
d9c6034aa0
fix(blog): link to relative index not root index
2023-08-15 17:04:58 +01:00
1cdad4c17c
fix(blog): set post in ViewData for article
2023-08-14 00:58:58 +01:00
e7cbe0330b
feat: add post metadata for social embed support
2023-08-14 00:57:46 +01:00
9ce4b844fe
style: format RSS link child
2023-08-14 00:57:13 +01:00
c3e64a6cde
style: add theme-color #121212
2023-08-14 00:56:59 +01:00
adf9e63008
style: remove self-closing /
2023-08-14 00:56:45 +01:00
eb2a63e136
fix(blog): use tag helpers to generate href
2023-08-13 18:12:42 +01:00
193b2486a1
refactor(blog): use /blog prefix for article endpoints
2023-08-13 18:12:13 +01:00
0a9c2e82d5
refactor: combine sites into one
...
CORS was "cors"ing some issues (heh).
But also it is easier to maintain this way. Development was made much more difficult when I separated it. Combining it all also improves SEO
2023-08-13 17:34:38 +01:00
86bbf803b5
feat: share wwwroot assets
2023-08-12 20:30:10 +01:00
9b9143632a
refactor: remove ref to jquery validation lib
2023-08-12 16:49:37 +01:00
143131b413
style: remove BOM
2023-08-11 15:51:20 +01:00
2d4d6d3823
refactor: amend c2deccafae
...
Define new Area for blog
2023-08-11 14:26:21 +01:00
c2deccafae
refactor: move blog to new asp area
2023-08-11 14:08:14 +01:00
3c6a2209c2
style: remove self-closing tag
2023-08-11 13:52:43 +01:00
31794a1238
feat: add rss icon to layout footer
2023-08-11 13:24:57 +01:00
69e1279a8b
refactor: remove redundant asp-area attr
2023-08-11 13:23:03 +01:00
bb0483d4ae
refactor: rename index link
2023-08-11 02:27:17 +01:00
682b7c2a87
style: use meaningful placeholders
2023-08-11 02:27:07 +01:00
69963a5b81
style: swap roles of strong/underline
2023-08-11 02:26:56 +01:00
ca31a63bb7
feat: use ViewData title in layout
2023-08-11 02:08:18 +01:00
cbb7d07844
fix: add missing ViewData title assignment
2023-08-11 02:08:03 +01:00
1c73ada81c
style: use breadcrumbs for child contact pages
2023-08-11 02:07:39 +01:00
7219c948e6
refactor: remove weird namespace declspec
2023-08-11 02:07:13 +01:00
95b7ed0ae7
feat: create partial for spinner, register as handlebars template
2023-08-11 02:06:52 +01:00
06fab21cd5
feat: link to blog from index
2023-08-11 02:05:27 +01:00
3e3f074e63
style: use dynamic bmc button
2023-08-11 02:05:18 +01:00
f048c619f3
style: reword donate page
2023-08-11 02:05:08 +01:00
5bb6463a4b
fix: use manual Prism highlighting
2023-08-10 16:16:29 +01:00
4244f9f014
fix: add disqus comment counter after posts have loaded
2023-08-10 16:14:48 +01:00
506347ce9c
feat: add pre-formatted date "dddd, d MMMM yyyy HH:mm"
2023-08-10 15:32:34 +01:00
f3ad04ff1f
feat: add disqus comment count injection to asp page
2023-08-10 15:15:36 +01:00
217c1d660e
feat: use Handlebars to render template excerpt card
2023-08-10 14:36:51 +01:00
aa69713e49
feat: add handlebars 4.7.8
2023-08-10 14:08:35 +01:00
cb331ff54f
refactor: use - not _ for id word splitter
2023-08-10 14:08:22 +01:00
2036970fa2
fix: remove redundant article tag
2023-08-10 04:56:28 +01:00
95dd7e51e5
perf: add dynamic fetch of blog posts to speed up page load
2023-08-10 04:56:12 +01:00
434c61d7fa
fix: remove non-existent css link
2023-08-10 00:29:24 +01:00
190e247067
feat: add /raw route to blog posts for markdown output
2023-08-09 23:17:16 +01:00
a138c38009
feat: add mastodon to footer
2023-08-09 22:13:09 +01:00
da5fe30c7a
feat: add font awesome 6.4.2
2023-08-08 21:01:31 +01:00
0fa43704ea
style: add alt to author image, reorder anchor attrs
2023-08-08 21:01:13 +01:00
aaafcaf760
perf: handle content processing in BlogService
2023-08-08 12:46:24 +01:00
983e636635
perf: structure query get a bit better
2023-08-08 12:41:12 +01:00
9de1a84446
refactor: determine disqus param in model; reduce duplication
2023-08-08 12:40:18 +01:00
96ec83e525
feat: add new permalink to all posts
2023-08-08 12:07:30 +01:00
299e315ddd
style: reword contact page
2023-08-08 11:35:48 +01:00
f14239bcfb
style: add bs alert for legal disclaimer
2023-08-08 11:35:36 +01:00
7f4ef10960
refactor: delegate id lookup to BlogService
2023-08-08 11:35:22 +01:00
6b18b36b96
refactor: get author using BlogService
2023-08-08 11:34:41 +01:00
7abc44a58c
feat: use aspnetcore route helper instead of hardcoding url
2023-08-08 02:06:58 +01:00
6d40452fb3
feat: display Update timestamp if post has been updated
2023-08-08 02:06:38 +01:00
84814da85b
feat: describe project sections
2023-08-08 02:06:20 +01:00
69a6f4a3af
refactor: delegate post lookup to BlogService
2023-08-08 02:06:11 +01:00
4a94a404b3
fix: fix legacy 301 route
2023-08-08 01:56:13 +01:00
b584bb84a2
style: guard clause article page
2023-08-08 01:34:27 +01:00
83e5757429
feat: delegate blog listing to BlogService
2023-08-08 01:31:05 +01:00
8768a90d48
fix: force disqus to use dark theme
2023-08-08 01:21:15 +01:00
b9e7e938ba
refactor: remove references to hljs
2023-08-08 01:17:23 +01:00
6524a4f618
feat: inject custom markdown pipeline
2023-08-08 00:34:15 +01:00
d69ef231eb
feat: add KaTeX
2023-08-08 00:31:15 +01:00
e2ecc6dc57
refactor: route blog to asp not remote page
2023-08-08 00:30:57 +01:00
3db59d6ca2
feat: use prism instead of highlightjs
2023-08-08 00:30:43 +01:00
12309c0bf1
style: improve layout of blog/article
2023-08-08 00:29:39 +01:00
e5f01f66a9
refactor: add day to article route
2023-08-08 00:21:22 +01:00
bd999f0ed8
feat: add preliminary /blog routes
...
This change also introduces toml file config
2023-08-06 15:57:44 +01:00
060514aca2
style: use bs-theme "dark"
2023-08-06 13:54:34 +01:00
47eeb276c5
style: use explicit https protocol
2023-08-06 13:54:18 +01:00
494a85a447
style: format privacy policy pages
2023-08-06 13:54:02 +01:00
bcee08347a
feat: add projects page
2023-08-06 02:29:10 +01:00
75eed18bc8
refactor: remove i18n
...
This can be a problem for Future Me™️
2023-08-06 02:26:45 +01:00
e93db2c7a0
feat: add donation page
2023-08-05 23:28:01 +01:00
6205648e53
refactor: rename project to OliverBooth
2023-08-05 23:27:50 +01:00