Skip to content

Commit 4f1ba2f

Browse files
committed
Init Setup
1 parent d1ae361 commit 4f1ba2f

6 files changed

Lines changed: 24 additions & 26 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
_site

docs/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
55

66
gem "just-the-docs", "0.12.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release
8+
9+
gem "logger"

docs/Gemfile.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ GEM
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.1-arm64-darwin)
16-
ffi (1.17.1-x86_64-linux-gnu)
15+
ffi (1.17.3-arm64-darwin)
16+
ffi (1.17.3-x86_64-linux-gnu)
1717
forwardable-extended (2.6.0)
18-
google-protobuf (4.29.3-arm64-darwin)
19-
bigdecimal
20-
rake (>= 13)
21-
google-protobuf (4.29.3-x86_64-linux)
18+
google-protobuf (4.33.5)
2219
bigdecimal
2320
rake (>= 13)
2421
http_parser.rb (0.8.0)
@@ -65,6 +62,7 @@ GEM
6562
listen (3.9.0)
6663
rb-fsevent (~> 0.10, >= 0.10.3)
6764
rb-inotify (~> 0.9, >= 0.9.10)
65+
logger (1.7.0)
6866
mercenary (0.4.0)
6967
pathutil (0.16.2)
7068
forwardable-extended (~> 2.6)
@@ -92,6 +90,7 @@ PLATFORMS
9290
DEPENDENCIES
9391
jekyll (~> 4.4.1)
9492
just-the-docs (= 0.12.0)
93+
logger
9594

9695
BUNDLED WITH
9796
2.5.9

docs/_config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,16 @@ color_scheme: dark
55

66
url: https://docs.lsr.gg
77

8+
favicon_ico: "/images/favicon.ico"
9+
nav_enabled: true
10+
811
aux_links:
9-
Template Repository: https://github.com/just-the-docs/just-the-docs-template
12+
Lovely Sim Racing: https://store.lsr.gg
13+
14+
aux_links_new_tab: true
15+
16+
footer_content: "Copyright © 2026 Lovely Sim Racing."
17+
18+
# Footer last edited timestamp
19+
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
20+
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html

docs/images/favicon.ico

4.19 KB
Binary file not shown.

docs/index.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
---
22
title: Home
33
layout: home
4+
last_modified_date: 23/02/2026 17:36
45
---
56

6-
Test Repo update
7+
# A title
78

89
This is a *bare-minimum* template to create a Jekyll site that uses the [Just the Docs] theme. You can easily set the created site to be published on [GitHub Pages] – the [README] file explains how to do that, along with other details.
910

10-
If [Jekyll] is installed on your computer, you can also build and preview the created site *locally*. This lets you test changes before committing them, and avoids waiting for GitHub Pages.[^1] And you will be able to deploy your local build to a different platform than GitHub Pages.
11+
If [Jekyll] is installed on your computer, you can also build and preview the created site *locally*. This lets you test changes before committing them, and avoids waiting for GitHub Pages.[^1]
1112

12-
More specifically, the created site:
13-
14-
- uses a gem-based approach, i.e. uses a `Gemfile` and loads the `just-the-docs` gem
15-
- uses the [GitHub Pages / Actions workflow] to build and publish the site on GitHub Pages
16-
17-
Other than that, you're free to customize sites that you create with this template, however you like. You can easily change the versions of `just-the-docs` and Jekyll it uses, as well as adding further plugins.
18-
19-
[Browse our documentation][Just the Docs] to learn more about how to use this theme.
20-
21-
To get started with creating a site, simply:
22-
23-
1. click "[use this template]" to create a GitHub repository
24-
2. go to Settings > Pages > Build and deployment > Source, and select GitHub Actions
25-
26-
If you want to maintain your docs in the `docs` directory of an existing project repo, see [Hosting your docs from an existing project repo](https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md#hosting-your-docs-from-an-existing-project-repo) in the template README.
27-
28-
----
13+
---
2914

3015
[^1]: [It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll#creating-your-site).
3116

0 commit comments

Comments
 (0)