Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekketsuuu/satysfi-my-soul
Website for SATySFi snippets
https://github.com/nekketsuuu/satysfi-my-soul
markdown pandoc satysfi site-repo typesetting website
Last synced: about 6 hours ago
JSON representation
Website for SATySFi snippets
- Host: GitHub
- URL: https://github.com/nekketsuuu/satysfi-my-soul
- Owner: nekketsuuu
- License: other
- Created: 2018-10-17T07:57:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:11:24.000Z (about 6 years ago)
- Last Synced: 2024-08-03T17:14:27.226Z (3 months ago)
- Topics: markdown, pandoc, satysfi, site-repo, typesetting, website
- Language: HTML
- Homepage: https://nekketsuuu.github.io/satysfi-my-soul/
- Size: 1.79 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-satysfi - satysfi-my-soul - Website for SATySFi snippets (Uncategorized / Uncategorized)
README
# SATySFi My Soul
## Prerequisites
* Haskell Stack
* Pandoc >= 2.3
* [SatysfiFilter](https://github.com/nekketsuuu/SatysfiFilter) >= 0.6.0.0
* Run `stack install` to generate `SatysfiFilter-exe`.
* [PandocPagetitle](https://github.com/nekketsuuu/PandocPagetitle)
* Run `stack install` to generate `PandocPagetitle-exe`.## Build
```sh
./build.hs
```Don't forget to build before `git push`. A script `git-publish.bash` is useful for automatic builds.
```sh
git config --local alias.publish '!bash ./git-publish.bash'
git publish
```Alternatively, [codeskyblue/fswatch](https://github.com/codeskyblue/fswatch) can be used to auto-builds.
```sh
fswatch # see .fsw.yml
```## License
* Contents written by Markdown: [CC BY 3.0 Unported](https://creativecommons.org/licenses/by/3.0/)
* Build script & templates: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
* The original HTML & CSS templates is [diversen/pandoc-bootstrap-adaptive-template](https://github.com/diversen/pandoc-bootstrap-adaptive-template). Thank you @diversen :)See [LICENSE](https://github.com/nekketsuuu/how-to-satysfi/blob/master/LICENSE) for details.