Compare commits

...

2 commits

Author SHA1 Message Date
a0c38b8f3f FIxed files not being published 2025-10-22 19:16:00 +02:00
64914f85d3 Image 2025-10-22 19:08:01 +02:00
2 changed files with 30 additions and 25 deletions

View file

@ -19,7 +19,13 @@
:with-creator t ;; Include Emacs and Org versions in footer
:with-toc nil ;; Include a table of contents
:section-numbers nil ;; Don't include section numbers
:time-stamp-file nil))) ;; Don't include time stamp in file
:time-stamp-file nil)
(list "attachments"
:recursive t
:base-directory "${src}"
:base-extension "jpg\\|gif\\|png\\|css"
:publishing-directory "./public"
:publishing-function 'org-publish-attachment))) ;; Don't include time stamp in file
;; Customize the HTML output
(setq org-html-validation-link nil ;; Don't show validation link
@ -40,7 +46,6 @@ in
'';
installPhase = ''
mkdir -p $out
cp ${./style.css} $out/style.css
cd public
cp -r . $out/
'';

View file

@ -1,5 +1,5 @@
#+title: Project Gestalt
[[./pg-logo.jpg]]
[[file:pg-logo.jpg][Logo]]
* Description
A modification for the Stellaris - popular computer game. Stellaris uses its own proprietary game logic language, therefore I firstly reverse-engineered it and then designed the modification. Project Gestalt is an expansion to the game, that adds the ability for psionics to become energetic beings, and many other features. It is available in Russian and English languages and has currently ~6300 active subscribers on Steam in total. The modification demonstrates a wide positive feedback.
* Links