This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
old-fastn-sitemap-links.ftd
197 lines (168 loc) Β· 6.07 KB
/
old-fastn-sitemap-links.ftd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
/-- ftd.text:
## Events: /events/webdev-with-ftd/
document: webdev-with-ftd.ftd
- Overview: /features/
- Package Manager: /package-manager/
document: features/package-manager.ftd
- Static Site Generator: /static/
document: features/static.ftd
- `fastn` Server: /server/
document: features/server.ftd
- Color Scheme: /cs/
document: features/cs.ftd
- Sitemap: /sitemap/
document: features/sitemap.ftd
- The `fastn` Language: /lang/
document: /ftd/index.ftd
- Why?:
- `fastn` is Easy To Learn: /easy/
document: why/easy.ftd
skip: true
- Optimised For Content Focused Sites: /content-focused/
document: why/content.ftd
skip: true
- Stable Architecture: /stable/
document: why/stable.ftd
skip: true
- Design System: /why/design/
skip: true
- FullStack Apps: /fullstack/
skip: true
document: why/fullstack.ftd
- Why Use `fastn` for Your Next Frontend?: /frontend/why/-/learn/
- Install `fastn`: /install/
document: author/how-to/install.ftd
- On MacOS/Linux: /macos/
document: author/setup/macos.ftd
- On Windows: /windows/
document: author/setup/windows.ftd
- Open terminal: /open-terminal/
document: author/how-to/open-terminal.ftd
skip: true
- Syntax Highlighting For SublimeText: /sublime/
document: author/how-to/sublime.ftd
- Syntax Highlighting For Visual Studio Code: /vscode/
document: author/how-to/vscode.ftd
;;- `fastn` Community: /community/
- Docs: /docs/
# Create Website: /create-website/
document: author/how-to/install.ftd
source: build
## Create Website: /create-website/
document: author/how-to/install.ftd
- Install: /install/-/build/
document: author/how-to/install.ftd
- On Windows: /build-windows/-/expander/
document: author/setup/windows.ftd
- On MacOS/Linux: /build-macos/-/expander/
document: author/setup/macos.ftd
- Hello World: /expander/hello-world/-/build/
- Basic UI: /expander/basic-ui/-/build/
- Publish a package: /expander/publish/-/build/
- Create clean URLs:
- Create rounded border: /rounded-border/-/build/
document: /expander/border-radius.ftd
- Using images in documents: /using-images/-/build/
document: /expander/imagemodule/index.ftd
- Add meta-data: /seo-meta/
document: /expander/ds/meta-data.ftd
- Markdown in doc-site: /markdown/
document: /expander/ds/markdown.ftd
- Adding color scheme: /color-scheme/
document: /expander/ds/ds-cs.ftd
- Using page component: /ds-page/
document: /expander/ds/ds-page.ftd
skip: true
- Redirects:
## Learn: /frontend/learn/
document: /expander/index.ftd
- Expander Crash Course: /expander/
- Install `fastn`: /install/-/expander/
document: author/how-to/install.ftd
- On Windows: /windows/-/expander/
document: author/setup/windows.ftd
- On MacOS/Linux: /macos/-/expander/
document: author/setup/macos.ftd
- Button with shadow: /button/
document: /expander/button.ftd
- Create rounded border: /rounded-border/
document: /expander/border-radius.ftd
- Create holy-grail layout: /holy-grail/
document: /expander/layout/index.ftd
- Understanding sitemap: /understanding-sitemap/
document: /expander/ds/understanding-sitemap.ftd
- Create clean URLs: /clean-urls/
document: /expander/sitemap-document.ftd
- Using images in documents: /using-images/
document: /expander/imagemodule/index.ftd
- Add meta data: /seo-meta/-/frontend/
document: /expander/ds/meta-data.ftd
- Adding typography: /typography/-/frontend/
document: /expander/ds/ds-typography.ftd
- Adding color scheme: /color-scheme/-/frontend/
document: /expander/ds/ds-cs.ftd
- Using `ds.page` component: /ds-page/-/frontend/
document: /expander/ds/ds-page.ftd
skip: true
- Learn: /backend/learn/
document: /backend/country-details/index.ftd
- Country Details: /country-details/
document: /backend/country-details/index.ftd
- Basic of `http`, `data modelling`: /country-details/basics/
document: /backend/country-details/http-data-modelling.ftd
- Building dynamic country list page: /country-list/
document: /backend/country-details/dynamic-country-list-page.ftd
## Book π§: /book/
- The Book Of `fastn`: /book/
- `i` Foreword π§: /book/foreword/
document: book/1-foreword.ftd
- `ii` Preface: /book/preface/
document: book/2-preface.ftd
- `iii` Introduction: /book/intro/
document: book/3-intro.ftd
- **1.** Getting Started π§: /book/getting-started/
document: book/01-getting-started/00-getting-started.ftd
- `1.1` Hello, Github!: /book/github/
document: book/01-getting-started/01-github.ftd
- `1.2` Let's Create A Repo: /book/repo/
document: book/01-getting-started/02-repo.ftd
- `1.3` Publish Your Site: /book/gh-pages/
document: book/01-getting-started/03-gh-pages.ftd
- `1.4` Online Editor: /book/codespaces/
document: book/01-getting-started/04-codespaces.ftd
- `1.5` Edit Your Site π§: /book/first-edit/
document: book/01-getting-started/05-first-edit.ftd
- **2.** Modules π§: /book/modules/
document: book/02-modules/01-intro.ftd
- Appendix: /book/appendix/
- **a** HTTP π§: /book/http/
document: book/appendix/a-http.ftd
- **b** URL π§: /book/url/
document: book/appendix/b-url.ftd
- **c** Terminal: /book/terminal/
document: book/appendix/c-terminal.ftd
- Open Terminal: /open-terminal/-/book/
document: author/how-to/open-terminal.ftd
skip: true
- **d** Common Commands π§: /cmds/
document: book/appendix/d-common-commands.ftd
- **e** Install `fastn`: /book/install/
document: book/appendix/e-install.ftd
- Install On Windows: /windows/-/book/
document: author/setup/windows.ftd
skip: true
- **f** A Programming Editor: /book/editor/
document: book/appendix/f-editor.ftd
- SublimeText Syntax Highlighting π§: /sublime/-/book/
document: author/how-to/sublime.ftd
skip: true
- **g** Hosting π§: /book/hosting/
document: book/appendix/g-hosting.ftd
- Overview π§: /frontend/
skip: true
- Why Use `fastn` for Your Next Frontend?: /frontend/why/
- Design System π§: /design-system/
document: frontend/design-system.ftd
skip: true
- Getting Started: /setup/
document: ftd/setup.ftd