-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2329946
commit fcb73a2
Showing
7 changed files
with
197 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<style> | ||
.markdown-content h1 { | ||
font-size: 2.235; | ||
letter-spacing: -1px; | ||
line-height: 1.15; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content h2 { | ||
font-size: 1.75; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content h3 { | ||
font-size: 1.375; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content h4 { | ||
font-size: 1.25; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content h5 { | ||
font-size: 1.125; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content h6 { | ||
font-size: 1.0625; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content ul { | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
} | ||
.markdown-content ul { | ||
margin-left: 15px; | ||
} | ||
.markdown-content p { | ||
margin-bottom: 15px; | ||
} | ||
.highlight { /* Modified (when using RGB) Highlight of the Jekyll Minima Theme: all credits goes there https://github.com/jekyll/minima/blob/main/_sass/minima/skins/auto.scss#L134-L139 */ | ||
.c { color: rgb(150, 150, 150); font-style: italic } /* Comment */ | ||
.err { color: #ff2b36; } /* Error */ | ||
.k { color: rgb(243, 105, 255) } /* Keyword */ | ||
.cm { color: rgb(150, 150, 150); font-style: italic } /* Comment.Multiline */ | ||
.cp { color: rgb(150, 150, 150) } /* Comment.Preproc */ | ||
.c1 { color: rgb(150, 150, 150); font-style: italic } /* Comment.Single */ | ||
.cs { color: rgb(150, 150, 150); font-style: italic } /* Comment.Special */ | ||
.gd { color: #000; background-color: #fdd } /* Generic.Deleted */ | ||
.gd .x { color: #000; background-color: #faa } /* Generic.Deleted.Specific */ | ||
.ge { font-style: italic } /* Generic.Emph */ | ||
.gr { color: #f07178 } /* Generic.Error */ | ||
.gh { color: #999 } /* Generic.Heading */ | ||
.gi { color: #000; background-color: #dfd } /* Generic.Inserted */ | ||
.gi .x { color: #000; background-color: #afa } /* Generic.Inserted.Specific */ | ||
.go { color: #888 } /* Generic.Output */ | ||
.gp { color: #555 } /* Generic.Prompt */ | ||
.gs { font-weight: bold } /* Generic.Strong */ | ||
.gu { color: #aaa } /* Generic.Subheading */ | ||
.gt { color: #f07178 } /* Generic.Traceback */ | ||
.kn { color: rgb(243, 105, 255) } /* Keyword.Import */ | ||
.kd { color: rgb(243, 105, 255) } /* Keyword.Declaration */ | ||
.kp { color: rgb(243, 105, 255) } /* Keyword.Pseudo */ | ||
.kr { color: rgb(243, 105, 255) } /* Keyword.Reserved */ | ||
.kt { color: rgb(243, 105, 255) } /* Keyword.Type */ | ||
.kc { color: rgb(243, 105, 255) } /* Keyword.Boolean */ | ||
.m { color: rgb(66, 214, 153) } /* Literal.Number */ | ||
.s { color: rgb(66, 214, 153) } /* Literal.String */ | ||
.n { color: rgb(228, 136, 17) } | ||
.na { color: rgb(78, 175, 255) } /* Name.Attribute */ | ||
.nb { color: #EEFFFF } /* Name.Builtin */ | ||
.nc { color: rgb(255, 216, 145) } /* Name.Class */ | ||
.nd { color: rgb(255, 216, 145) } /* Name.Annotation */ | ||
.no { color: rgb(228, 136, 17) } /* Name.Constant */ | ||
.ni { color: #800080 } /* Name.Entity */ | ||
.ne { color: #900 } /* Name.Exception */ | ||
.nf { color: rgb(78, 175, 255) } /* Name.Function */ | ||
.nn { color: rgb(243, 105, 255) } /* Name.Namespace */ | ||
.nt { color: #FFCB6B } /* Name.Tag */ | ||
.nv { color: #EEFFFF } /* Name.Variable */ | ||
.nl { color: rgb(52, 116, 255) } /* Name.JSONKey */ | ||
.ow { font-weight: bold } /* Operator.Word */ | ||
.w { color: #EEFFFF } /* Text.Whitespace */ | ||
.mf { color: rgb(66, 214, 153) } /* Literal.Number.Float */ | ||
.mh { color: rgb(66, 214, 153) } /* Literal.Number.Hex */ | ||
.mi { color: rgb(66, 214, 153) } /* Literal.Number.Integer */ | ||
.mo { color: rgb(66, 214, 153) } /* Literal.Number.Oct */ | ||
.sb { color: rgb(66, 214, 153) } /* Literal.String.Backtick */ | ||
.sc { color:rgb(66, 214, 153) } /* Literal.String.Char */ | ||
.sd { color: rgb(66, 214, 153) } /* Literal.String.Doc */ | ||
.s2 { color:rgb(66, 214, 153) } /* Literal.String.Double */ | ||
.se { color: rgb(66, 214, 153) } /* Literal.String.Escape */ | ||
.sh { color: rgb(66, 214, 153) } /* Literal.String.Heredoc */ | ||
.si { color: rgb(66, 214, 153) } /* Literal.String.Interpol */ | ||
.sx { color: rgb(66, 214, 153) } /* Literal.String.Other */ | ||
.sr { color: rgb(66, 214, 153) } /* Literal.String.Regex */ | ||
.s1 { color: rgb(66, 214, 153) } /* Literal.String.Single */ | ||
.ss { color: rgb(66, 214, 153) } /* Literal.String.Symbol */ | ||
.bp { color: #999 } /* Name.Builtin.Pseudo */ | ||
.vc { color: #FFCB6B } /* Name.Variable.Class */ | ||
.vg { color: #EEFFFF } /* Name.Variable.Global */ | ||
.vi { color: #EEFFFF } /* Name.Variable.Instance */ | ||
.py { color: rgb(243, 105, 255) } /* Name.Variable.TOML */ | ||
.il { color: #F78C6C } /* Literal.Number.Integer.Long */ | ||
} | ||
@media screen and (min-width: 800px) { | ||
.markdown-content h2 { | ||
font-size: 2.0; | ||
} | ||
.markdown-content h3 { | ||
font-size: 1.625; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
layout: base | ||
--- | ||
|
||
<section class="section"> | ||
<div class="box big-post-box"> | ||
<h1 class="title before-tag"> | ||
{{ page.title }} | ||
<p> | ||
{%- for tag in page.tags -%} | ||
{%- assign current_tag = site.data.tags[tag] -%} | ||
<span class="tag {{ current_tag.type }}">#{{ tag }}</span> | ||
{%- endfor -%} | ||
</p> | ||
</h1> | ||
<div class="markdown-content"> | ||
{{ content }} | ||
</div> | ||
<nav class="level"> | ||
<div class="level-left"> | ||
<div class="level-item"> | ||
<figure class="image is-32x32"> | ||
{%- for author in page.author -%} | ||
{%- assign post_author = site.data.authors[author] -%} | ||
{%- assign author_name = page.author -%} | ||
<img class="is-rounded" src="{{ post_author.picture }}" alt="Post Image"> | ||
{%- endfor -%} | ||
</figure> | ||
</div> | ||
<div class="level-item"> | ||
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} | ||
<h3> | ||
<a href="https://x.com/{{ post_author.x }}">{{ author_name }}</a> • Written on {{ page.date | date: date_format }} | ||
</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: post | ||
title: "Domain and Post Rendering" | ||
date: 2024-05-03 01:03:49 +0100 | ||
author: Mega | ||
description: Post talking about the application of the <code>mmodding.com</code> domain over our website and the updated render of our posts. | ||
tags: | ||
- decisive | ||
- update | ||
--- | ||
|
||
Hey dear members! Here I am with the news! | ||
|
||
Yesterday, **I carefully applied the `mmodding.com` domain to our website** (that we did't own before sadly, yeah) meaning that we have now beautiful links for our socials! | ||
- [mmodding.com/youtube](https://mmodding.com/youtube) redirects to our YouTube channel | ||
- [mmodding.com/discord](https://mmodding.com/discord) redirects to our Discord server | ||
- [mmodding.com/x](https://mmodding.com/x) redirects to our X/Twitter profile | ||
- [mmodding.com/github](https://mmodding.com/github) redirects to our GitHub organization | ||
|
||
I may also add Modrinth and Curseforge link? Not sure about that. If I do it it should probably be separated from the other ones in the navbar at least. | ||
|
||
Second thing: **I now updated the posts render!** It's not perfect yet, it will probably have other improvements in the future, but currently it is sufficent for us. | ||
- The markdown now renders better than before. | ||
- Some work on the codeblock css to prepare a color highlighting syntax for the future docs. | ||
|
||
Future goals: | ||
- Add an about page. | ||
- Create the docs base, a base that would be enough for people to start contributing to it! |