source files for suragu.net
 
 
 
Go to file
Barrington 69f4157e70
...fixed includes in 404
2022-11-14 10:41:58 +01:00
css Removed the css file by the less file 2022-11-09 14:17:32 +01:00
errdocs ...fixed includes in 404 2022-11-14 10:41:58 +01:00
img Added another marijuana review 2022-11-13 14:58:32 +01:00
inc Initial commit 2022-11-08 12:54:40 +01:00
tech_posts Initial commit 2022-11-08 12:54:40 +01:00
EVALME.el whoops 2022-11-13 14:35:57 +01:00
about.org fixed links 2022-11-13 14:58:22 +01:00
btrfs_better_than_zfs.png Initial commit 2022-11-08 12:54:40 +01:00
freebsd_user_on_btrfs.png Initial commit 2022-11-08 12:54:40 +01:00
index.org Initial commit 2022-11-08 12:54:40 +01:00
marijuana_reviews.org Added title 2022-11-14 10:31:52 +01:00
media.org Initial commit 2022-11-08 12:54:40 +01:00
openbsd.org Initial commit 2022-11-08 12:54:40 +01:00
readme.org Added information about less to the readme 2022-11-13 14:37:52 +01:00

readme.org

suragu.net source files

building

clone this repo in ~/repos/suragu_org or change the base-directory attribute to wherever this repo is and eval the following snippet

(setq org-publish-project-alist
     '(("suragu.net"
            :base-directory "~/repos/suragu_org/"
            :publishing-directory "~/repos/suragu_org/out_html"
            :section-numbers nil
            :publishing-function org-html-publish-to-html
            :table-of-contents nil
            :recursive t
            )))

(defun make-suragu ()
     (interactive)
     (org-publish "suragu.net")

and run M-x make-suragu. Resulting files will be in ~/repos/suragu_org/out_html (or wherever publishing-directory is pointing to.)

You'll also have to use less to generate the .css file from the given .less file. You can use lessc, an online less to css converter, or whatever you want. Thing is that you have to convert the .less file to .css.