diff --git a/docs/_config.yml b/docs/_config.yml index 6a51c67..3face25 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/_includes/css-properties.html b/docs/_includes/css-properties.html index 3bdd751..5d40037 100644 --- a/docs/_includes/css-properties.html +++ b/docs/_includes/css-properties.html @@ -2,6 +2,9 @@ :root { --bulma-navbar-height: 5rem; } + html { + background-color: rgb(0, 2, 17); + } h1 { --bulma-weight-extrabold: 1em; } diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 93d38a0..098bb4f 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -1,13 +1,19 @@ - - - - {%- seo -%} - - {%- feed_meta -%} - {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} - {%- endif -%} - {%- include custom-head.html -%} - {%- include css-properties.html -%} + Website Name + + + + + + + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + {%- include custom-head.html -%} + {%- include css-properties.html -%} \ No newline at end of file diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 8b214c0..c3aef0f 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -3,7 +3,6 @@ ---
- {%- if site.paginate -%} {%- assign posts = paginator.posts -%} {%- else -%} @@ -51,4 +50,4 @@

Recent Posts

{%- endif -%} - \ No newline at end of file + diff --git a/docs/_posts/2024-04-27-welcome-to-jekyll copy 5.markdown b/docs/_posts/2024-04-27-welcome-to-jekyll copy 5.markdown deleted file mode 100644 index 510d324..0000000 --- a/docs/_posts/2024-04-27-welcome-to-jekyll copy 5.markdown +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2024-04-27 23:38:03 UTC+0200 -categories: jekyll update -author: Mega -description: An introduction to Jekyll. ---- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -Jekyll requires blog post files to be named according to the following format: - -`YEAR-MONTH-DAY-title.MARKUP` - -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: https://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/