Skip to content

Commit 57f9e44

Browse files
committed
thanking folks for helping without knowing
1 parent 051ec93 commit 57f9e44

File tree

3 files changed

+48
-28
lines changed

3 files changed

+48
-28
lines changed

README.org

+14-10
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@
66
#+date: <2024-08-12 Mon 08:14>
77

88
* 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.]]
1210
* Steps to start
1311
- make a blank repo of your choice
1412
- add README.org file with the following
15-
#+begin_src emacs-lisp
13+
#+begin_src emacs-lisp
1614
#+export_file_name: index
17-
#+end_src
15+
#+end_src
1816
- add a setupfile which is optional
1917
to get started i have added [[file:org-html-themes/][some cool themes]] in the repo
2018
- just link to the file using
21-
#+begin_src emacs-lisp
19+
#+begin_src emacs-lisp
2220
#+setupfile: <theme file path>
23-
#+end_src
21+
#+end_src
2422
- in your init.el or emacs config file put the following
25-
#+begin_src emacs-lisp
23+
#+begin_src emacs-lisp
2624
(setq org-publish-project-alist
2725
'(("my-org-files"
2826
;; Path to the directory containing your Org files
@@ -36,7 +34,7 @@
3634
:sitemap-filename "sitemap.org" ;; Name of the sitemap file
3735
:sitemap-title "My Sitemap" ;; Title for the sitemap
3836
: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
4038
- add a bunch of org files.
4139
- run =<C-c C-e P p>=
4240
- notice html files, sitemap.org, being created for the repo.
@@ -52,4 +50,10 @@
5250
** TODO check if denote can be used for [[https://onlyvip.github.io/Org-Blog-Forge/][ORG Blog Forge]].
5351
** DONE [[file:sample-readme.org][Sample org file linked here]]
5452
** 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+

index.html

+32-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sitemap.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)