We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df3bd9 commit 3086785Copy full SHA for 3086785
docs/tdd/_index.md
@@ -0,0 +1,13 @@
1
++++
2
+title = "测试驱动开发"
3
+date = 2022-04-30T16:47:11+08:00
4
+weight = 5
5
+chapter = true
6
+pre = "<b>4. </b>"
7
8
+
9
+### Chapter X
10
11
+# Some Chapter title
12
13
+Lorem Ipsum.
new_chapter
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+#-*- coding: utf-8 -*-
+hugo new $1 --kind chapter \
+--contentDir="docs" \
new_page
+hugo new $1 \
preview
@@ -8,7 +8,7 @@ hugo \
--layoutDir="layouts" \
--config="config.toml" \
--ignoreCache=true \
- server -D --bind "0.0.0.0" &
+ server -D --bind "0.0.0.0" -p 1313 &
sleep 2s
open http://localhost:1313
14
0 commit comments