Commit Graph

141 Commits

Author SHA1 Message Date
Abdullah Islam df5bf1d4d4 made navbars and links work again 2024-03-07 19:58:21 +06:00
Abdullah Islam 054c065cf1 some changes 2024-02-23 15:39:03 +06:00
Abdullah Islam bcb6b6c6bf made a few changes to src/index.gmi 2024-02-23 15:38:47 +06:00
Abdullah Islam 2085df93d7 renamed src/useful to src/notes/reviews 2024-02-23 15:38:27 +06:00
Abdullah Islam 6dacd920ec removed src/todo.gmi 2024-02-20 15:57:50 +06:00
Abdullah Islam 8bcffa057a removed some useless comments from Makefile 2024-02-14 12:02:44 +06:00
Abdullah Islam 0b76adc3e7 added some content to src/notes/custom-website-generationg.gmi, will edit later 2024-02-14 12:02:29 +06:00
Abdullah Islam 447d45108e lib/navbar.awk: renamed the functions genNavbarHTML and genNavbarGMI to genHTMLNavbar and genGemtextNavbar; changed the loops at lib/path.awk to use < instead of <= as their condition statement 2024-02-05 14:11:10 +06:00
Abdullah Islam cd9997ecb0 added more points to my note 'custom website generation' 2024-02-02 17:27:52 +06:00
Abdullah Islam e49e939f49 added a drafts directory 2024-02-02 17:18:44 +06:00
Abdullah Islam 13796945d7 made changes to testing 2024-02-02 17:18:31 +06:00
Abdullah Islam 3aef957684 added note 'custom website generation' 2023-11-27 21:33:27 +06:00
Abdullah Islam 395ee7299f made a few changes to the article 'Endless sky is great' and somewhat improved it 2023-11-26 10:39:13 +06:00
Abdullah Islam 18eee588f6 changed styling 2023-11-26 10:38:39 +06:00
Abdullah Islam cce307db3c changed code - the navigation bar generation functions no longer use the website's output path 2023-11-15 15:51:24 +06:00
Abdullah Islam 2d5523fc24 resolved bug - fixed function getRelativePath in lib/path.awk 2023-11-15 15:50:28 +06:00
Abdullah Islam cc03fe67cf made minor changes to my link directory
changed the description for the "This Page is Designed To Last" link, and added some links to other link directories.
2023-11-09 16:41:19 +06:00
Abdullah Islam e3c7c148f9 added testing for functions from lib/path.awk 2023-11-08 21:26:19 +06:00
Abdullah Islam f6d8c46314 restructed my link directory 2023-11-07 18:38:15 +06:00
Abdullah Islam 6b86ef1b40 changed .gitignore 2023-11-07 18:24:19 +06:00
Abdullah Islam e062630a8a added more testing input to testing/ 2023-11-05 17:14:32 +06:00
Abdullah Islam bdf7c1c4ab some script changes 2023-11-04 16:15:28 +06:00
Abdullah Islam e29e3a663f fixed bug in scripts/html.awk
previously, gemini lists would be converted wrong. for example:
* lorem
* ispum

would be turned into:
<ul><li>lorem</li></ul>
<ul><li>ispum</li></ul>

instead of:
<ul>
	<li>lorem</li>
	<li>ispum</li>
</ul>
2023-10-19 14:10:15 +06:00
Abdullah Islam 1cdc5c71a2 fixed sitemap generation 2023-09-27 14:52:52 +06:00
Abdullah Islam 132d0a7b05 changed styling - modified navigation bar 2023-09-24 15:19:51 +06:00
Abdullah Islam 4a5bf3dc88 changed styling 2023-09-23 15:36:34 +06:00
Abdullah Islam b6029d6f52 moved library scripts to lib/ 2023-09-23 10:08:27 +06:00
Abdullah Islam a5ddd023ad Revert "moved library scripts to lib/"
This reverts commit 6d47159efe.
2023-09-23 10:07:54 +06:00
Abdullah Islam 6d47159efe moved library scripts to lib/ 2023-09-23 10:07:44 +06:00
Abdullah Islam 7677de9acf some changes 2023-09-23 10:05:17 +06:00
Abdullah Islam 0e89ab80fc fixed broken links 2023-09-22 09:10:20 +06:00
Abdullah Islam fe45ac3466 rename res/ to scripts/ 2023-08-03 19:42:22 +06:00
Abdullah Islam efe0af7aae changed Makefile because of previous change 2023-06-29 13:49:55 +06:00
Abdullah Islam 46a84b5019 combined all resource folders (lib/ & scripts/) into res/ 2023-06-29 13:49:34 +06:00
Abdullah Islam 56baeefaf6 fixed getRelativePath in lib/path.awk 2023-06-21 17:42:26 +06:00
Abdullah Islam cb71f73b96 added lib/ directory 2023-06-21 17:38:20 +06:00
Abdullah Islam ea95073ac4 made scripts/sitemap_html.awk convert .gmi links to .html, add a <h1> at the top of the page, fixed a few other things :) 2023-06-21 15:29:42 +06:00
Abdullah Islam ab5bad2f6c testing input and output changed as a result of the previous change 2023-06-21 15:24:44 +06:00
Abdullah Islam 0f673e3c1a removed 'notes' and 'useful' from the navigation bar 2023-06-21 15:24:07 +06:00
Abdullah Islam 8cbbd2abca changed scripts/path.awk, so that the base and input paths are normalized into ABSOLUTE paths before processing 2023-06-21 15:22:08 +06:00
Abdullah Islam 6a8c7b75c9 testing output changed because of the changes to navigation bar generation 2023-06-21 15:16:29 +06:00
Abdullah Islam 6714ac7299 lots of rewrites to my webpages 2023-06-21 15:15:41 +06:00
Abdullah Islam b41242ddd3 removed src/feed.ass and src/glossary.gmi 2023-06-21 15:15:18 +06:00
Abdullah Islam 03a5940e64 made scripts/path.awk executable 2023-06-21 15:14:46 +06:00
Abdullah Islam c7b65d3a84 Makefile has been changed because of all the new changes 2023-06-21 15:14:12 +06:00
Abdullah Islam ac7e12cf17 changed scripts/gemini.awk so that navigation bar is at the top instead of the bottom 2023-06-21 15:13:34 +06:00
Abdullah Islam 4bd53d1a8d index.gmi files for website sections removed, and sitemap generation has been improved 2023-06-21 15:04:59 +06:00
Abdullah Islam 1f5e287f9b added new note 'how i generate this website', removed old note 'using awk+make+sh for website generation' 2023-06-20 15:44:52 +06:00
Abdullah Islam a8f50d42cc added scripts/path.awk 2023-06-20 15:41:21 +06:00
Abdullah Islam 080f608c95 changed the style of the website 2023-06-18 15:49:50 +06:00