fixed links

This commit is contained in:
Daniele Linguaglossa 2023-07-13 16:49:47 +02:00
parent adb6084255
commit 27907d4938
2 changed files with 65 additions and 64 deletions

View File

@ -42,6 +42,7 @@ libdzonerzy-gen: libdzonerzy-dump
@cp $(RAW_DIST)/main.css $(SITE_DIST)/main.css @cp $(RAW_DIST)/main.css $(SITE_DIST)/main.css
@cp $(RAW_DIST)/sitemap.xml $(SITE_DIST)/sitemap.xml @cp $(RAW_DIST)/sitemap.xml $(SITE_DIST)/sitemap.xml
@cp -r $(RAW_DIST)/embed/* $(SITE_DIST)/assets/ @cp -r $(RAW_DIST)/embed/* $(SITE_DIST)/assets/
@cp $(DIST)/libdzonerzy.so $(SITE_DIST)/libdzonerzy.so
@chmod -R 755 $(SITE_DIST)/* @chmod -R 755 $(SITE_DIST)/*
clean-libdzonerzy: clean-libdzonerzy:

View File

@ -181,18 +181,18 @@ Copyright:
MD_TEXT(" that I wrote in C!") \ MD_TEXT(" that I wrote in C!") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_TEXT("You can find the source code of this blog on my ") \ MD_TEXT("You can find the source code of this blog on my ") \
MD_LINK("git repository", "https://cgit.libdzonerzy.so/libdzonerzy.so/tree") \ MD_LINK("git repository", "https://git.libdzonerzy.so/libdzonerzy.so") \
MD_TEXT(".") \ MD_TEXT(".") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_SECTION1("Projects") \ MD_SECTION1("Projects") \
MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \ MD_TEXT("Here is a list of my projects, that I've made in my spare time, some of them are ") \
MD_TEXT("still in development, but I'm working hard to finish them.") \ MD_TEXT("still in development, but I'm working hard to finish them.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://cgit.libdzonerzy.so/libdzonersy.so/tree/"))) \ MD_LIST(MD_BOLD(MD_LINK("libdzonerzy.so", "https://git.libdzonerzy.so/libdzonersy.so"))) \
MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \ MD_TEXT(" -- libdzonerzy.so is a shared object that I wrote in C, it's a library ") \
MD_TEXT("that I use to power this blog.") \ MD_TEXT("that I use to power this blog.") \
MD_NEWLINE() \ MD_NEWLINE() \
MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://cgit.libdzonerzy.so/captainhook/tree/"))) \ MD_LIST(MD_BOLD(MD_LINK("CaptainHook", "https://git.libdzonerzy.so/captainhook"))) \
MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \ MD_TEXT(" -- CaptainHook is the next-gen hooking framework, it's a library that ") \
MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \ MD_TEXT("allow to hook functions in a very easy way without knowing the function prototype.") \
MD_NEWLINE() \ MD_NEWLINE() \