diff --git a/config.toml b/config.toml
index 0c9e324..30f797e 100644
--- a/config.toml
+++ b/config.toml
@@ -1,36 +1,31 @@
baseURL = "https://abdulocra.cy/"
languageCode = "en-us"
-title = "abdulocracy"
-baseurl = "/"
theme = "terminal"
paginate = 5
[params]
- # dir name of your blog content (default is `content/posts`)
- contentTypeName = "posts"
- # ["orange", "blue", "red", "green", "pink"]
- themeColor = "pink"
- # if you set this to 0, only submenu trigger will be visible
+ contentTypeName = "blog"
+ themeColor = "green"
showMenuItems = 0
- # show selector to switch language
showLanguageSelector = false
- # set theme to full screen width
fullWidthTheme = false
- # center theme with default width
centerTheme = true
- # set a custom favicon (default is a `themeColor` square)
- favicon = "img/favicon/favicon.png"
+ favicon = "favicon.png"
+ enableGitInfo = true
+ showLastUpdated = true
+ updatedDatePrefix = "updated"
[languages]
[languages.en]
languageName = "English"
title = "abdulocracy's personal site"
+ owner = "Abdulkadir Furkan Şanlı"
subtitle = ""
keywords = ""
- copyright = "© Abdulkadir Furkan Şanlı 2019"
+ copyright = ""
menuMore = "menu"
- readMore = "read more"
- readOtherPosts = "read other posts"
+ readMore = "more"
+ readOtherPosts = "other posts"
[languages.en.params.logo]
logoText = "abdulocracy"
@@ -44,7 +39,7 @@ paginate = 5
[[languages.en.menu.main]]
identifier = "uni-notes"
name = "university notes"
- url = "/tags/university-notes"
+ url = "/university-notes"
[[languages.en.menu.main]]
identifier = "music"
name = "music"
diff --git a/content/about.md b/content/about.md
index 40e61b4..5f3b8f2 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,6 +1,6 @@
---
title: "about"
-date: 2020-06-10
+date: 2019-11-04
---
diff --git a/content/blog/0.md b/content/blog/0.md
new file mode 100644
index 0000000..dac9ff2
--- /dev/null
+++ b/content/blog/0.md
@@ -0,0 +1,10 @@
+---
+title: 0
+date: "2020-12-25"
+---
+
+You found my site. Congratulations.
+
+If there's content on here, how wonderful. If not, then I haven't yet realized my vague plans for a blog.
+
+Fare thee well.
diff --git a/content/img/favicon/favicon.png b/content/favicon.png
similarity index 100%
rename from content/img/favicon/favicon.png
rename to content/favicon.png
diff --git a/content/posts/eidma.md b/content/university-notes/eidma.md
similarity index 98%
rename from content/posts/eidma.md
rename to content/university-notes/eidma.md
index b8fdaa4..20e437d 100644
--- a/content/posts/eidma.md
+++ b/content/university-notes/eidma.md
@@ -1,9 +1,8 @@
-+++
-title = "Introduction to Discrete Mathematics"
-date = "2019-11-20"
-tags = ["university-notes"]
-markup = "pandoc"
-+++
+---
+title: Introduction to Discrete Mathematics
+date: "2019-11-20"
+markup: pandoc
+---
- Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets.
diff --git a/layouts/partials/extended_footer.html b/layouts/partials/extended_footer.html
index aa29bc4..5f9f00d 100644
--- a/layouts/partials/extended_footer.html
+++ b/layouts/partials/extended_footer.html
@@ -1,8 +1,3 @@
-
-
@@ -12,16 +7,3 @@ To add an extended footer section, please create
-
-
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5590232..a5233a4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,20 +1,17 @@