[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Website does not belong here.
Changed files
www/about.org
@@ -1,10 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: Smart Documents
4
Removed:
#+AUTHOR: Marius Peter
5
Removed:
#+DATE: <2021-02-09 Tue>
6
Removed:
7
Removed:
#+SETUPFILE: ~/.emacs.d/www/sd-setup.org
8
Removed:
#+INCLUDE: ./navbar.html export html
9
Removed:
10
Removed:
Contact me at [[https://t.me/Blendoit][t.me/Blendoit]] or at [[mailto:smart-documents@tuta.io][smart-documents@tuta.io]].
www/css/base.css
@@ -1,45 +0,0 @@
1
Removed:
:root {
2
Removed:
/* Colors */
3
Removed:
--primary: #333333;
4
Removed:
--text: #ffffff;
5
Removed:
--accent: #4682b4;
6
Removed:
--link: #87cefa;
7
Removed:
--no: #ff5c5c;
8
Removed:
/* Timings */
9
Removed:
--high-speed: 0.3s;
10
Removed:
--med-speed: 0.5s;
11
Removed:
--low-speed: 1.0s;
12
Removed:
}
13
Removed:
14
Removed:
code {
15
Removed:
font-family: 'Hack', sans-serif;
16
Removed:
}
17
Removed:
18
Removed:
body {
19
Removed:
font-family: 'Jost*', sans-serif;
20
Removed:
font-size: 12px;
21
Removed:
margin: 3em;
22
Removed:
background-color: var(--primary);
23
Removed:
color: var(--text);
24
Removed:
}
25
Removed:
26
Removed:
.outline-2 {
27
Removed:
bottom: 0;
28
Removed:
left: 0;
29
Removed:
filter: blur(4px);
30
Removed:
transition: var(--high-speed);
31
Removed:
max-width: 60vw;
32
Removed:
}
33
Removed:
.outline-2:hover {
34
Removed:
filter: blur(0px);
35
Removed:
transition: var(--med-speed);
36
Removed:
font-size: 14px;
37
Removed:
}
38
Removed:
39
Removed:
p {
40
Removed:
font-family: 'Public Sans', sans-serif;
41
Removed:
}
42
Removed:
43
Removed:
a {
44
Removed:
color: var(--link);
45
Removed:
}
www/css/index.css
@@ -1,9 +0,0 @@
1
Removed:
.outline-2 {
2
Removed:
min-height: 70vh;
3
Removed:
bottom: 30px;
4
Removed:
}
5
Removed:
6
Removed:
.outline-text-2 {
7
Removed:
position: absolute;
8
Removed:
bottom: 0;
9
Removed:
}
www/css/navbar.css
@@ -1,40 +0,0 @@
1
Removed:
nav {
2
Removed:
background-color: var(--accent);
3
Removed:
color: var(--text);
4
Removed:
position: fixed;
5
Removed:
height: 36px;
6
Removed:
display: flex;
7
Removed:
align-items: center;
8
Removed:
top: 12px;
9
Removed:
right: 12px;
10
Removed:
border-radius: 12px;
11
Removed:
/* box-shadow x-offset y-offset blur spread color */
12
Removed:
box-shadow: 8px 8px 40px 2px #111111;
13
Removed:
z-index: 1;
14
Removed:
}
15
Removed:
nav ul {
16
Removed:
}
17
Removed:
/* Display navbar elements horizontally. */
18
Removed:
nav ul * {
19
Removed:
display: inline;
20
Removed:
margin: 0.2em;
21
Removed:
}
22
Removed:
23
Removed:
/* Style the links inside the navigation bar. */
24
Removed:
nav a {
25
Removed:
color: var(--text);
26
Removed:
font-size: 16px;
27
Removed:
}
28
Removed:
29
Removed:
/* Change the color of links on hover. */
30
Removed:
nav a:hover {
31
Removed:
background-color: var(--link);
32
Removed:
color: var(--primary);
33
Removed:
transition: var(--med-speed);
34
Removed:
}
35
Removed:
36
Removed:
/* Add a color to the active/current link */
37
Removed:
nav a.active {
38
Removed:
background-color: var(--accent);
39
Removed:
color: white;
40
Removed:
}
www/img/space.jpg
Binary files differ
www/index.org
@@ -1,55 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: Smart Documents
4
Removed:
#+AUTHOR: Marius Peter
5
Removed:
#+DATE: <2021-02-09 Tue>
6
Removed:
#+EMAIL: smart-documents@tuta.io
7
Removed:
8
Removed:
#+SETUPFILE: ~/.emacs.d/www/sd-setup.org
9
Removed:
# Extra styling for the home page
10
Removed:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/index.css"/>
11
Removed:
12
Removed:
#+INCLUDE: ./navbar.html export html
13
Removed:
14
Removed:
# Make your personal & professional documents 10\times better.
15
Removed:
16
Removed:
* Perfect documents every time.
17
Removed:
:PROPERTIES:
18
Removed:
:CUSTOM_ID: perfect-documents
19
Removed:
:END:
20
Removed:
21
Removed:
Focus on your content and let the editor work out the appearance, for
22
Removed:
flawless exports every time.
23
Removed:
24
Removed:
25
Removed:
* Collaboration done right.
26
Removed:
27
Removed:
Collect collaborators' feedback and create new document versions
28
Removed:
through an efficient wizard.
29
Removed:
30
Removed:
* Link it all together.
31
Removed:
32
Removed:
Create links between files to keep track of dates, people, tags, and
33
Removed:
compile them into neatly filtered agendas---perfect for sharing a
34
Removed:
project status or roadmap!
35
Removed:
36
Removed:
* A single authoritative document.
37
Removed:
38
Removed:
Each document can be declined into a report, a presentation
39
Removed:
summarizing the document's outline, or a website page that can be
40
Removed:
added to your organization's internal wiki.
41
Removed:
42
Removed:
* Program your documents.
43
Removed:
44
Removed:
Program your documents in your favorite language thanks to the power
45
Removed:
of [[https://orgmode.org/worg/org-contrib/babel/intro.html][Org Babel]].
46
Removed:
47
Removed:
* Download
48
Removed:
49
Removed:
You can download the current development snapshot on GitHub at
50
Removed:
[[https://github.com/Blendoit/.emacs.d]].
51
Removed:
52
Removed:
* Support this project
53
Removed:
54
Removed:
For all inquiries related to donations, please send an e-mail to
55
Removed:
[[mailto:smart-documents@tuta.io][smart-documents@tuta.io]]
www/jobs.org
@@ -1,71 +0,0 @@
1
Removed:
# -*- mode: org; -*-
2
Removed:
3
Removed:
#+TITLE: My job is...
4
Removed:
#+AUTHOR: Marius Peter
5
Removed:
#+DATE: <2021-02-09 Tue>
6
Removed:
#+SETUPFILE: ./sd-setup.org
7
Removed:
#+OPTIONS: toc:1
8
Removed:
9
Removed:
#+INCLUDE: ./navbar.html export html
10
Removed:
11
Removed:
* Educators & Academics
12
Removed:
13
Removed:
** Teacher
14
Removed:
15
Removed:
*** Kindergarten
16
Removed:
17
Removed:
*** Middle School
18
Removed:
19
Removed:
*** High School
20
Removed:
21
Removed:
** Student
22
Removed:
23
Removed:
*** Middle and High School
24
Removed:
25
Removed:
*** College
26
Removed:
27
Removed:
**** MLA
28
Removed:
**** APA
29
Removed:
30
Removed:
** Professor
31
Removed:
32
Removed:
*** Syllabus
33
Removed:
34
Removed:
*** Homework assignment
35
Removed:
36
Removed:
** Researchers
37
Removed:
38
Removed:
*** Thesis
39
Removed:
40
Removed:
* Businesspersons
41
Removed:
42
Removed:
** Reports
43
Removed:
44
Removed:
* Legal
45
Removed:
46
Removed:
** Lawyer
47
Removed:
48
Removed:
** Judge
49
Removed:
50
Removed:
** Stenographer
51
Removed:
52
Removed:
* Technicians
53
Removed:
54
Removed:
** Engineer
55
Removed:
56
Removed:
** Product Line Manager
57
Removed:
58
Removed:
* Managers & Executives
59
Removed:
60
Removed:
** CEO
61
Removed:
62
Removed:
** Board Member
63
Removed:
64
Removed:
** Manager
65
Removed:
66
Removed:
* Artists
67
Removed:
68
Removed:
** Painter
69
Removed:
70
Removed:
** Screenwriter
71
Removed:
www/publish.el
@@ -1,84 +0,0 @@
1
Removed:
(setq org-publish-project-alist
2
Removed:
'(;; First Project
3
Removed:
("org-notes"
4
Removed:
:base-directory "~/www/org/"
5
Removed:
:base-extension "org"
6
Removed:
:publishing-directory "~/www/build/"
7
Removed:
:recursive t
8
Removed:
:exclude ".*-template\.org\\|README\.org" ; exclude org-reveal slides and other files
9
Removed:
:publishing-function org-html-publish-to-html
10
Removed:
:headline-levels 2 ; Just the default for this project.
11
Removed:
:auto-sitemap t ; Generate sitemap.org automagically...
12
Removed:
:sitemap-filename "org-sitemap.org" ; ... call it sitemap.org (it's the default)...
13
Removed:
:sitemap-title "Plan du site" ; ... with title 'Sitemap'.
14
Removed:
:with-creator nil ; Disable the inclusion of "Created by Org" in the postamble.
15
Removed:
:with-email nil ; Disable the inclusion of "(your email)" in the postamble.
16
Removed:
:with-author nil ; Enable the inclusion of "Author: Your Name" in the postamble.
17
Removed:
:auto-preamble t; ; Enable auto preamble
18
Removed:
:auto-postamble t ; Enable auto postamble
19
Removed:
:table-of-contents t ; Set this to "t" if you want a table of contents, set to "nil" disables TOC.
20
Removed:
:toc-levels 1 ; Just the default for this project.
21
Removed:
:section-numbers nil ; Set this to "t" if you want headings to have numbers.
22
Removed:
:html-head-include-default-style nil ;Enable the default css style
23
Removed:
:html-head-include-scripts nil ;Disable the default javascript snippet
24
Removed:
:html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/org.css\"/>\n<script type=\"text/javascript\" src=\"js/ga.min.js\"></script>" ;Enable custom css style and other tags
25
Removed:
:html-link-home "index.html" ; Just the default for this project.
26
Removed:
:html-link-up "misc.html" ; Just the default for this project.
27
Removed:
)
28
Removed:
29
Removed:
("org-static"
30
Removed:
:base-directory "~/www/org/"
31
Removed:
:base-extension "html\\|xml\\|css\\|js\\|png\\|jpg\\|jpeg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|zip\\|gz\\|csv\\|m\\|R\\|el"
32
Removed:
:include (".htaccess")
33
Removed:
:publishing-directory "~/www/build/"
34
Removed:
:recursive t
35
Removed:
:publishing-function org-publish-attachment
36
Removed:
:exclude "Rplots.pdf\\|README\\|LICENSE\\|\\.gitignore"
37
Removed:
)
38
Removed:
39
Removed:
("org"
40
Removed:
:components ("org-notes" "org-static")
41
Removed:
)
42
Removed:
43
Removed:
44
Removed:
;; Second Project
45
Removed:
("org-r-notes"
46
Removed:
:base-directory "~/teaching/algo-prog-R/org/"
47
Removed:
:base-extension "org"
48
Removed:
:publishing-directory "~/teaching/algo-prog-R/build/"
49
Removed:
:recursive t
50
Removed:
:exclude ".*-template\.org\\|README\.org" ; exclude org-reveal slides and other files
51
Removed:
:publishing-function org-html-publish-to-html
52
Removed:
:headline-levels 2 ; Just the default for this project.
53
Removed:
:auto-sitemap t ; Generate sitemap.org automagically...
54
Removed:
:sitemap-filename "sitemap.org" ; ... call it sitemap.org (it's the default)...
55
Removed:
:sitemap-title "Sitemap" ; ... with title 'Sitemap'.
56
Removed:
:with-creator nil ; Disable the inclusion of "Created by Org" in the postamble.
57
Removed:
:with-email nil ; Disable the inclusion of "(your email)" in the postamble.
58
Removed:
:with-author nil ; Enable the inclusion of "Author: Your Name" in the postamble.
59
Removed:
:auto-preamble t; ; Enable auto preamble
60
Removed:
:auto-postamble t ; Enable auto postamble
61
Removed:
:table-of-contents t ; Set this to "t" if you want a table of contents, set to "nil" disables TOC.
62
Removed:
:toc-levels 2 ; Just the default for this project.
63
Removed:
:section-numbers t ; Set this to "t" if you want headings to have numbers.
64
Removed:
:html-head-include-default-style nil ;Enable the default css style
65
Removed:
:html-head-include-scripts nil ;Disable the default javascript snippet
66
Removed:
:html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/org.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/logo_uns.min.css\" />\n<script type=\"text/javascript\" src=\"js/ga.min.js\"></script>" ;Enable custom css style and other tags
67
Removed:
:html-link-home "index.html" ; Just the default for this project.
68
Removed:
:html-link-up "sitemap.html" ; Just the default for this project.
69
Removed:
)
70
Removed:
71
Removed:
("org-r-static"
72
Removed:
:base-directory "~/teaching/algo-prog-R/org/"
73
Removed:
:base-extension "html\\|xml\\|css\\|js\\|png\\|jpg\\|jpeg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|zip\\|gz\\|csv\\|m\\|R"
74
Removed:
:publishing-directory "~/teaching/algo-prog-R/build/"
75
Removed:
:recursive t
76
Removed:
:publishing-function org-publish-attachment
77
Removed:
:exclude "Rplots.pdf\\|README\\|LICENSE\\|\\.gitignore"
78
Removed:
)
79
Removed:
80
Removed:
("org-r"
81
Removed:
:components ("org-r-notes" "org-r-static")
82
Removed:
)
83
Removed:
)
84
Removed:
)
www/sd-setup.org
@@ -1,5 +0,0 @@
1
Removed:
# Inhibit certain elements exported with Org by default.
2
Removed:
#+OPTIONS: toc:nil html-style:nil num:nil title:nil
3
Removed:
4
Removed:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/base.css"/>
5
Removed:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/navbar.css"/>