Skip to content

Commit

Permalink
discord embed
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Apr 29, 2024
1 parent ffb89b4 commit 1f006f4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 47 deletions.
4 changes: 1 addition & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@

title: MModding Website
description: >- # this means to ignore newlines until "baseurl:"
MModding Website for MModding Related Content
The official website about MModding and their mods, powered up by QuiltMC & FabricMC Toolchains for the Minecraft game.
baseurl: "" # the subpath of your site, e.g. /blog
domain: "mmodding.github.io"
url: "https://mmodding.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: MModdingTeam
github_username: MModding

# Build settings
theme: minima
Expand Down
3 changes: 3 additions & 0 deletions docs/_includes/css-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
:root {
--bulma-navbar-height: 5rem;
}
html {
background-color: rgb(0, 2, 17);
}
h1 {
--bulma-weight-extrabold: 1em;
}
Expand Down
28 changes: 17 additions & 11 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- include custom-head.html -%}
{%- include css-properties.html -%}
<title>Website Name</title>
<meta content="{{ site.title }}" property="og:title">
<meta content="{{ site.description }}" property="og:description">
<meta content="{{ site.url }}" property="og:url">
<meta content="{{ site.art_root }}/brand/mmodding.png" property="og:image">
<meta content="#6100b0" data-react-helmet="true" name="theme-color">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- include custom-head.html -%}
{%- include css-properties.html -%}
</head>
3 changes: 1 addition & 2 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
---

<div class="home">

{%- if site.paginate -%}
{%- assign posts = paginator.posts -%}
{%- else -%}
Expand Down Expand Up @@ -51,4 +50,4 @@ <h1 class="title posts-group">Recent Posts</h1>
</div>
</section>
{%- endif -%}
</div>
</div>
31 changes: 0 additions & 31 deletions docs/_posts/2024-04-27-welcome-to-jekyll copy 5.markdown

This file was deleted.

0 comments on commit 1f006f4

Please sign in to comment.