Skip to content

Commit

Permalink
fix nojekyll page
Browse files Browse the repository at this point in the history
  • Loading branch information
lymslive committed Nov 30, 2023
1 parent c92dc26 commit e828368
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Empty file added .nojekyll
Empty file.
6 changes: 5 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# The URL the site will be built for
base_url = "https://example.com"
base_url = "https://lymslive.github.io/vimllearn"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

# github page can select /docs but not /public
output_dir = "docs"

# https://www.getzola.org/themes/book/
theme = "book"

[markdown]
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="refresh" content="0; URL=_book/">
<title> VimL 语言编程指北路 </title>
<title> VimL 语言编程指北 </title>
</head>
<body>
<h1>VimL 语言编程指北</h1>
</body>
</html>

0 comments on commit e828368

Please sign in to comment.