https://github.com/remde/fremde.org
https://github.com/remde/fremde.org
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remde/fremde.org
- Owner: remde
- Created: 2021-05-04T16:38:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T22:41:33.000Z (over 3 years ago)
- Last Synced: 2024-01-12T18:45:10.006Z (over 2 years ago)
- Language: CSS
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Personal Blog
#+author: Fernando Remde
This website can accessed [[http://rmdf.org][here]]
** Running locally
*** Requirements
- Org-mode is part of GNU Emacs. See how to obtain GNU Emacs on your OS [[https://gnu.org/software/emacs/download.html][here]].
- To get the latest version of Org see [[http://orgmode.org][here]].
*** Building the files
- To build the public files, run in the directory root:
#+begin_src shell
$ make
#+end_src
*** Hosting the files
- The files in =/public= can be hosted locally using a Python webserver:
#+begin_src python
$ python3 -m http.server --directory=public
#+end_src
This is a website powered by [[http://orgmode.org][emacs org-mode]].