Experiments~

This commit is contained in:
Akko
2022-03-21 21:37:39 +01:00
parent fe807c99cc
commit 1dca4b0d58
23 changed files with 1379 additions and 161 deletions

4
org/blogroll.org Normal file
View File

@@ -0,0 +1,4 @@
#+TITLE: Blogroll
#+MACRO: modified 2022-03-21
last modified: {{{modified}}}

5
org/experiments.org Normal file
View File

@@ -0,0 +1,5 @@
#+TITLE: Experiments
#+BEGIN_SRC bash
echo $0
#+END_SRC

View File

@@ -4,7 +4,7 @@
* Emacs Log 1: This Blog
_/*WARNING:*/_ This blog post is still under construction!
This blog is built on top of =org-mode='s publishing capabilities.
This blog is built on top of =org-mode=!
* Appendix A: config.el snippet
#+BEGIN_SRC emacs-lisp
@@ -32,6 +32,12 @@ This blog is built on top of =org-mode='s publishing capabilities.
:html-doctype "html5"
:html-html5-fancy t
:html-viewport ((width "100%")
(initial-scale "0.7")
(minimum-scale "")
(maximum-scale "")
(user-scalable ""))
:language "en"
:section-numbers nil
@@ -51,7 +57,7 @@ This blog is built on top of =org-mode='s publishing capabilities.
entry
(org-publish-find-title entry project)))
((eq style 'tree)
(capitalize (file-name-nondirectory (directory-file-name entry))))
(capitalize (file-name-nondirectory (directory-file-name entry))))
(t entry)))
:headline-levels 4
@@ -69,7 +75,7 @@ This blog is built on top of =org-mode='s publishing capabilities.
("blog" :components ("pages" "static")))))
(setq org-publish-project-alist (akko/blog-spec))
(setq org-publish-project-alist (akko/blog-spec))
(defun akko/publish-blog ()
(interactive)
@@ -82,11 +88,4 @@ This blog is built on top of =org-mode='s publishing capabilities.
(org-publish-remove-all-timestamps)
(org-publish-all))
(map! :leader
(:prefix ("a" . "akko")
:desc "Publish Blog"
"b" #'akko/publish-blog))
(setq org-html-htmlize-output-type 'css)
(setq org-html-htmlize-font-prefix "org-")
#+END_SRC

View File

@@ -1,5 +1,6 @@
#+TITLE: Framework Laptop Review
#+DATE:<2022-03-17 Thu>
#+DATE: <2022-03-17 Thu>
#+MACRO: modified 2022-03-21
* My Experience with the Framework Laptop
** Ordering
@@ -92,7 +93,7 @@ Getting this laptop set up has been really fun! It's a good opportunity to take
On the software side, I feel like the GNU/Linux end-user ecosystem has come a long way. The experience was very painless, though I am also an advanced user, of course. How different are things now than when I got started on Linux Mint Olivia.
Personally, I'm getting a rare chance to critically examine all the little config files, scripts, programs, plugins and worklfows I have. It's fun to re-ignite the spark of join in configuring software and figuring out fluent, comfortable ways of doing things. I look forward to once more exploring and documenting the joy of computers...! <3
Personally, I'm getting a rare chance to critically examine all the little config files, scripts, programs, plugins and workflows I have. It's fun to re-ignite the spark of join in configuring software and figuring out fluent, comfortable ways of doing things. I look forward to once more exploring and documenting the joy of computers...! <3
@@ -111,3 +112,9 @@ Personally, I'm getting a rare chance to critically examine all the little confi
* Appendix B: lock.py
#+INCLUDE: "~/Scripts/lock.py" src python
* TODO
remark on modularity of charger
remark on finish of modules
/last modified: {{{modified}}}/

7
org/posts/test.org Normal file
View File

@@ -0,0 +1,7 @@
#+TITLE: eheheawawawawa
#+MACRO: modified 2022-03-21
#+DATE: <2022-03-21 Mon 21:33>
* eheheawawawawa
/last modified: {{{modified}}}/

View File

@@ -1,8 +1,13 @@
#+TITLE: Sitemap for project pages
- [[file:experiments.org][Experiments]]
- [[file:blogroll.org][Blogroll]]
- [[file:todo.org][TODO]]
- [[file:snippets.org][Snippets]]
- [[file:about.org][About]]
- [[file:index.org][Index]]
- Posts
- [[file:posts/test.org][chuu]]
- [[file:posts/elog-1-blog.org][Emacs Log 1: This Blog]]
- [[file:posts/resources.org][Resources]]
- [[file:posts/framework.org][Framework Laptop Review]]

7
org/snippets.org Normal file
View File

@@ -0,0 +1,7 @@
#+TITLE: Snippets
* X11
** Reset xrandr
#+BEGIN_SRC bash
xrandr -s 0
#+END_SRC

3
org/todo.org Normal file
View File

@@ -0,0 +1,3 @@
#+TITLE: TODO
* literate dotfiles?