diff --git a/config.minima.toml b/config.minima.toml
deleted file mode 100644
index 78023e9..0000000
--- a/config.minima.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-baseURL = "https://seraphimrp.srht.site/"
-languageCode = "en-us"
-title = "Seraphim R.P."
-paginate = 8
-theme = "minima"
-
-[author]
- author = "Seraphim R.P."
- slogon = "An Orthodox Christian and software engineer." # "slogon", really?
- description = "Seraphim R.P. is an Orthodox Christian and software engineer."
-
-[params]
- iam = "I am"
- comment = "disqus"
-
-[menu]
- [[menu.main]]
- identifier = "home"
- name = "Home"
- url = "/"
- weight = 1
- [[menu.main]]
- identifier = "about"
- name = "About"
- url = "/about"
- weight = 2
diff --git a/config.toml b/config.toml
index 27f3cd3..592bf9a 120000
--- a/config.toml
+++ b/config.toml
@@ -1 +1 @@
-config.minima.toml
\ No newline at end of file
+config.terminal.toml
\ No newline at end of file
diff --git a/themes/minima/.gitignore b/themes/minima/.gitignore
deleted file mode 100644
index faa6c31..0000000
--- a/themes/minima/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.DS_Store
-public
\ No newline at end of file
diff --git a/themes/minima/LICENSE b/themes/minima/LICENSE
deleted file mode 100644
index e4483e2..0000000
--- a/themes/minima/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2021 YOUR_NAME_HERE
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/themes/minima/Makefile b/themes/minima/Makefile
deleted file mode 100644
index a7bf8d0..0000000
--- a/themes/minima/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-source=exampleSite
-
-.PHONY: dev, build, clean
-
-dev:
- hugo server -D -s $(source) --themesDir ../..
-
-build:
- hugo -D --gc --minify -s $(source) --themesDir ../
-
-clean:
- rm -r $(source)/public
\ No newline at end of file
diff --git a/themes/minima/README.md b/themes/minima/README.md
deleted file mode 100644
index b652d6b..0000000
--- a/themes/minima/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-# Minima
-
-A Clean and minimal Hugo theme porting from Minima on Hexo. [Click me](https://h.xjj.pub/) to take a look at the demo site.
-
-![screenshot](./images/tn.png)
-
-## Features
-
-- [x] light/dark mode
-- [x] Code Hightlight
-- [x] KaTeX
-- [x] Google analytics
-- [x] Disqus/OvO comments
-
-## Usage
-
-Before using Minima, make sure you've got Hugo(v0.41.0 or higher) installed on your device.
-
-### Installation
-
-Suppose `blog` is where you place your sources.
-
-```bash
-cd blog
-git init
-git submodule add --depth 1 https://github.com/mivinci/hugo-theme-minima.git themes/minima
-```
-
-Or `clone` directly if you don't wanna use the Git submodule.
-
-```bash
-git clone https://github.com/mivinci/hugo-theme-minima.git themes/minima
-```
-
-Anyways, you just need to put Minima under the `blog/themes` directory.
-
-### Configuration
-
-Follow [exampleSite/config.toml](https://github.com/Mivinci/hugo-theme-minima/blob/main/exampleSite/config.toml) and edit your own `blog/config.toml` file.
-
-### Supported Front Matters
-
-| Field | Type | Explanation |
-| ----------- | ------ | ------------------------------------------------------ |
-| title | string | Title of the post, will be rendered in a `h1` tag |
-| description | string | Description of the post, will be rendered in a `p` tag |
-| date | string | Datetime that the post is written |
-| math | bool | True if the post needs to render math formulas |
-| comment | bool | True if the post allows people to make comments |
-| draft | bool | True if the post isn't already to production |
-| categories | array | Array of categories the posts belongs to |
-| series | array | Array of series the posts belongs to |
-| tags | array | Array of tags the posts is related to |
-
-### Feedback
-
-Feedbacks are welcome [here](https://github.com/Mivinci/hugo-theme-minima/issues).
-
diff --git a/themes/minima/archetypes/default.md b/themes/minima/archetypes/default.md
deleted file mode 100644
index a845151..0000000
--- a/themes/minima/archetypes/default.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/themes/minima/data/svg.toml b/themes/minima/data/svg.toml
deleted file mode 100644
index 8496be2..0000000
--- a/themes/minima/data/svg.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-github = ''
-linkedin = ''
-twitter = ''
-rss = ''
\ No newline at end of file
diff --git a/themes/minima/exampleSite/config.toml b/themes/minima/exampleSite/config.toml
deleted file mode 100644
index f65c777..0000000
--- a/themes/minima/exampleSite/config.toml
+++ /dev/null
@@ -1,101 +0,0 @@
-baseURL = "http://h.xjj.pub"
-languageCode = "en-us"
-title = "Hi Folks"
-copyright = "ยฉ Copyright notice"
-theme = "minima"
-paginate = 7
-googleAnalytics = ""
-disqusShortname = "hugo-minima"
-
-
-# Author has some of your information to be shown on the home
-# page of your blog.
-[author]
-name = "XJJ"
-slogon = "A student and web developer from Earth ๐"
-description = "This is Minima, a clean and minimal Hugo theme porting from Minima on Hexo. It not only inherits everything from Hexo Minima like dark/light mode but intgrated KaTeX and some taxonomies like categories, series and tags. I created this from scratch using pure CSS and Vanilla JS without using unnecessary development packs! ๐"
-
-
-[params]
-# iam is the beginning words of your self-introduction.
-iam = "I am"
-# The subtitle will be shown after the title of your blog site
-# in a format "title - subtitle".
-subtitle = ""
-# Comment decides the comment plugin used on your blog site,
-# available plugins: disqus, ovo.
-comment = "disqus"
-
-
-# OvO is a comment plugin written by the author of Minima.
-# It is enabled when params.comment is set "ovo". You can
-# find its documentation on https://github.com/ovojs/ovo.
-# If you are using disqus, just ignore this field.
-[params.ovo]
-server = ""
-placeholder = ""
-
-
-# Params.social is an array containing your social network accounts,
-# Each has a lowercase name, a svg formatted icon and a url to the
-# webpage of your account. They will be shown at the bottom of every
-# page of your blog.
-# Be sure the svgs you select to use must have both the width and the
-# height set 18. If you don't wanna put the svg code in this config
-# file, you can instead save them to the `data/svg.toml` file under
-# the root directory of your blog using a format like `name = '