summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2024-01-30Infrastructure coming together.xAlpharax
Changes to be committed: modified: README.md modified: config.toml modified: content/about.md new file: content/posts/How I made this Blog with Zola.md modified: content/posts/_index.md modified: content/posts/code_test.md deleted: content/posts/good_first_post.md deleted: content/posts/later_posts.md modified: content/posts/typography.md modified: rsync_to_testing new file: static/diffusion.pdf new file: static/nst.pdf modified: templates/index.html modified: templates/page.html
2023-11-19Better 404 paging with police door reference + unification of configs.xAlpharax
Changes to be committed: modified: config.toml modified: templates/404.html deleted: themes/404.html deleted: themes/config.toml Changes not staged for commit: modified: themes/emily_zola_theme (modified content)
2023-11-18Massive changes - migrating to Hermit with a few tweaks.xAlpharax
Changes to be committed: new file: .gitignore modified: .gitmodules modified: config.toml new file: content/about.md deleted: content/blog/_index.md deleted: content/blog/first.md deleted: content/blog/second.md new file: content/posts/_index.md new file: content/posts/code_test.md new file: content/posts/good_first_post.md new file: content/posts/later_posts.md new file: content/posts/typography.md deleted: description deleted: index.html deleted: public/blog/first/index.html deleted: public/blog/index.html deleted: public/blog/second/index.html deleted: public/elasticlunr.min.js deleted: public/search_index.en.js deleted: public/typography.css new file: sass/_animate.scss new file: sass/_icons.scss new file: sass/_normalize.scss new file: sass/_predefined.scss new file: sass/_syntax.scss new file: sass/style.scss new file: static/favicon-32x32.png new file: static/favicon.ico new file: static/js/main.js modified: templates/404.html deleted: templates/base.html deleted: templates/blog-page.html deleted: templates/blog.html new file: templates/index.html new file: templates/macros.html new file: templates/page.html new file: templates/section.html new file: templates/tags/list.html new file: templates/tags/single.html new file: themes/404.html new file: themes/config.toml deleted: themes/hermit_zola
2023-11-17Importing...xAlpharax
Changes to be committed: new file: .gitmodules modified: config.toml modified: content/blog/_index.md renamed: templates/index.html -> index.html new file: public/blog/first/index.html new file: public/blog/index.html new file: public/blog/second/index.html new file: public/elasticlunr.min.js new file: public/search_index.en.js new file: public/typography.css new file: themes/emily_zola_theme new file: themes/hermit_zola
2023-11-13Added 404 page with Code-Envision reference.xAlpharax
Changes to be committed: new file: templates/404.html
2023-11-12RSS implemented + autodiscovery and sitemapsxAlpharax
Changes to be committed: modified: config.toml modified: templates/base.html
2023-11-06Initial commit of project migration.xAlpharax
Changes to be committed: new file: config.toml new file: content/blog/_index.md new file: content/blog/first.md new file: content/blog/second.md new file: description new file: templates/base.html new file: templates/blog-page.html new file: templates/blog.html new file: templates/index.html