techn0path
  • Joined on 2023-05-15
techn0path pushed to master at techn0path/website 2024-03-07 13:59:03 +00:00
df5bf1d4d4 made navbars and links work again
054c065cf1 some changes
bcb6b6c6bf made a few changes to src/index.gmi
2085df93d7 renamed src/useful to src/notes/reviews
6dacd920ec removed src/todo.gmi
Compare 31 commits »
techn0path pushed to master at techn0path/website 2023-08-03 13:42:57 +00:00
fe45ac3466 rename res/ to scripts/
efe0af7aae changed Makefile because of previous change
46a84b5019 combined all resource folders (lib/ & scripts/) into res/
56baeefaf6 fixed getRelativePath in lib/path.awk
cb71f73b96 added lib/ directory
Compare 5 commits »
techn0path pushed to master at techn0path/website 2023-06-21 09:30:56 +00:00
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 :)
ab5bad2f6c testing input and output changed as a result of the previous change
0f673e3c1a removed 'notes' and 'useful' from the navigation bar
8cbbd2abca changed scripts/path.awk, so that the base and input paths are normalized into ABSOLUTE paths before processing
Compare 4 commits »
techn0path pushed to master at techn0path/website 2023-06-21 09:16:55 +00:00
6a8c7b75c9 testing output changed because of the changes to navigation bar generation
6714ac7299 lots of rewrites to my webpages
b41242ddd3 removed src/feed.ass and src/glossary.gmi
03a5940e64 made scripts/path.awk executable
c7b65d3a84 Makefile has been changed because of all the new changes
Compare 7 commits »
techn0path pushed to master at techn0path/rrldic 2023-06-21 05:42:32 +00:00
950941f675 changes to main.go: changed to behaviour of ToFilename to not lowercase, and added a few small naming changes
8ca489c367 small change to tmpl/index.html
b6e0db0ca1 added more links to the navigation bar of static/about.html
f7627f07e3 added stylesheet
Compare 4 commits »
techn0path pushed to master at techn0path/website 2023-06-20 15:31:37 +00:00
1f5e287f9b added new note 'how i generate this website', removed old note 'using awk+make+sh for website generation'
a8f50d42cc added scripts/path.awk
080f608c95 changed the style of the website
c42cb19caa added content to my 'great software' page, while removing useless words
9f82488f2e minor changes to the index page of my notes
Compare 9 commits »
techn0path pushed to master at techn0path/rrldic 2023-06-20 09:57:00 +00:00
3d68ebe4de added README.md, deleted plan.gmi
techn0path created branch master in techn0path/rrldic 2023-06-20 09:36:25 +00:00
techn0path pushed to master at techn0path/rrldic 2023-06-20 09:36:25 +00:00
51230ac70e added gitignore file, added static/ directory, added tmpl/ directory, and added code for the index page
1241dfa254 first commit
techn0path created repository techn0path/rrldic 2023-06-20 09:35:33 +00:00
techn0path pushed to master at techn0path/website 2023-05-27 05:02:09 +00:00
8f6019c8fe removed the git-push command from Makefile's 'upload' rule
d9b830acfb html.awk now adds contact information at the end of generated pages. feed.awk now uses the date of the first entry as the feed's last updated date
d937026b6a some changes
db0775c9b2 minor changes in testing output due to changes in scripts
Compare 4 commits »
techn0path pushed to master at techn0path/website 2023-05-24 11:47:01 +00:00
d6b1b78bfa scripts/feed.awk can now handle any sort of whitespace, not just tabs
b07c804470 added my forgeio account to my navigation bar. also refactored scripts/html.awk somewhat
Compare 2 commits »
techn0path pushed to master at techn0path/website 2023-05-24 11:26:00 +00:00
25948c7529 changed the ATOM feed generation to use the git history instead of any files in src/
techn0path pushed to master at techn0path/website 2023-05-23 13:52:32 +00:00
51e773a40f changed the introduction wording
techn0path pushed to master at techn0path/website 2023-05-23 13:35:39 +00:00
7bbb727f44 added note 'oolite tips'
92a591cc8e moved my git hooks from ./hooks/ to ./.git/hooks
771be65aa1 improved the wording in the note 'on software freedom'
35bf6adcba renamed feed.txt to feed.tsv. added hooks. made all of the scripts in scripts/ executable
Compare 4 commits »
techn0path pushed to master at techn0path/website 2023-05-19 11:50:55 +00:00
da90c29bbc removed words from src/notes/awk-make-sh.gmi, and improved the clarity
0cddb60bb0 added feed.txt, as well as scripts/new_feed_entry.el. i will soon generate my ATOM feeds using feed.txt instead of src/feed.ass
5a7ae34d2b refactored scripts/sitemap_html.awk: removed the getline at the top of BEGIN, which would cause the script to not read the first line, and changed the variable sitemapBody to just body
a352c4e598 added some tasks to src/todo.gmi that i will do in the future
f78dd05b82 fixed the link in src/notes/on-personal-websites.gmi, changed it from howto/website-generation to notes/awk-make-sh.gmi
Compare 10 commits »
techn0path created branch master in techn0path/website 2023-05-19 11:50:55 +00:00
techn0path created repository techn0path/website 2023-05-19 11:50:08 +00:00
techn0path created branch master in techn0path/awk_functions 2023-05-19 11:48:34 +00:00
techn0path pushed to master at techn0path/awk_functions 2023-05-19 11:48:34 +00:00
cb4a02a744 i dunno know
3c8c51acc3 first commit