Add Script and Basic Template Layout
authorGeorgios Atheridis <georgios@atheridis.org>
Mon, 6 Feb 2023 03:02:02 +0000 (03:02 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Mon, 6 Feb 2023 03:02:02 +0000 (03:02 +0000)
commitf72f4ca8367afe7e3ab3a8725359cc32ce5a6318
tree3729d218b8a4e2642ca19e8eeb7fda919471904f
parent2a93249d7053bbe08cc4b14c8830c34ebee75db7
Add Script and Basic Template Layout

Structure a basic template layout that sigma can use to generate the
static webpage. This will be used as a basis for creating the python
program.

Markdown files are converted to html files. Bracket syntax will be used
to call variables, scripts or other templates. Python files will be
executed.
18 files changed:
.flake8 [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README
data.toml [new file with mode: 0644]
pages/index.html [new file with mode: 0644]
pages/posts/example.md [new file with mode: 0644]
pages/posts/other.md [new file with mode: 0644]
pages/posts/test.md [new file with mode: 0644]
pages/textfile.txt [new file with mode: 0644]
sigma [new file with mode: 0755]
static/main.css [new file with mode: 0644]
templates/base.html [new file with mode: 0644]
templates/base.txt [new file with mode: 0644]
templates/footer.html [new file with mode: 0644]
templates/post.html [new file with mode: 0644]
templates/scripts/build_nav.py [new file with mode: 0644]
templates/scripts/build_posts.py [new file with mode: 0644]
templates/scripts/build_table.py [new file with mode: 0644]