-
Notifications
You must be signed in to change notification settings - Fork 0
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
e9de84e
commit 3964962
Showing
7 changed files
with
63 additions
and
112 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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## 欢迎来到jy-hf的代码空间 | ||
--- | ||
template: home.html | ||
title: jy-hf的代码空间 | ||
social: | ||
cards_layout_options: | ||
title: Documentation that simply works | ||
--- | ||
|
||
本学习网站使用mkdocs-material搭建,建站教程请见 [mkdocs.org](https://www.mkdocs.org). | ||
|
||
<img src="./assets/1.jpg" alt="1" style="zoom: 25%;" /> | ||
Welcome to Material for MkDocs. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,29 @@ | ||
{#- | ||
This file was automatically generated - do not edit | ||
-#} | ||
{% extends "main.html" %} | ||
{% block tabs %} | ||
{{ super() }} | ||
<style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style> | ||
<section class="mdx-container"> | ||
<div class="md-grid md-typeset"> | ||
<div class="mdx-hero"> | ||
<div class="mdx-hero__image"> | ||
<img src="assets/images/illustration.png" alt="" width="1638.4" height="809.2" draggable="false"> | ||
</div> | ||
<div class="mdx-hero__content"> | ||
<h1>Technical documentation that just works</h1> | ||
<p>{{ config.site_description }}. Set up in 5 minutes.</p> | ||
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary"> | ||
Quick start | ||
</a> | ||
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button"> | ||
Get Insiders | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
{% endblock %} | ||
{% block content %}{% endblock %} | ||
{% block footer %}{% endblock %} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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