From 345fb6f7a72fdfe0dce34484a9a1c794830ac526 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 9 Feb 2021 21:38:05 -0800 Subject: Wiki. --- smart-documents.org | 11 ++++++++++- www/default.css | 41 ----------------------------------------- www/index.org | 37 ++++++++++++++----------------------- www/jobs.org | 8 ++++++-- 4 files changed, 30 insertions(+), 67 deletions(-) delete mode 100644 www/default.css diff --git a/smart-documents.org b/smart-documents.org index 024af4f..cb12221 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -2,15 +2,24 @@ #+TITLE: Smart Documents #+AUTHOR: Marius Peter -#+DATE: <2020-12-19 Sat> +#+DATE: <2021-02-09 Tue> #+EMAIL: blendoit@gmail.com + +#+OPTIONS: html-style:nil #+STARTUP: showall + +# LaTeX setup #+SETUPFILE: ~/.emacs.d/templates/documents/gnu-default.org +# Title page for LaTeX #+INCLUDE: ~/.emacs.d/templates/documents/default-title.org #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond} #+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans} +#+HTML_HEAD: +#+HTML_HEAD: +#+INCLUDE: ./www/topbar.html export html + #+LATEX: \begin{abstract} The idea of /Smart Documents/ came to me as I was reflecting on how to improve the document creation process in my workplace. The GNU Emacs diff --git a/www/default.css b/www/default.css deleted file mode 100644 index 8c6ce4d..0000000 --- a/www/default.css +++ /dev/null @@ -1,41 +0,0 @@ -:root { - --primary-color: #333333; - --secondary-color: #FFFFFF; - --home: #c8c8c8; - --yes: #5cff5c; - --no: #ff5c5c; - font-size: 18; - --fast-speed: 0.2s; - --med-speed: 0.4s; - --slow-speed: 1s; -} - -title { - text-align: left; - line-height: 3; -} - -.section-number-3 { - color: red; -} - -body { - font-family: 'Jost*', sans-serif; - line-height: 1.2; - margin: 0; - padding: 0; - background-color: var(--primary-color); - color: var(--secondary-color); -} - -code { - font-family: 'Hack', sans-serif; -} - -p { - font-family: 'Public Sans', sans-serif; -} - -#org88f7f8b { - line-height: 10; -} diff --git a/www/index.org b/www/index.org index bbb3304..5ccd1b9 100644 --- a/www/index.org +++ b/www/index.org @@ -2,48 +2,39 @@ #+TITLE: Smart Documents #+AUTHOR: Marius Peter -#+DATE: <2021-02-01 Mon> -#+OPTIONS: toc:nil html-style:nil +#+DATE: <2021-02-09 Tue> -#+HTML_HEAD: +#+SETUPFILE: ~/.emacs.d/www/sd-setup.org +#+INCLUDE: ./topbar.html export html +# Extra styling for the home page +#+HTML_HEAD: -Welcome to =Smart Documents!= +* Perfect documents every time. -#+NAME: title-page -#+attr_html: :width 400px -# [[file:title-page.png]] - -* Welcome to *Smart Documents*. - -** Work with /plain text/. - -The only expectation from the user is to focus on the content, /plain -text./ +Focus on your content and let the editor work out the appearance, for +flawless exports every time. Program your documents in your favorite language thanks to the power of [[https://orgmode.org/worg/org-contrib/babel/intro.html][Org Babel]]. -** Collaboration done right. +* Collaboration done right. Collect collaborators' feedback and create new document versions through an efficient wizard. -** Link it all together. +* Link it all together. Create links between files to keep track of dates, people, tags, and -compile them into neatly filtered agendas fit for sharing. +compile them into neatly filtered agendas---perfect for sharing a +project status or roadmap! -* Killer Features - -** A single authoritative document. +* A single authoritative document. Each document can be declined into a report, a presentation summarizing the document's outline, or a website page that can be added to your organization's internal wiki. -** - -** Program your documents. +* Program your documents. Unleash the power of /literate programming/ through Org mode. diff --git a/www/jobs.org b/www/jobs.org index c51cfb8..e1d4ac4 100644 --- a/www/jobs.org +++ b/www/jobs.org @@ -1,8 +1,12 @@ # -*- mode: org; -*- -#+TITLE: Jobs +#+TITLE: My job is... #+AUTHOR: Marius Peter -#+DATE: <2021-01-19 Tue> +#+DATE: <2021-02-09 Tue> +#+SETUPFILE: ./sd-setup.org +#+INCLUDE: ./topbar.html export html + +#+OPTIONS: toc:1 * Educators & Academics -- cgit v1.2.3