diff --git a/doc/css/styles.css b/doc/css/styles.css new file mode 100644 index 0000000..cec379c --- /dev/null +++ b/doc/css/styles.css @@ -0,0 +1,85 @@ +body { + margin: 20px; + background: #303030; + color: #f5f5f5; + font-size: 1.6rem; + font-weight: 300; +} + +.container { + max-width: 800px; +} + +.nav { + margin-top: 5rem; +} + +.nav-item a { + /* color: #797979; */ + color: #bebebe; + text-decoration: none; + font-family: "Consolas", "Monaco", "Menlo", monospace; +} + +.nav-item a:hover { + cursor: pointer; + /* color: #4d4a4a; */ + color: #dcdcdc; + border: none; +} + +.hero { + color: #f5f5f5; +} + +.hero div { + margin-bottom: 5rem; +} + +.hero h3 { + /* font-family: "Edelsans", sans-serif; */ + font-size: 5rem; + margin-bottom: 0; +} + +.hero h5 { + margin-top: 1rem; + margin-bottom: 0; + /* font-weight: 200; */ + font-weight: 250; +} + +.grid-demo-col { + background: #e4e4e4; +} + +a { + color: #cd86ff; +} + +a:hover { + color: #dbb9f3; +} + +img { + max-width: 100%; +} + +.footer-links { + font-size: 1.5rem; + color: #f5f5f5; + text-decoration: none; + font-weight: 250; +} + +.header { + font-weight: 200; +} + +#footer { + margin-bottom: 3rem; +} + +#footer h5 { + margin-bottom: 1.5rem; +} diff --git a/doc/img/logo.png b/doc/img/logo.png new file mode 100644 index 0000000..ef1551a Binary files /dev/null and b/doc/img/logo.png differ diff --git a/doc/img/screenshot.png b/doc/img/screenshot.png new file mode 100644 index 0000000..3ff190c Binary files /dev/null and b/doc/img/screenshot.png differ diff --git a/doc/index.html b/doc/index.html index a8793d4..4b2574a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,3 +1,175 @@ - -

--> MANUAL HERE <--

+ + + + + + + + + + Org-roam + + + + + + + + +
+
+ Org-roam Logo +

Org-roam

+
A plain-text personal knowledge management system.
+
+
+ +
+
+ screenshot +
+
+ +
+
+

FEATURES

+
+
+
+   + Private and Secure +
+

+ Edit your personal wiki completely offline, entirely in your + control. Encrypt your notes with GPG. Take lasting notes in + plain-text. +

+
+
+
+ +   Make Connections +
+

+ Connect notes and thoughts together with ease using backlinks. + Discover surprising and previously unseen connections in your + notes with the built-in graph visualization. +

+
+
+ +
+
+
+ +   Extensible and Powerful +
+

+ Leverage Emacs' fantastic text-editing interface, and the mature + Emacs and Org-mode ecosystem of packages. +

+
+
+
+   + Free and Open Source +
+

+ Org-roam is licensed under the GNU General Public License version + 3 or later. You are free to extend its functionality and + contribute back. Find + us here. +

+
+
+
+
+ + + + +