source files for suragu.net
 
 
 
Go to file
Barrington 49b2a25407 whoops 2022-11-13 14:35:57 +01:00
css Removed the css file by the less file 2022-11-09 14:17:32 +01:00
img Added imgs and updated marijuana reviews 2022-11-12 01:39:18 +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 Updated the about file 2022-11-13 14:33:41 +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 imgs and updated marijuana reviews 2022-11-12 01:39:18 +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 readme with building instructions 2022-11-13 14:30:38 +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.)