-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathroadmap.norg
35 lines (34 loc) · 1.03 KB
/
roadmap.norg
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
@document.meta
title: roadmap
description: self explanatory
authors: NTBBloodbath
categories: [
roadmap
]
created: 2024-05-11T18:22:46-0400
updated: 2024-08-13T16:51:24-0400
version: 1.1.1
@end
* Roadmap
- (-) Wait for vhyrro to finish the rust norg parser and implement it here
-- (x) Get rid of tree-sitter after implementing the native norg parser
-- (-) Create `norg` -> `html` parser and start conversion logic
- (-) Norgolith commands
-- (x) `init`
--- (x) Generate required directories
---- (x) content
---- (x) templates
---- (x) assets
---- (x) themes
--- (-) Generate required files
---- (x) Basic `index.norg`
---- (x) Site configuration (`norgolith.toml`)
---- (x) HTML templates
--- ( ) Generate default theme using TailwindCSS
-- (-) `serve`
--- (x) Create local server (default port: `3030`)
--- (-) Integrate Tera with Hyper
---- (-) Routing
----- (-) Integrate HTML templates with the produced html code from norg files
----- (x) Serve norg content converted to html
----- ( ) Site assets