source files for suragu.net
 
 
 
Go to file
Barrington 3c6265ec1f
Ha cambiado mucho
2024-04-12 09:52:56 +02:00
css Ha cambiado mucho 2024-04-12 09:52:56 +02:00
errdocs ...fixed includes in 404 2022-11-14 10:41:58 +01:00
img Added a lot of stuff 2022-12-02 13:31:44 +01:00
inc Ha cambiado mucho 2024-04-12 09:52:56 +02:00
tech_post Ha cambiado mucho 2024-04-12 09:52:56 +02:00
tech_posts Ha cambiado mucho 2024-04-12 09:52:56 +02:00
.#marijuana_reviews.org Ha cambiado mucho 2024-04-12 09:52:56 +02:00
EVALME.el whoops 2022-11-13 14:35:57 +01:00
about.org Ha cambiado mucho 2024-04-12 09:52:56 +02:00
comissions.org The motherfucking world is a ghetto, full of chips, magazines and heavy metal 2023-07-28 09:41:33 +02:00
guitar.org Bump to 2023-06-20 2023-06-20 14:34:32 +02:00
index.org Ha cambiado mucho 2024-04-12 09:52:56 +02:00
index_vpn.org Ha cambiado mucho 2024-04-12 09:52:56 +02:00
marijuana_reviews.org Ha cambiado mucho 2024-04-12 09:52:56 +02:00
media.org Ha cambiado mucho 2024-04-12 09:52:56 +02: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
sousa.org xd 2023-08-04 12:55:23 +02:00
videos.org Ha cambiado mucho 2024-04-12 09:52:56 +02: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.