Compare commits
No commits in common. "a0c38b8f3f09cf7535f915df69e9e12be6f63e61" and "83d1c0686a547ab727014dc2c1fadf5ca7488dce" have entirely different histories.
a0c38b8f3f
...
83d1c0686a
2 changed files with 25 additions and 30 deletions
|
|
@ -19,13 +19,7 @@
|
||||||
:with-creator t ;; Include Emacs and Org versions in footer
|
:with-creator t ;; Include Emacs and Org versions in footer
|
||||||
:with-toc nil ;; Include a table of contents
|
:with-toc nil ;; Include a table of contents
|
||||||
:section-numbers nil ;; Don't include section numbers
|
:section-numbers nil ;; Don't include section numbers
|
||||||
:time-stamp-file nil)
|
:time-stamp-file nil))) ;; Don't include time stamp in file
|
||||||
(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
|
;; Customize the HTML output
|
||||||
(setq org-html-validation-link nil ;; Don't show validation link
|
(setq org-html-validation-link nil ;; Don't show validation link
|
||||||
|
|
@ -46,6 +40,7 @@ in
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
cp ${./style.css} $out/style.css
|
||||||
cd public
|
cd public
|
||||||
cp -r . $out/
|
cp -r . $out/
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#+title: Project Gestalt
|
#+title: Project Gestalt
|
||||||
[[file:pg-logo.jpg][Logo]]
|
[[./pg-logo.jpg]]
|
||||||
* Description
|
* 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.
|
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
|
* Links
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue