parent
0c2ffb4311
commit
35cd857879
4 changed files with 493 additions and 75 deletions
@ -1,35 +1,33 @@ |
|||||||
(html :lang 'en |
(html :lang 'en |
||||||
(head |
(head |
||||||
(meta :charset 'utf-8) |
(meta :charset 'utf-8) |
||||||
(meta :name 'description |
(meta :name 'description |
||||||
:content "Raymon's personal website about his life and projects with a blog.") |
:content "Raymon's personal website about his life and projects with a blog.") |
||||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||||
(title "Raymon Zutekouw") |
(title "Raymon Zutekouw") |
||||||
|
|
||||||
(link :rel 'dns-prefetch :href "https://cdn.statically.io") |
(link :defer ' |
||||||
|
:rel 'stylesheet |
||||||
(link :defer ' |
:href "/css/template.css" |
||||||
:rel 'stylesheet |
:media 'all) |
||||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
(link :defer ' |
||||||
:media 'all) |
:rel 'stylesheet |
||||||
(link :defer ' |
:href "/css/general.css" |
||||||
:rel 'stylesheet |
:media 'all)) |
||||||
:href "/css/general.css" |
(body |
||||||
:media 'all)) |
(main |
||||||
(body |
(nav |
||||||
(main |
(a :href "/" "Home") "|" |
||||||
(nav |
(a :href "/posts" "Posts")) |
||||||
(a :href "/" "Home") "|" |
(article |
||||||
(a :href "/posts" "Posts") |
(header |
||||||
(article |
|
||||||
(header |
|
||||||
(h1 "Home")) |
(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.") |
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, " |
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 " |
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 |
(html :lang 'en |
||||||
(head |
(head |
||||||
(meta :charset 'utf-8) |
(meta :charset 'utf-8) |
||||||
(meta :name 'description |
(meta :name 'description |
||||||
:content "Raymon typing nonsense on his blog") |
:content "Raymon typing nonsense on his blog") |
||||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||||
(title "Raymon Zutekouw") |
(title "Raymon Zutekouw") |
||||||
|
|
||||||
(link :rel 'dns-prefetch :href "https://cdn.statically.io") |
(link :defer ' |
||||||
|
:rel 'stylesheet |
||||||
|
:href "/css/template.css" |
||||||
|
:media 'all) |
||||||
|
|
||||||
(link :defer ' |
(link :defer ' |
||||||
:rel 'stylesheet |
:rel 'stylesheet |
||||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
:href "/css/general.css" |
||||||
:media 'all) |
:media 'all)) |
||||||
(link :defer ' |
(body |
||||||
:rel 'stylesheet |
(main |
||||||
:href "/css/general.css" |
(nav |
||||||
:media 'all)) |
(a :href "/" "Home") "|" |
||||||
(body |
(a :href "/posts" "Posts")) |
||||||
(main |
(article |
||||||
(nav |
(header |
||||||
(a :href "/" "Home") "|" |
|
||||||
(a :href "/posts" "Posts") |
|
||||||
(article |
|
||||||
(header |
|
||||||
(h1 "Post listing")) |
(h1 "Post listing")) |
||||||
"{{index}}")))) |
"{{index}}")))) |
||||||
|
@ -1,30 +1,29 @@ |
|||||||
(html :lang 'en |
(html :lang 'en |
||||||
(head |
(head |
||||||
(meta :charset 'utf-8) |
(meta :charset 'utf-8) |
||||||
(meta :name 'description |
(meta :name 'description |
||||||
:content "Raymon typing nonsense on his blog") |
:content "Raymon typing nonsense on his blog") |
||||||
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
(meta :name 'viewport :content "width=device-width, initial-scale=1.0") |
||||||
(title "{{title}} :: Raymon Zutekouw") |
(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 ' |
(link :defer ' |
||||||
:rel 'stylesheet |
:rel 'stylesheet |
||||||
:href "https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css" |
:href "/css/general.css" |
||||||
:media 'all) |
:media 'all)) |
||||||
(link :defer ' |
(body |
||||||
:rel 'stylesheet |
(main |
||||||
:href "/css/general.css" |
(nav |
||||||
:media 'all)) |
(a :href "/" "Home") "|" |
||||||
(body |
(a :href "/posts" "Posts")) |
||||||
(main |
(article |
||||||
(nav |
(header |
||||||
(a :href "/" "Home") "|" |
|
||||||
(a :href "/posts" "Posts") |
|
||||||
(article |
|
||||||
(header |
|
||||||
(h1 "{{title}}") |
(h1 "{{title}}") |
||||||
(p (strong "For those using a RSS reader, subscribe here: ") |
(p (strong "For those using a RSS reader, subscribe here: ") |
||||||
(a :href "/posts/rss.xml" "rss.xml"))) |
(a :href "/posts/rss.xml" "rss.xml"))) |
||||||
(time :datetime "{{date}}") |
(time :datetime "{{date}}") |
||||||
"{{content}}")))) |
"{{content}}")))) |
||||||
|
Loading…
Reference in new issue