NOTE: Federation is disabled on this instance!
You can test federation between the following instances:forge.angeley.es
code.angeley.es
By | fr33domlover |
At | 2019-04-23 |
Title | Change file extensions from .markdown to .md |
Description |
Remove file about.markdown 33188
- | 1 | --- |
- | 2 | title: About |
- | 3 | --- |
- | 4 | |
- | 5 | This little website is where I put stuff I want to publish and share. |
Remove file contact.markdown 33188
- | 1 | --- |
- | 2 | title: Contact |
- | 3 | --- |
- | 4 | |
- | 5 | You can reach me by email: `fr33` *(ÁŤ)* `angeley` *(ḊÓT)* `es` |
Remove file index.markdown 33188
- | 1 | --- |
- | 2 | title: home |
- | 3 | --- |
- | 4 | |
- | 5 | Welcome to my humble website! |
- | 6 | |
- | 7 | Stuff I plan to put here includes: |
- | 8 | |
- | 9 | - Poems I write |
- | 10 | - Songs I write |
- | 11 | - Hopefully stories I'll write |
- | 12 | - Hopefully a book I'll write |
- | 13 | - My software projects |
- | 14 | - Pictures I'll take, videos I'll make |
- | 15 | - Possibly a blog? Updates about my location? |
- | 16 | |
- | 17 | Enjoy your visit! |
Edit file site.hs 33188 → 33188
71 | 71 | ||
72 | 72 | match "styles/default.sass" $ do |
|
73 | 73 | route $ setExtension "css" |
|
74 | 74 | compile $ sassCompilerWith sassOptions |
|
75 | 75 | ||
- | 76 | match (fromList ["about.markdown", "contact.markdown"]) $ do |
|
+ | 76 | match (fromList ["about.md", "contact.md"]) $ do |
|
77 | 77 | route pageRoute |
|
78 | 78 | compile $ pandocCompiler |
|
79 | 79 | >>= loadAndApplyTemplate "templates/default.html" defaultContext |
|
80 | 80 | >>= relativizeUrls |
|
81 | 81 | ||
… | … | … | … |
Remove file poems/2017-12-02-there-is-a-fire.markdown 33188
- | 1 | --- |
- | 2 | title: There Is A Fire |
- | 3 | author: Lilach Yaari and Shalom Lev |
- | 4 | --- |
- | 5 | |
- | 6 | This is a translation of [“יש אש”](../2017-12-02-יש-אש). |
- | 7 | |
- | 8 | | There is a fire |
- | 9 | | A fire that cannot be put out |
- | 10 | | A fire fed by the beating of hearts |
- | 11 | | A fire that sparks with the connection of souls |
- | 12 | | A fire that burns inside the bones |
- | 13 | | |
- | 14 | | There is a fire |
- | 15 | | A fire you cannot choke under a blanket |
- | 16 | | A fire that spreads in the whole body |
- | 17 | | A fire exuding scents of coconut and vanilla |
- | 18 | | A fire that colors and awakens all that is transparent |
- | 19 | | |
- | 20 | | There is a fire |
- | 21 | | A fire that can be drowned in a bucket |
- | 22 | | A fire that be hidden behind a curtain |
- | 23 | | A fire that can be burried deep in the groud |
- | 24 | | A fire that can be thrown out of the window |
- | 25 | | A fire that can be squeezed into a box and launched to outer space |
- | 26 | | But no matter what you do |
- | 27 | | It will come back and burn in yellow and red |
- | 28 | | Strong and hot and yet modest |
- | 29 | | Because this fire, it's special |
- | 30 | | This fire burns from love |
Remove file poems/2017-12-02-יש-אש.markdown 33188
- | 1 | --- |
- | 2 | title: יש אש |
- | 3 | author: שלום לב |
- | 4 | rtl: yes |
- | 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 | | האש הזאת בוערת מתוך אהבה |
Remove file poems/2018-04-04-star.markdown 33188
- | 1 | --- |
- | 2 | title: Star |
- | 3 | author: Shalom Lev |
- | 4 | --- |
- | 5 | |
- | 6 | | Where I see a moth, you see a butterfly |
- | 7 | | When I worry what comes, you cherish what goes |
- | 8 | | Where I see a mosquito, you see a firefly |
- | 9 | | Where I see a grey thorn, you see a pink rose |
- | 10 | | |
- | 11 | | Where I see ice, you see a diamond |
- | 12 | | Where you see sheer beauty, I see plain mess |
- | 13 | | Where I hear noise, you hear soft music |
- | 14 | | Where I see a shirt, you see a colorful dress |
- | 15 | | |
- | 16 | | Where I see mud, you see the rain |
- | 17 | | Where I see the black night, you see the sun rise |
- | 18 | | Where I see light, you see a rainbow |
- | 19 | | Where I see those curves, you see sweet brown eyes |
- | 20 | | |
- | 21 | | Okay I lied, I do see what you see and our hearts set the weather |
- | 22 | | We feel close and warm even when we are far |
- | 23 | | But one sight is more beautiful than all of these together |
- | 24 | | Where you see yourself in the mirror, I see a shining pink red white star |
Add file about.md 33188
+ | 1 | --- |
+ | 2 | title: About |
+ | 3 | --- |
+ | 4 | |
+ | 5 | This little website is where I put stuff I want to publish and share. |
Add file contact.md 33188
+ | 1 | --- |
+ | 2 | title: Contact |
+ | 3 | --- |
+ | 4 | |
+ | 5 | You can reach me by email: `fr33` *(ÁŤ)* `angeley` *(ḊÓT)* `es` |
Add file index.md 33188
+ | 1 | --- |
+ | 2 | title: home |
+ | 3 | --- |
+ | 4 | |
+ | 5 | Welcome to my humble website! |
+ | 6 | |
+ | 7 | Stuff I plan to put here includes: |
+ | 8 | |
+ | 9 | - Poems I write |
+ | 10 | - Songs I write |
+ | 11 | - Hopefully stories I'll write |
+ | 12 | - Hopefully a book I'll write |
+ | 13 | - My software projects |
+ | 14 | - Pictures I'll take, videos I'll make |
+ | 15 | - Possibly a blog? Updates about my location? |
+ | 16 | |
+ | 17 | Enjoy your visit! |
Add file poems/2017-12-02-there-is-a-fire.md 33188
+ | 1 | --- |
+ | 2 | title: There Is A Fire |
+ | 3 | author: Lilach Yaari and Shalom Lev |
+ | 4 | --- |
+ | 5 | |
+ | 6 | This is a translation of [“יש אש”](../2017-12-02-יש-אש). |
+ | 7 | |
+ | 8 | | There is a fire |
+ | 9 | | A fire that cannot be put out |
+ | 10 | | A fire fed by the beating of hearts |
+ | 11 | | A fire that sparks with the connection of souls |
+ | 12 | | A fire that burns inside the bones |
+ | 13 | | |
+ | 14 | | There is a fire |
+ | 15 | | A fire you cannot choke under a blanket |
+ | 16 | | A fire that spreads in the whole body |
+ | 17 | | A fire exuding scents of coconut and vanilla |
+ | 18 | | A fire that colors and awakens all that is transparent |
+ | 19 | | |
+ | 20 | | There is a fire |
+ | 21 | | A fire that can be drowned in a bucket |
+ | 22 | | A fire that be hidden behind a curtain |
+ | 23 | | A fire that can be burried deep in the groud |
+ | 24 | | A fire that can be thrown out of the window |
+ | 25 | | A fire that can be squeezed into a box and launched to outer space |
+ | 26 | | But no matter what you do |
+ | 27 | | It will come back and burn in yellow and red |
+ | 28 | | Strong and hot and yet modest |
+ | 29 | | Because this fire, it's special |
+ | 30 | | This fire burns from love |
Add file poems/2017-12-02-יש-אש.md 33188
+ | 1 | --- |
+ | 2 | title: יש אש |
+ | 3 | author: שלום לב |
+ | 4 | rtl: yes |
+ | 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 | | האש הזאת בוערת מתוך אהבה |
Add file poems/2018-04-04-star.md 33188
+ | 1 | --- |
+ | 2 | title: Star |
+ | 3 | author: Shalom Lev |
+ | 4 | --- |
+ | 5 | |
+ | 6 | | Where I see a moth, you see a butterfly |
+ | 7 | | When I worry what comes, you cherish what goes |
+ | 8 | | Where I see a mosquito, you see a firefly |
+ | 9 | | Where I see a grey thorn, you see a pink rose |
+ | 10 | | |
+ | 11 | | Where I see ice, you see a diamond |
+ | 12 | | Where you see sheer beauty, I see plain mess |
+ | 13 | | Where I hear noise, you hear soft music |
+ | 14 | | Where I see a shirt, you see a colorful dress |
+ | 15 | | |
+ | 16 | | Where I see mud, you see the rain |
+ | 17 | | Where I see the black night, you see the sun rise |
+ | 18 | | Where I see light, you see a rainbow |
+ | 19 | | Where I see those curves, you see sweet brown eyes |
+ | 20 | | |
+ | 21 | | Okay I lied, I do see what you see and our hearts set the weather |
+ | 22 | | We feel close and warm even when we are far |
+ | 23 | | But one sight is more beautiful than all of these together |
+ | 24 | | Where you see yourself in the mirror, I see a shining pink red white star |