M Makefile => Makefile +2 -2
@@ 26,10 26,10 @@ all: $(objects)
$(output)/%.gmi: $(source)/%.org
@mkdir -p $(output)
pandoc -f org -t commonmark $< --lua-filter=links-to-md.lua \
- | md2gemini -b $(URL) -l paragraph -s -m > $@
+ | md2gemini -l paragraph -i tab -m > $@
install:
.PHONY : clean
clean:
- rm -f $(DESTDIR)/$(output)/*.gmi
+ rm -f $(output)/*.gmi
M org/guix.org => org/guix.org +10 -10
@@ 5,16 5,16 @@ GNU Guix is a cross-platform package manager and a tool to instantiate and manag
* Channel Orange
[[https://git.sr.ht/~elais/orange][A gay ass guix channel]] to store all of my personal stuff. Licensed under [[https://www.gnu.org/licenses/gpl-3.0.en.html][GPLv3]] because its mine but it also belongs to the streets. Goals are to make it a [[https://github.com/hlissner/dotfiles][convoluted mess]] that the streets aspire to.
-** TODO Goals [0/4]
+** TODO Housekeeping [1/2]
- [ ] Add Meaningful README
-- [ ] Add License
-- [-] deploy reproducible website [1/3]
- - [X] package site
- - [ ] versioning
- - [ ] continuous deployment
-- [-] package custom kernels [0/2]
- - [ ] samus
- - [ ] chauncIV
+- [X] Add License
+** TODO deploy reproducible website [1/3]
+- [X] package site
+- [ ] versioning
+- [ ] continuous deployment
+** TODO package custom kernels [0/2]
+- [ ] samus
+- [ ] chauncIV
* Tips 'n Tricks
Detailed examples for GNU Guix.
@@ 54,4 54,4 @@ In the example above the file is called /channels.scm/ and is populated the sche
%base-services)))
#+END_SRC
-/\/etc\/guix\/channels.scm/ is the location that all profiles in a system read their channels from. Once the store item for guix channels is linked there, every profile on the system will have access to the channels declared within it.
+//etc/guix/channels.scm/ is the location that all profiles in a system read their channels from. Once the store item for guix channels is linked there, every profile on the system will have access to the channels declared within it.
M org/index.org => org/index.org +2 -2
@@ 19,12 19,12 @@ I don't know what this is but its provocative.
*
** Index
-[[file:guix.org][GNU Guix]]
+[[./guix.org][GNU Guix]]
* About The Author
Elais is an unprofessional software developer, keyboard enthusiast, and chronic emacsturbator from Birmingham, Alabama now living with his wife, dog, and two cats in muggle hell.
-At present he is an application developer at [[https://lanl.gov][Los Alamos National Laboratory]], and spent some time as a Lead Developer/Analyst at [[https://bbvausa.com][BBVA USA]].
+At present he is an application developer at [[https://lanl.gov/][Los Alamos National Laboratory]], and spent some time as a Lead Developer/Analyst at [[https://bbvausa.com][BBVA USA]].
He is a master of Computer Science according to the University of Alabama at Birmingham, and a bachelor of Political Science according to Tennessee State University.