https://github.com/damir-sijakovic/notegen
Bash script that generates html (docs/notes) from text files.
https://github.com/damir-sijakovic/notegen
bash notes
Last synced: 2 months ago
JSON representation
Bash script that generates html (docs/notes) from text files.
- Host: GitHub
- URL: https://github.com/damir-sijakovic/notegen
- Owner: damir-sijakovic
- Created: 2020-03-19T16:20:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T16:21:47.000Z (over 6 years ago)
- Last Synced: 2025-03-25T06:26:37.624Z (over 1 year ago)
- Topics: bash, notes
- Language: Shell
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSNoteGen
### Documentation / Personal Notes Generator
---

## About
Bash script that generates documentation from directories and text files.
## Directory Structure
Documentation 'source' dir is 'note_data'. Directories inside are
used as groups while text files inside them are notes that will appear
in html under group.
## File Naming
Group and text note names must be named with underscore instead of whitespace.
## Bash Script
Script collects text files from 'note_data/group_name', encodes strings (html entities)
and 'compiles' output html file.
## config.ini
FRONT_COLOR="#C395F7" - Set font color
BACK_COLOR="#490074" - Set background color
PROJECT_TITLE="C Code" - Set html document title
PROJECT_SUBTITLE="notes about c code" - Set html document sub-title
OUTPUT_FILE="notes.html" - Set html output filename