Skip to content

Commit

Permalink
blog introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Apr 29, 2024
1 parent 1f006f4 commit 496db39
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 36 deletions.
11 changes: 10 additions & 1 deletion docs/_includes/css-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
}
.content {
min-height: 8vw;
min-width: 16vw;
min-width: 20vw;
max-width: 20vw;
position: relative;
}
.tag {
margin-right: 0.3em;
}
.post-bottom {
position: absolute;
bottom: 0;
}
</style>
4 changes: 2 additions & 2 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="title posts-group">Recent Posts</h1>
</div>
<div class="media-content">
<div class="content">
<p>
<p class="post-content">
<strong>
<a href="{{ post.id }}">{{ post.title }}</a>
</strong>
Expand All @@ -37,7 +37,7 @@ <h1 class="title posts-group">Recent Posts</h1>
<br>
{{ post.description }}
<br>
<small>
<small class="post-bottom">
<a href="https://x.com/{{ post_author.x }}">{{ post.author }}</a> • {{ post.date | date: date_format }}
</small>
</p>
Expand Down
33 changes: 0 additions & 33 deletions docs/_posts/2024-04-27-welcome-to-jekyll.markdown

This file was deleted.

28 changes: 28 additions & 0 deletions docs/_posts/2024-04-30-blog-introduction.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "Blog Introduction"
date: 2024-04-30 00:16:58 UTC+0100
author: Mega
description: The first blog post, summarizing the arrival of the website rework and the new blog.
tags:
- decisive
- development
---

Hey y'all our dear users! This the first post of this new blog!

*A new blog? Why? You already have a [Discord]({{ site.url }}/discord)!*, you could say: and you're totally right!

The reason behind it is that I wanted to give to the MModding Organization a proper website (at least better than the old one) and to add it a blog in order to write better information for our users.

Discord isn't bad at all, otherwise we wouldn't have a dedicated server to our team content in it, but it still has some limitations:
- We can't write very long messages. Pretty annoying when we want to write big messages.
- We can controll the website user-interface, contrary to Discord's one.
- We can classify our posts with tags, allowing you to understand what are the main ideas of them.
- We can use attachments in a better way, spreading them into the post instead of just having all of them at the bottom of message.

As you can see, the post display is still a bit weird, but we will enhance it in order to have a better website look in the future.

If you have issues, enchancements or that you find bugs (that don't seems too obvious to not have been already found by me) you can use the [Website Issue Tracker](https://github.com/MModding/mmodding.github.io/issues)!

Post Scriptum: there's now a second thing that I can add in my "if-you-ask-for-it-I-will-break-your-legs" list, a light mode for the website.

0 comments on commit 496db39

Please sign in to comment.