parent
0c2ffb4311
commit
35cd857879
4 changed files with 493 additions and 75 deletions
@ -1,35 +1,33 @@ |
||||
(html :lang 'en |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon's personal website about his life and projects with a blog.") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "Raymon Zutekouw") |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon's personal website about his life and projects with a blog.") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "Raymon Zutekouw") |
||||
|
||||
(link :rel 'dns-prefetch :href "https://cdn.statically.io") |
||||
|
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
||||
:media 'all) |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts") |
||||
(article |
||||
(header |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/template.css" |
||||
:media 'all) |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts")) |
||||
(article |
||||
(header |
||||
(h1 "Home")) |
||||
(p "Hi there, good to see you on my website. |
||||
(p "Hi there, good to see you on my website. |
||||
My name is Raymon Zutekouw; Self-taught programmer by heart.") |
||||
(p "Building software and exploring the wide variety of tools (or making them) is my passion. |
||||
(p "Building software and exploring the wide variety of tools (or making them) is my passion. |
||||
To see it in action, " |
||||
(a :href "https://git.raymon.dev/raymon" "checkout the stuff I make here.")) |
||||
(a :href "https://git.raymon.dev/raymon" "checkout the stuff I make here.")) |
||||
|
||||
(p "The projects that may be useful to others are open source; for inspiring others and improving each others work. |
||||
(p "The projects that may be useful to others are open source; for inspiring others and improving each others work. |
||||
That is why I am a huge fan of " |
||||
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software")))))) |
||||
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software")))))) |
||||
|
@ -1,27 +1,26 @@ |
||||
(html :lang 'en |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon typing nonsense on his blog") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "Raymon Zutekouw") |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon typing nonsense on his blog") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "Raymon Zutekouw") |
||||
|
||||
(link :rel 'dns-prefetch :href "https://cdn.statically.io") |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/template.css" |
||||
:media 'all) |
||||
|
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
||||
:media 'all) |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts") |
||||
(article |
||||
(header |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts")) |
||||
(article |
||||
(header |
||||
(h1 "Post listing")) |
||||
"{{index}}")))) |
||||
"{{index}}")))) |
||||
|
@ -1,30 +1,29 @@ |
||||
(html :lang 'en |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon typing nonsense on his blog") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "{{title}} :: Raymon Zutekouw") |
||||
(head |
||||
(meta :charset 'utf-8) |
||||
(meta :name 'description |
||||
:content "Raymon typing nonsense on his blog") |
||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||
(title "{{title}} :: Raymon Zutekouw") |
||||
|
||||
(link :rel 'dns-prefetch :href "https://cdn.statically.io") |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/template.css" |
||||
:media 'all) |
||||
|
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
||||
:media 'all) |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts") |
||||
(article |
||||
(header |
||||
(link :defer ' |
||||
:rel 'stylesheet |
||||
:href "/css/general.css" |
||||
:media 'all)) |
||||
(body |
||||
(main |
||||
(nav |
||||
(a :href "/" "Home") "|" |
||||
(a :href "/posts" "Posts")) |
||||
(article |
||||
(header |
||||
(h1 "{{title}}") |
||||
(p (strong "For those using a RSS reader, subscribe here: ") |
||||
(a :href "/posts/rss.xml" "rss.xml"))) |
||||
(time :datetime "{{date}}") |
||||
"{{content}}")))) |
||||
(time :datetime "{{date}}") |
||||
"{{content}}")))) |
||||
|
Loading…
Reference in new issue