From c4550e854d78c4e79da20d31b2a4ca0311b46857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 29 Jun 2021 22:29:16 +0200 Subject: Blog working. --- modules/blog/files/footers/about.md | 11 +++++++++++ modules/blog/files/footers/contact.md | 12 ++++++++++++ modules/blog/files/footers/legal.md | 28 ++++++++++++++++++++++++++++ modules/blog/files/footers/qna.md | 13 +++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 modules/blog/files/footers/about.md create mode 100644 modules/blog/files/footers/contact.md create mode 100644 modules/blog/files/footers/legal.md create mode 100644 modules/blog/files/footers/qna.md (limited to 'modules/blog/files') diff --git a/modules/blog/files/footers/about.md b/modules/blog/files/footers/about.md new file mode 100644 index 0000000..ffec622 --- /dev/null +++ b/modules/blog/files/footers/about.md @@ -0,0 +1,11 @@ +#About + +This is a blog and website written and maintained by Hugo Hornquist (me). + +I will primarily post computer related information, and mostly in Swedish. +Some entries might however be written in English to allow for a temporary larger audience. +The about pages are written in English for that reason (Hello! Non Swedes!). + +--- + +A (hopefully) up to date version of the source code for the website is available [here](//github.com/HugoNikanor/website-blog-2). However, be aware that any blog entries, the four files in the bottom bar as well as some other parts of the website are not included in that repository. diff --git a/modules/blog/files/footers/contact.md b/modules/blog/files/footers/contact.md new file mode 100644 index 0000000..651fec4 --- /dev/null +++ b/modules/blog/files/footers/contact.md @@ -0,0 +1,12 @@ +#Contact + +There are many ways to contact me, and most of them serve different purposes. + +All regular blog entries should have a comment field where you are more than welcome to write your thoughts. I do however reserve the full right to moderate the comments, and remove comments of an unacceptable nature (you are however free to disagree with me). + +I have an email address for other general contact at . + +A Twitter account is also present for twittery stuff. [@hugonikanor](//twitter.com/hugonikanor) + +Feel free to contact me in another way if you find out how, I can't however guarantee that I will answer your queries regardless of communications method. + diff --git a/modules/blog/files/footers/legal.md b/modules/blog/files/footers/legal.md new file mode 100644 index 0000000..87966c7 --- /dev/null +++ b/modules/blog/files/footers/legal.md @@ -0,0 +1,28 @@ +#Legal + +Website built by Hugo Hornquist (me), however, some parts are made by other people with their permission. + +###[Parsedown](//parsedown.org) +Parsedown is used for tracing the markdown files the entries are written in into proper html. +It is used under the MIT License, readable [here](https://raw.githubusercontent.com/erusev/parsedown/master/LICENSE.txt) + +###[imgur](//imgur.com) +Most images are hosted by imgur. You can read the appropriate terms of service [here](//imgur.com/tos). + +### [RSS Logo](//www.mozilla.org/en-US/foundation/feed-icon-guidelines/) +This is my public statement that I try to follow these guidelines. + +--- + +##Disclaimer + +Any text on this website is subject to change at any time. Everything that I write is in some way shape or form connected to me. Please refrain from being majorly offended by my opinions and remember that I have moderation capabilities. + +--- + +Upon pressing the following button you agree to give your soul to whatever form of devil you believe in. If a deity of required sort isn't available then you instead surrender your legally owned land to the former communist state. + +
+ +
+
diff --git a/modules/blog/files/footers/qna.md b/modules/blog/files/footers/qna.md new file mode 100644 index 0000000..baa611a --- /dev/null +++ b/modules/blog/files/footers/qna.md @@ -0,0 +1,13 @@ +#Questions and Answers + +**Q: Who are you?** +A: *Who knows, but I have a blog that you can read [here](https://www.youtube.com/watch?v=dQw4w9WgXcQ).* + +**Q: What comment system are you using?** +A: *My own comment system, available [here](//github.com/hugonikanor/website-comment-system)* + +**Q: Do you have an RSS feed?** +A: *[I do now!](./rss.php)* + +##Have a question? +If you have a question of your own you would like to see answered, [contact me](./?filename=contact.md). -- cgit v1.2.3