|
6 | 6 | #+date: <2024-08-12 Mon 08:14>
|
7 | 7 |
|
8 | 8 | * Easy way to create your blog using
|
9 |
| -** [[https://orgmode.org/][ORG mode]] |
10 |
| -** [[https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html][Org export dispatch Publish]] |
11 |
| -** [[https://pages.github.com/][Github pages.]] |
| 9 | +** [[https://orgmode.org/][ORG mode]] | [[https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html][Org export dispatch Publish]] | [[https://pages.github.com/][Github pages.]] |
12 | 10 | * Steps to start
|
13 | 11 | - make a blank repo of your choice
|
14 | 12 | - add README.org file with the following
|
15 |
| - #+begin_src emacs-lisp |
| 13 | + #+begin_src emacs-lisp |
16 | 14 | #+export_file_name: index
|
17 |
| -#+end_src |
| 15 | + #+end_src |
18 | 16 | - add a setupfile which is optional
|
19 | 17 | to get started i have added [[file:org-html-themes/][some cool themes]] in the repo
|
20 | 18 | - just link to the file using
|
21 |
| - #+begin_src emacs-lisp |
| 19 | + #+begin_src emacs-lisp |
22 | 20 | #+setupfile: <theme file path>
|
23 |
| -#+end_src |
| 21 | + #+end_src |
24 | 22 | - in your init.el or emacs config file put the following
|
25 |
| - #+begin_src emacs-lisp |
| 23 | + #+begin_src emacs-lisp |
26 | 24 | (setq org-publish-project-alist
|
27 | 25 | '(("my-org-files"
|
28 | 26 | ;; Path to the directory containing your Org files
|
|
36 | 34 | :sitemap-filename "sitemap.org" ;; Name of the sitemap file
|
37 | 35 | :sitemap-title "My Sitemap" ;; Title for the sitemap
|
38 | 36 | :sitemap-style list))) ;; Style of the sitemap with list, tree, and folder options can be used instead as well.
|
39 |
| -#+end_src |
| 37 | + #+end_src |
40 | 38 | - add a bunch of org files.
|
41 | 39 | - run =<C-c C-e P p>=
|
42 | 40 | - notice html files, sitemap.org, being created for the repo.
|
|
52 | 50 | ** TODO check if denote can be used for [[https://onlyvip.github.io/Org-Blog-Forge/][ORG Blog Forge]].
|
53 | 51 | ** DONE [[file:sample-readme.org][Sample org file linked here]]
|
54 | 52 | ** TODO suggestions
|
55 |
| -* Citations |
| 53 | +* references |
| 54 | +Thanks to |
| 55 | +** [[https://github.com/jethrokuan][Jethro kuan]] |
| 56 | +** [[https://github.com/fniessen/org-html-themes][Fabrice Niessen]] |
| 57 | +** [[https://github.com/spudlyo/orgdemo2][spudlyo]] |
| 58 | +** [[https://github.com/minad/org-modern][minad for example.org file]] |
| 59 | + |
0 commit comments