1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
global:
home: Home
archive: Archive
about_me: About me
about: About
recent_posts: Recent posts
language: Language
links: Links
source_code: Source code
personal_git_repository: Personal git repository
github: Github
newer: Newer
older: Older
page: "Page:"
of: of
what_else_to_read: "What else to read"
about_me_page:
presentation: "Hi, I'm currently a computer sciences student."
interests: "My interests (and what I'll write about for the most part) are:"
interest_list:
-
name: Technology
-
name: Free software
-
name: Self hosting
-
name: Videogames
etc: 'And some other stuff'
contact: Contact
contact_introduction: "If you want to chat or you have a question regarding some post, let me know:"
notes: "Notes:"
xmpp_notes: "Be sure to enable end-to-end encryption via OMEMO"
address: Address
server: Server
irc_notes: "Sometimes online, sometimes not, but don't worry, I'm hosting a bouncer. I'll read your message sooner or later."
pgp_key: PGP public key
about_page:
made_in: "Blog made in "
used_theme: "Using the jekyll-clean theme, by scotte. You can find it "
here: here
jekyll: Jekyll
privacy_notice: Privacy notice
privacy_notice_text: "This website doesn't collect any kind of information about the user, it doesn't use analytics of any kind nor cookies,
besides the information that is strictly necessary for the site, which is limited only to the IP address. The IP address of
any visitor is kept in the server's logs, and these get deleted after 2 weeks."
copyright_notice: Copyright
copyright_notice_text_first_part: "All of this site's content under my authorship (images, text and code) are under a Creative Commons Attribution-NonCommercial-No Derivatives"
copyright_notice_text_second_part: " You can share the content presented herein, via a copy of it in a different website, in printed form or in any other possible medium, requiring only to provide credit, via sharing the URL of the content hosted in this site or just the url of the site, but you can't make derivative works nor use the content presented here in a commercial capacity. The code related to the used jekyll theme, is under a CC-BY license."
not_found_page:
not_found: "Page not found"
not_found_message: "The page you were looking for couldn't be found"
|