From 20932fca655ba92ec79d62fff19c261ea3748449 Mon Sep 17 00:00:00 2001 From: gomzyakov Date: Sun, 10 Nov 2024 12:14:52 +0500 Subject: [PATCH] Add langs.md --- about.md | 31 +------------------------------ index.md | 4 +++- langs.md | 7 +++++++ 3 files changed, 11 insertions(+), 31 deletions(-) create mode 100644 langs.md diff --git a/about.md b/about.md index b370651..3bb0970 100644 --- a/about.md +++ b/about.md @@ -4,33 +4,4 @@ nav_order: 2 layout: home --- -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. - -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. - -More specifically, the created site: - -- uses a gem-based approach, i.e. uses a `Gemfile` and loads the `just-the-docs` gem -- uses the [GitHub Pages / Actions workflow] to build and publish the site on GitHub Pages - -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. - -[Browse our documentation][Just the Docs] to learn more about how to use this theme. - -To get started with creating a site, simply: - -1. click "[use this template]" to create a GitHub repository -2. go to Settings > Pages > Build and deployment > Source, and select GitHub Actions - -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. - ----- - -[^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). - -[Just the Docs]: https://just-the-docs.github.io/just-the-docs/ -[GitHub Pages]: https://docs.github.com/en/pages -[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md -[Jekyll]: https://jekyllrb.com -[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ -[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate +About \ No newline at end of file diff --git a/index.md b/index.md index ca0c545..b486da7 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,10 @@ --- -title: Home +title: LaraJournal Docs +nav_order: 1 layout: home --- + 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. 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. diff --git a/langs.md b/langs.md new file mode 100644 index 0000000..678428a --- /dev/null +++ b/langs.md @@ -0,0 +1,7 @@ +--- +title: Other languages +nav_order: 3 +layout: home +--- + +Languages \ No newline at end of file