summaryrefslogtreecommitdiffstats
path: root/content/posts
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-07 08:05:45 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-07 08:05:45 -0400
commit3038d1c3ef2491cad2b3c2757ef93544812f8be4 (patch)
tree1bcfb8d062e9f472b6b6296734edc1632e5599f4 /content/posts
parent1fb8ddbc8258d6d11a8919064c4f4b0f4374e999 (diff)
ci(frontmatter.json): :construction_worker: Frontmatter Config
Configuration of frontmatter, launch, and vscode tasks
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/todos.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/content/posts/todos.md b/content/posts/todos.md
deleted file mode 100644
index e7513b8..0000000
--- a/content/posts/todos.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-# author:
-title: Todos
-date: 2024-09-08T18:24:15-04:00
-type: minimal
-draft: true
-description: "Just a todo list for finishing migration of the site."
-tags: [ "tasks", "site", "todo", "internal" ]
----
-
-## Tasks needed for site completion
-
-We have moved the site from one web framework to another. This was performed due to several limitations with our former framework we were not satisfied with. The framework was not designed to allow search engines to easily index the site, and the web path uri scheme was not congruent to work with our preferred choice of web server software. This resulted in the unecessary task of routinely having to rewrite web server configurations in order for the server to locate the appropriate files to match the request path.
-
-### Task List
-
-Below is a list of things needed to be completed in order for the task of migrating the site from one web framework to another is considered to be completed.
-
-- [X] Move Emails over to the site.
-- [X] Move otter-logs and files over to the new site.
-- [X] Create a new logo for the site.
-- [X] Swap out frontpage image.
-- [X] Add links to other sites onto the frontpage somewhere.
-- [X] Use datatables to generate new tables for emails and otter logs
-- [X] Use Yaml files in data dir to generate new timelines.
-- [X] Move over the about page, privacy page and terms of service to the new site.
-- [ ] Delete directories of unused web frameworks.
-- [X] Setup Caddy on OpenBSD.
-- [X] Setup reverse proxy
-- [X] Reconfigure webserver to use reverse proxy.
-- [X] Generate useful archetypes for the site.
-- [X] Setup taxonomy for the site.
-- [X] create forked repo from hinode. \ No newline at end of file